Reputation: 83
I would like to be able to use the links of the left side of this page to load the sections without reloading the page. I'm assuming using Ajax would work but do not know javascript well enough to implement it.
I tried using the Ajaxify your WP tutorial but it's not working with my links (ajaxify tut)
Is there a simple way to achieve with a minimal amount of coding?
Thanks!
Upvotes: 0
Views: 2355
Reputation: 83
I used this tutorial (ajax tutorial) and it worked. I overcomplicated it because it was wordpress and didn't think that method would work.
I added the javascript to the footer.php file. You can see the result here: example
Upvotes: 1