How to reset a form in jQuery?

Hi,

I have a form where I am using jQuery. I want to reset the form. How I can reset the form grammatically?

View Answers

January 11, 2011 at 11:09 PM

Hi,

You can use following code:

$("#MyFomrName").reset();

Thanks









Related Tutorials/Questions & Answers:
Advertisements