Home > Article > Web Front-end > Usage of jQuery EasyUI NumberBox (number box)_jquery
The options here are options, you can refer to the following table:
选项名 | 类型 | 描述 | 默认值 |
---|---|---|---|
min | 数字 | 文本框中可允许的最小值 | null |
max | 数字 | 文本框中可允许的最大值 | null |
precision | 数字 | 最高可精确到小数点后几位 | 0 |
For example: the maximum value of the amount input box is "99999.99" accurate to two decimal places.
If it is a dynamic input, there will be problems when loading.
Solution:
Dynamically load/delete/update external JavaScript/Css files
After loading the dynamic input, update the jquery.easyui.min.js file. It is equivalent to reloading the jquery.easyui.min.js file.
File package download