I've created a simple form for a jQuery Mobile website and it's working well. I've just added a "reset" button to the form so the user can reset the form if they wish, however I've noticed it only appears to clear out the text input fields and doesn't reset any radio buttons, select menus etc.
I've put an example of this at:
Is this the case normally or am I missing something? If this is standard behaviour anyone have any ideas as to how to get all the form elements to reset regardless of their type?
Thanks