easyUI numberbox框限制输入的数字保留两位小数

<input i class="input easyui-numberbox" min="0.01" value="1" max="100000000" precision="2" type="text" name="price" />

最大值        max

最小值        min

保留几位小数     precision

你可能感兴趣的:(easyui,小数,numberbox)