| JavaScript Document (8) Events (8) ExtJS (5) Strings (3)
|
Javascript to trim leading 0 (zero) from text input fields
(3 votes). Leave comments and/ or rate it.
Question: I need to trim leading 0 (zero) from text input fieldsAnswer: Use the Javascript substr() function, or just copy trimNumber() from below.
Comments:
|