<input type="text" />
How can I write the number of characters from input on .keyup in JavaScript/jQuery?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
keyupis a shortcut method forbind('keyup').And as of jQuery version 1.7, all of the above are deprecated we are encourage to use the
onmethod to bind events, meaning that the code should look like this: