jQuery 表单验证插件 Happy.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://happyjs.com/
软件介绍
Happy.js 是一个轻量级的 jQuery 表单验证插件。
支持的浏览器
IE 6, 8 (and 8 in compat. mode, which is supposed to be like 7)
FF 3.6
Chrome 7
Safari 5
示例代码:
$('#awesomeForm').isHappy({
fields: {
// reference the field you're talking about, probably by `id`
// but you could certainly do $('[name=name]') as well.
'#yourName': {
required: true,
message: 'Might we inquire your name'
},
'#email': {
required: true,
message: 'How are we to reach you sans email??',
test: happy.email // this can be *any* function that returns true or false
}
}
});
JS 压缩/解压工具
在线压缩/解压 JS 代码
HEX HSV 转换工具
HEX HSV 互换工具
