stop - from entering text input code example Example: how to stop type text texbox in javascript $('input').keypress(function(e) { e.preventDefault(); });