I have got a bunch of select in a form with which I am using jquery chosen plugin [http://davidwalsh.name/jquery-chosen]. How can I reset the form?
<input type="reset" />
does not work.
|
I have got a bunch of select in a form with which I am using jquery chosen plugin [http://davidwalsh.name/jquery-chosen]. How can I reset the form?
does not work. |
|||
|
|
|
You'll need to reset the value of the field, then trigger the
|
||||
|
In jQuery something like this should work
|
|||||||
|