> Using jQuery 1.2.3 and the form plugin 2.08 (I'm pretty sure 2.10 will
> behave the same way), I notice that under IE (6 and 7), resetForm()
> reset every field with their initial state including hidden fields.
> Under FF 2.0.0.14 and opera 9.27 & 9.5 the hidden fields aren't reset.
>
> Is it a bug or a feature ? Maybe it's a behaviour from the navigator
> which differ one from another, but I think the form plugin should
> abstract this to make it consistent.

Interesting, I never noticed that before.  If you look at the plugin
code it doesn't really do anything interesting other than call the
native reset method on the form object.  It's not saving off the
original values anywhere.  So the behavior you get is the same as that
of the native reset button.  Bug or feature?  I don't know.

Reply via email to