Html input tag
<input type='text' name="users" />
Simply add this line of code into your HTML pages scripts
$('input').keypress(function( e ) { if(e.which === 32) return false; });
Do you want to hire us for your Project Work? Then Contact US.
Html input tag
<input type='text' name="users" />
Simply add this line of code into your HTML pages scripts
$('input').keypress(function( e ) { if(e.which === 32) return false; });