crobinson42
02-19-2013, 04:58 PM
I have a question about a pretty heavily coded jquery application i'm designing. All content is loaded via ajax into div's and most of the pages that are loaded into the div's have their own <script> sections with page specific functions, listeners etc.
I'm curious as the user clicks around from one page to the next, is the DOM updated to remove the <script> that was loaded in from the page when you leave it or does it stick around until you completely refresh the entire page? I can't find a clear answer on this topic anywhere! Thanks for the help/comments,
I'm curious as the user clicks around from one page to the next, is the DOM updated to remove the <script> that was loaded in from the page when you leave it or does it stick around until you completely refresh the entire page? I can't find a clear answer on this topic anywhere! Thanks for the help/comments,