$("#phone").keyup(function(){$(this).val( $(this).val().replace(/[^0-9]/g,"") );} );