I am trying to get it so that when a link is clicked in my WordPress template, it will load that page content with AJAX without changing the page. It needs to load dynamically into my content area depending on which link is clicked.
I have never used AJAX before so I would love it if someone could help me out or point me in the right direction.
Thanks,
Wade
I was unable to get that “AJAX Page Loader 1.5” plugin to work with the latest version of WordPress (currently 3.1.2).. so I did MUCH digging around and found this tutorial “How To AJAXify WordPress Theme” which was super easy to follow and worked like a charm!
This plugin works and will give clues to how it works: WordPress ⺠AJAX Page Loader 1.5 « WordPress Plugins
If you have access to jQuery, you could start by checking out their AJAX API Reference. There are plenty of examples in there, too!