Home > Web Front-end > JS Tutorial > body text

Usage of jQuery EasyUI NumberBox (number box)_jquery

WBOY
Release: 2016-05-16 18:23:35
Original
1294 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template