function dontAllowZero(e, thisObj) { if(thisObj.value.charAt(0) === '0') thisObj.value = ""; }
click in the app