Hi,
I have a form where I am using jQuery. I want to reset the form. How I can reset the form grammatically?
You can use following code:
$("#MyFomrName").reset();
Thanks
Post Answer
Preview: