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.