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://www.codercto.com/soft/d/23150.html

《10%创业家》

《10%创业家》

[美] 帕特里克•J.麦金尼斯 / 李文远 / 广东人民出版社 / 2017-4 / 45.00

还在打工和创业之间苦苦挣扎吗?麦金尼斯用亲身经历告诉你,不用辞职,只需投入10%的时间和资源,就能获得100%的财务自由。你不需要雄厚的资本,也不必占用工作时间,只要准确掌握本书所授的方法,就能立即开始创业。 麦金尼斯是世界银行风投顾问,同时也是一名10%创业家。在本书中,他结合自身的创业咨询经历,为读者讲解了移动互联时代的5种创业模式,还提供了创业基因测试、10%创业计划、自传模板等个性化......一起来看看 《《10%创业家》》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具