A cache is a mechanism for temporary storing (caching) documents or data, to reduce access time.
0
votes
1answer
40 views
+50
JQUERY caching if Back-button after posting to form - JQUERY fadeIn still visable
I am posting a form at the end of a JQUERY fadeIn.
When the user hits submit - a DIV 'SWITCHING_SCREENS' - with a
message in it, is faded in via JQUERY and covers the form page.
Once that div is ...