Formance.js :表单数据格式化和验证插件

jopen 12年前

Formance.js 是一个对表单文本输入框的输入值进行格式化和验证的 jQuery 插件,内置各种数据校验方法,包括数值、email、邮编、信用卡号等等。

$('input.phone_number').formance('format_phone_number');  $('input.dd_mm_yyyy').formance('validate_dd_mm_yyyy');  $("<input value='john@example.com' />").formance('validate_email');  // true

项目主页:http://www.open-open.com/lib/view/home/1379213483053