Happy.js 支持的浏览器 介绍
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 } } });
Happy.js 支持的浏览器 官网
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。