[jQuery] loading content from a remote file and appending it into DOM element
Hi,
I would like to load content from "process_data.php?id=2" and then
append that data into the DIV with id="dataDiv", how would I do this?
I have seen the ".load" directive, but seems to erase any data
previously in the DOM element whereas I want to append on to what is
already there.
Thanks for any help, - Dave