↧
Comment by Rob Leach on Load page HTML content through AJAX
Thanks. I was under the impression that all Ajax calls should be done through admin-ajax.php though? That's why I'm not looking for a function to pull through the HTML of a page/post in my functions.php
View ArticleComment by Rob Leach on Load page HTML content through AJAX
Thanks. I was going to use history.js to handle all the push state stuff for me. Thanks for the tutorial link, some good ideas in there.
View ArticleLoad page HTML content through AJAX
I'm currently building a single page style site that loads all content through AJAX, but will degrade back to a standard page load if javascript isn't present. I have done AJAX loading in the past...
View Article