To what extent are jQuery / JavaScript functions stored in memory?
- Once the browser has parsed the page, does it go into memory? All of it? If functions are repeatedly called, are they always from memory?
- If the portion of memory allocated to scripts is filled (thinking Internet Explorer 6 on a horrible PC here), what happens? (Other than a slow browser...)
- Is there a way of seeing how much memory is used by a variable or a function as a whole?