jquery轻量级表单验证插件

所属分类: 网页特效-表单验证    2023-08-28 11:40:24

jquery轻量级表单验证插件 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery轻量级表单验证插件(共15个文件)

    • index.html

使用方法

;(function ($) {
  $(function () {
    var target = $('form')
    var validate = target.inputfollow({
      rules: {
        name: { type: 'required' },
        name2: { type: 'required' },
        email: [{ type: 'required' }, { type: 'email' }],
        textarea: { type: 'required' },
        number: { type: 'number' },
        orreq01: { type: 'required', mode: 'or', with: ['orreq02'] },
        andreq01: { type: 'required', mode: 'and', with: ['andreq02'] },
        checkbox: { type: 'required' },
        if_target: { type: 'required', if: { if_from: 'checked' } },
      },
      messages: {
        name: { required: 'Name is Required.' },
        name2: { required: 'Name2 is Required.' },
        email: { required: 'E-mail is Required.', email: 'E-mail is Invalid.' },
        textarea: { required: 'Textarea Required is Required.' },
        orreq01: {
          required: 'Input "or required" 01 or 02 is Required.',
        },
        andreq01: {
          required: 'Input "and required" 01 and 02 is Required.',
        },
        checkbox: { required: 'Checkboxes is Required.' },
        if_target: { required: 'If you checked, this area is required.' },
      },
    })

    console.log(validate)
  })
})(jQuery)

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 表单验证

jquery信用卡验证定制插件Card

针对信用卡卡号、持卡人姓名、有效期等进行验证,点击CVC文本框有信用卡动画翻转!
  表单验证
 21085  0

jquery会员个人资料完善表单验证代码

基本都是采用了正则判断验证字段值,包括邮箱、手机号、姓名等。
  表单验证
 6967  0

jquery表单输入框右侧密码显示隐藏图标特效

input文本框右侧显示眼睛按钮开关,点击可显示密码,再点击可还原。
  表单验证
 91010  0

jquery基于layui拖动滑块表单验证特效代码

一款layui表单验证特效,滑块向右拖动可通过验证,带回调函数!
  表单验证
 8801  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论