-1

I have created a form with 5 tabs in jquery-steps. How to clear the form, once a i close the form and again reopen i get all fields are filled with the values. I want to reset the form without page refresh..

Thanks

chill out
  • 1
  • 1

1 Answers1

1

$("form input").val("");

Something like that, with jQuery.

marko
  • 10,684
  • 17
  • 71
  • 92