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?