Vinter.validate

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 14:26:46

软件介绍

A very simple to use form validation plugin for jQuery, no complicated settings and configuration options to get going.

  • Start using straight away
  • Error messages in markup
  • Easy plugin in existing forms, just add error messages and a call to the validator!
  • Per fieldset validation

Currently supporting:

  • Validate empty text fields
  • Email-validation
  • Number validation
  • Checkbox and radio-button groups validation
  • Select-box validation
  • If title="" attr is used and the input value == title the field will still be marked with error to allow for using default form values and "descriptions"
  • HTML in error messages
  • Custom validation callback
  • adds "notvalid" class to form fields
  • Super simple usage.
  • Choose to validate specific fieldsets only

Usage

<div id="validationmsg"></div>
<fieldset>
    <label>
        Name: <input type="text" class="required" />
        <span class="errmsg">This is the error message, hideme with css</span>
    </label>

    <input type="submit" value="Submit form" onclick="return jQuery.validate()" />
</fieldset>

The errmsg have to be inside the field label for the validator to find it. The validationmsg div can be anywhere on the page, and the ID can be configurated using the options. See demo page for more advanced example including checkbox & radiobutton validation.

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

数据结构

数据结构

殷人昆 / 清华大学 / 2007-6 / 39.00元

《数据结构》(第2版)“数据结构”是计算机专业的核心课程,是从事计算机软件开发和应用人员必备的专业基础。随着计算机的日益普及,“数据结构”课程也在不断地发展。《数据结构》(第2版)按照清华大学计算机系本科“数据结构”大纲的要求,从面向对象的概念、对象类设计的风格和数据结构的层次开始,从线性结构到非线性结构,从简单到复杂,深入地讨论了各种数据结构内在的逻辑关系及其在计算机中的实现方式和使用。此外,对......一起来看看 《数据结构》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

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

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具