jVal

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 13:11:36

软件介绍

Super-sexy animated form field validation plugin.

Very easy to apply field validation on a per field basis in the html <INPUT> declaration. Very user friendly in showing each field that has not passed validation. Easy support for restriction of characters in a field, i.e. phone number only allowing digits. Allows for associating the ENTER key with a specific function.

To use simply add a jKey="" or jKeyVal="" to the <INPUT> html tag you would like to have validation associated with such as this example to make sure that a field has 10 digits as well as only allowing digits to being entered (i.e. US Phone number input field):

<INPUT ID="phoneNumber" TYPE="text"
    jVal="{valid:function (val) { if (val.length != 10) return false; else return true; }, message:'10 Digits for Phone Required', styleType:'cover'}"
    jValKey="{valid:/[0-9]/, message:'&quot;%c&quot; Invalid Character - Only Digits Allowed', cFunc:'$(\'#formContainer\').jVal()', styleType:'pod'}">

The validation from jVal will render the flyout messaging in the "cover" style and the flyout messaging for invalid characters will be in the "pod" style - see Home Page for more info.

0.1.2

  • fixed issue with [jVal] input field’s visually “bouncing”

0.1.1

  • jVal() now returns true if all jVal fields are valid and false is any jVal fields are invalid and fail the test RegExp or Function declared in the jVal=”" attribute.

0.1.0

  • initial release

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

内容算法

内容算法

闫泽华 / 中信出版社 / 2018-4-30 / 58.00元

近两年来,伴随着BAT纷纷涌入自媒体平台,自媒体发展可谓迎来爆发。自媒体平台火爆起来是从今日头条异军突起而引发的。它是一款基于数据挖掘的推荐引擎产品,为用户推荐有价值的、个性化的信息,是国内移动互联网领域成长最快的产品服务之一。推荐引擎也将迎来高速发展,针对推荐引擎的优化技术也将会迎来新的机遇。 本书作者从事推荐引擎相关的内容分发相关工作,在书中对内容推荐系统进行了介绍,书的最后,介绍了自媒......一起来看看 《内容算法》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具