Skip to content Skip to sidebar Skip to footer

Jquery Mobile Reset Not Clearing Form

I am confused as to why this code does not clear a form on success. I am using the form in a data-role='collapsible' and it should work. Can someone tell me if I need to add anythi

Solution 1:

You might have an element in the form with id or name being reset. You will need to rename the element's id or name to something else.


Post a Comment for "Jquery Mobile Reset Not Clearing Form"