How to eliminate a prefix of '0' before a number using jquery
- by sadmicrowave
I need a jquery script section that checks to see if the first digit of a textbox entered number string is a '0' and eliminate it if so. For example "044055" needs to become "44055"