$("#username").keyup(function(){ if(this.value.match(/\s/g)){ this.value=this.value.replace(/\s/g,''); } }