I have an input filed with a class called restrict-numbers which i want to restrict the entered characters to only accept numbers, i used the following code which is great b
Other plugin to implement your form is jquery.autonumeric.
jQuery(function($) { $('#someID_defaults').autoNumeric('init'); });