限时优惠活动
亲爱的苦力吧用户,我们为了回馈新老用户一直以来的鼎力支持,即日起(2025-02-06至2025-03-06)凡是购买苦力吧VIP/充值K币的新老用户,都直接可获得买一送一的优惠馈赠。例如:购买一个月的VIP会员可直接获得两个月的VIP会员;充值100K币可直接获得200K币,以此类推!有任何疑问可联系在线客服,感谢各位用户对苦力吧素材的信任与厚爱,我们将一如既往的给大家上新更多优质的素材源码,祝大家开工大吉、工作顺利、心想事成。

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表单元素自定义只读插件

一款表单字段元素设置只读插件,用于input、select、checkbox、radio等表单控件中只读属性设置。
  表单验证
 1387  0

js手机电话号码表单验证代码

一款电话号码在线验证,可在input文本框输入一个号码,点击验证按钮即可看到提示。还带了一个更换网页背景切换功能,很实用。
  表单验证
 3430  0

jquery表单验证插件Validator

共4种字段类型验证,包含:text/password/radio/textarea,边框高亮进行提示。
  表单验证
 6392  0

jquery多种字段类型的表单验证

超实用的表单验证插件,含:用户名、电话、密码、邮箱、网址、身份证等字段类型。
  表单验证
 9412  0

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

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