Validation and Firefox's input caching

Posted by Chris Simpson on Stack Overflow See other posts from Stack Overflow or by Chris Simpson
Published on 2010-04-26T19:58:25Z Indexed on 2010/04/26 20:03 UTC
Read the original article Hit count: 201

Filed under:
|

When you refresh/reload a page or use the back button, Firefox is kind enough to repopulate your inputs with what was entered before you navigated away.

Though this is a nice feature it does not trigger my jquery validation and the unsaved changes warning I add to my pages.

Is there a way to either disable this feature in Firefox (without renaming every control every time) or capture the firefox events?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about firefox