Tag Archives: jquery load

JQuery & AJAX Passing Info to the Server

Here I show you multiple ways you can retrieve text and xml from the server, using JQuery and AJAX technique’s. Of course, this works without a page reload. I’ll also show you how to send data to the PHP server for processing. Like always I’ll walk you through the code and explain everything in blue boxes that lie after the code.

First Here is the XML

Here is the xml code that we will be loading asynchronously onto our web page.

Continue reading JQuery & AJAX Passing Info to the Server