$('#mm').bind('input propertychange',function(){ var val= $(this).val(); if(val!=''&& isNaN(val)){ $(this).val(''); }})