I am trying to save the form onkeyup action. I am new to jQuery.
Is this possible?
I appreciate any help.
edit 1:
Save the form means save to server. Is there a way to add 0.2 seconds delay.
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.
This code will submit your form on keyup
In this code you intercept the form submit and change it with an ajax submit
To use the delay function you should use jQuery 1.4. The parameter passed to delay is in milliseconds.