How can I restrict my search bar to only accept numbers in all browsers? I attempted using type="numbers"
, but it caused issues with the functionality of my search bar. Suggestions involving JavaScript
and JQuery
are appreciated.
Check out the JSFiddle for reference: http://jsfiddle.net/W742e/1/