Hello everyone, I have a problem in need of help of JQuery. JQuery give my input to increase the use of case change. the code:
#(".inp").bind("change",function (){
if(isNaN(this.value)){
this.value = 0;
}
}
When I first time to enter characters, change case happened, input values changed to 0 But when I enter the same character a second time, change does not happen. need help. thanks!