On Oct 25, 2009, at 8:42 PM, Andrew Tan wrote:
The memory is released when you refresh the page. However, the users of my web app will be using the same page for 8+ hours a day and the page will most likely not be refreshed since all the updates are displayed and retrieved via ajax and jquery.
This is fairly new terrain for me, so forgive my shooting in the dark, but what if I put something at the very end of the .each(), like this:
return this.each(function(index) { // all the other code ... delete link; delete $this; }); would that fix the problem? --Karl ____________ Karl Swedberg www.englishrules.com www.learningjquery.com