How do I not allow typing in a text input field using jQuery?

$('#rush_needed_by_english'). Keydown(function() { //code to not allow any changes to be made to input field return false; }).

Perfect! Thank you! – zeckdude Mar 10 '10 at 0:53 Does this cover paste events?

What if I click in the box, and type ctrl-V? – Cheeso Mar 10 '10 at 11:16.

No, that would make the field look disabled also and I am trying to avoid that. I just don't want them to be able to type. – zeckdude Mar 10 '10 at 0:56.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions