Jquery十进制数输入掩码插件
嘿!
我已检查此链接上的输入掩码 http://digitalbush.com/projects/masked-input-插件/ 但我想要一些 onblur 当用户离开文本框时,它会验证格式是否为 999,99 如果用户没有输入 999,99 然后它会显示消息来更正它。否则不行。任何人都可以给出提示吗
Hei !
i have check input masks on this link http://digitalbush.com/projects/masked-input-plugin/
but i want something onblur when user leave textbox then it validate whether the format is 999,99 if user has not typed 999,99 then it display message to correct it. otherwise not .can anyone give a hint
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
@Stuvie 得到了一些东西:)
http://jsfiddle.net/g8KSg/8/
@Stuvie got something :)
http://jsfiddle.net/g8KSg/8/
单独使用 jQuery,您可以使用正则表达式实现您想要的效果。它可能不太好用,但正则表达式可以非常强大......
我希望这会有所帮助
Using jQuery on its own you can achieve what you want using regular expressions. It may not be as nice to work with but regular expressions can be pretty powerful...
I hope this helps