I’m writing an app that loads in content via ajax using the jQuery.load function.
The problem that I’m running into is that there are visual “leftovers” from the previous content on the page that I can’t seem to eliminate without some little hacks.
Any ideas?
you can clean out the previous contents first:
…or something along those lines.