jquery-numeric-field:使用 jquery 的简单数字字段

时间:2021-06-14 12:21:07
【文件属性】:
文件名称:jquery-numeric-field:使用 jquery 的简单数字字段
文件大小:7KB
文件格式:ZIP
更新时间:2021-06-14 12:21:07
JavaScript 数字字段 使用 jQuery 的简单数字字段。 适用于用户输入、复制粘贴的文本——所有场景,无黑客。 超快,4K 小。 安装 用凉亭安装: bower install -S numeric-field 需要 jquery 和 。 也可以*地建立自己。 用法 只需在您的元素上调用numericField() ! $('myPrettyInput').numericField(); 您还可以提供选项图: integer: true, //If it has to be an integer or can be a rational min: null, //The minimum value, inclusive max: null, //The maxmum value, inclusive decimal: '.', //The decimal separator auto
【文件预览】:
jquery-numeric-field-master
----.gitignore(43B)
----README.md(2KB)
----test()
--------jquery.numeric-field.test.js(3KB)
----LICENSE(1KB)
----Gruntfile.js(2KB)
----bower.json(587B)
----package.json(844B)
----src()
--------jquery.numeric-field.js(3KB)
----.travis.yml(90B)

网友评论