I’m using a Jquery numeric plugin that only allows numeric values to be typed in an input
$("#tbQuan").numeric();
In addition to what this plugin is doing I need to disable typyng ‘0’ (zero) at the first character position.
Any help would be appreciated.
Try this.
Demo