I wasn't asking "how to clean up" I know this already I was asking "what to clean up"
On Jun 21, 5:26 am, Orkan <[EMAIL PROTECTED]> wrote: > it depends of the object (proto) type ;) > simple object could be cleaned this way: > > myObj = null; > > As far as I know, it is used to avoid memory leaks in certain versions > of IE 6, other browsers will do it automatically > > On Jun 20, 5:31 pm, Scott <[EMAIL PROTECTED]> wrote:> Can someone point me to > or give me some advice in what the best coding > > practices would be for cleaning up after myself while using jquery? > > Specifically I'm thinking about using the ajax functions like load(), > > if my loaded page has tabs or something like that in it and I remove > > that loaded section will I have a bunch of orphaned JS objects sitting > > around from the tabs? > > > Am > > I making any sense?