How to ignore first entered character to be zero in a textbox with jQuery
Hi, Basically, I do not want the user to enter '0' (zero) as the first character in a textbox which represents data with type of integer? I would like to bind an event handler to handle this with jQuery. Any experience? Thanks, ...