Really Simple Validation (RSV)

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-13 10:12:33

软件介绍

This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but it's fully extensible to allow programmers to augment the built-in validation rules with their own.

RSV comes in three flavours: as a standalone script, as a jQuery plugin and as a Prototype extension. All of the versions offer the same functionality, but I've separated the documentation and examples into sections to keep things clear. If you're unfamiliar with jQuery or Prototype you'll probably want to use the standalone script.

The script offers all the common validation routines offered by other validation scripts, but more importantly it supports "fringe" cases very well, with features such as:

  • It allows you to apply multiple validation rules to the same field
  • Allows for simple conditional logic (if field A == something, validation fields B, C and D)
  • You can make up your own validation rules
  • you can display the errors in literally any way you want, with 3 built-in standard ways to present them and the option to pass the errors to a custom error handler
  • Lets you pass off control flow to your own onCompleteHandler function
  • there's a PHP sister script available. You can literally copy & paste your validation rules to a PHP file to get server-side validation.

本文地址:https://codercto.com/soft/d/23277.html

Python神经网络编程

Python神经网络编程

[英]塔里克·拉希德(Tariq Rashid) / 林赐 / 人民邮电出版社 / 2018-4 / 69.00元

神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习 技术。 本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书 分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使 用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读 者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改......一起来看看 《Python神经网络编程》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具