Regex and jQuery, validate input field -


i have input field can number , 2 decimals 23,50. decimal point have comma , .it has exact decimals if thay zeros. use ths pattern in asp , seems ok, how can use in jquery?

^\d{1,9}(\,\d{2})$

see here:

jquery validate: how add rule regular expression validation?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -