jQuery 表单验证插件 Happy.js

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-23 14:42:36
  • 授权协议: 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
      }
    }
  });

本文地址:https://codercto.com/soft/d/21783.html

首席产品官2 从白领到金领

首席产品官2 从白领到金领

车马 / 机械工业出版社 / 79元

《首席产品官》共2册,旨在为产品新人成长为产品行家,产品白领成长为产品金领,最后成长为首席产品官(CPO)提供产品认知、能力体系、成长方法三个维度的全方位指导。 作者在互联网领域从业近20年,是中国早期的互联网产品经理,曾是周鸿祎旗下“3721”的产品经理,担任CPO和CEO多年。作者将自己多年来的产品经验体系化,锤炼出了“产品人的能力杠铃模型”(简称“杠铃模型”),简洁、直观、兼容性好、实......一起来看看 《首席产品官2 从白领到金领》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具