AutoNumeric JQuery 插件一旦焦点丢失就不允许插入小数点
我正在使用 jQuery autoNumeric 插件自动以货币格式显示数字。它工作正常并将数字转换为货币。但是,一旦我从字段中失去焦点,然后我再次进入该字段,它就不允许我输入小数点。
有什么想法吗?
这是我的代码:
$('#Amount').autoNumeric();
<input id="Amount" name="Amount" class="auto"/>
提前致谢。
I am using jQuery autoNumeric plugin to format number automatically in currency. It's working fine and converts number to currency. But once i loss focus from field and again i go to that field at that time it's not allowing me to type decimal point.
Any idea for this?
Here is my code:
$('#Amount').autoNumeric();
<input id="Amount" name="Amount" class="auto"/>
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这会对你有所帮助。请
在此处尝试此操作,当您单击文本框时,应启动 autoNumeric。然后您可以设置货币符号等选项
May be this will help you . please try this
here autoNumeric should be initiated when you are clicking on text box. Then you can set options like currency symbol