You can use a number of Ajax functions built in to JQuery depending on your specific needs. Check them out at http://docs.jquery.com/Ajax. If all you're looking to do is insert one file into another, load is normally the way to go, unless you're looking to place the loaded file before, after, or in between elements rather than inside a placeholder element.
On Apr 22, 5:50 pm, Colonel <tcolo...@gmail.com> wrote: > Is there another way load HTML from a remote file and inject it into > the DOM (instead of $.load)?