bootstrap-input-spinner:一个Bootstrap 4 jQuery插件,用于为数字输入创建输入Spinner元素

时间:2024-02-21 10:53:46
【文件属性】:

文件名称:bootstrap-input-spinner:一个Bootstrap 4 jQuery插件,用于为数字输入创建输入Spinner元素

文件大小:26KB

文件格式:ZIP

更新时间:2024-02-21 10:53:46

bootstrap jquery jquery-plugin ui frontend

引导输入旋转器 一个Bootstrap 4 / jQuery插件,用于为数字输入创建输入微调元素。 带有浮点示例和德语本地化的屏幕截图。 产品特点 Bootstrap 4 InputSpinner 移动友好且React灵敏, 按住按钮会自动更改值, 具有国际化的数字格式, 允许在输入中设置前缀或后缀文本, 像本地元素一样处理val() , 动态处理更改的属性值,例如disabled或class , 在值更改时分派change和input事件,例如本机元素和 无需额外CSS即可工作,仅需要引导程序4。 安装 npm install bootstrap-input-spinner 或者只是下载GitHub存储库并包含src/bootstrap-input-spinner.js 。 用法 HTML 在HTML中创建元素。 这些属性与本机input[type="number"]元素兼容。 < input type =" number " value =" 50 " min =" 0 " max =" 100 " step =" 10 "/> 脚本 这是一个jQuery插件


【文件预览】:
bootstrap-input-spinner-master
----.gitignore(31B)
----package.json(965B)
----package-lock.json(36KB)
----src()
--------bootstrap-input-spinner.js(14KB)
----LICENSE(1KB)
----README.md(8KB)
----index.html(18KB)
----.gitattributes(88B)
----test()
--------test.html(834B)
--------test.js(570B)
--------native-number-input.html(2KB)

网友评论