I've spent the best part of 90 minutes sifting through the many tutorials relating to this problem.
Instead of using the rather long winded way of creating a XHR object , sending the request, getting the data back, doing a getElementById to find the div then loading the response into the div. I'm looking for a far more simpler - easier on the eye way of doing it and so have found myself looking at JQuery.
However none of the tuts seem to do what i want unless i'm overlooking something. I just want to pass in a url, perform the request - data is passed back as html, then i want to inject it into a specific div.
Can someone please show me a simple solution to this problem, or link me to a straightforward tutorial if one is known?
Thanks in advance.