Ajaxifying Joomla Links with Mootools
Wednesday, June 3, 2009 12:21
Have you ever wanted to automatically ajaxify joomla links? This is to say if you ever wished that all the links would open with ajax request in your main component area! If yes, then read on! This small tutorial will teach you how to automatically implement ajax requests in every link on a joomla page.
To implement Ajax request in every link in a joomla page you need to modify index.php of joomla template.
Add the code below in index.php
<script>
















Deivid says:
July 11th, 2009 at 5:14 am
Not work the content jumps from one to another in joomla.
This link I found interesting but I’m a newbie and do not know if you can implement in joomla.
http://www.phatfusion.net/pageloader/
Any suggestions?
Thank you
Avinash Malla says:
September 15th, 2009 at 12:25 am
amazing stuff brother……….!! ramro lagyo……..!!
Avinash Malla says:
September 15th, 2009 at 4:56 am
doesnt it work on localhost?? all the content disappeared after i did what u said……..!!
Avinash Malla says:
September 16th, 2009 at 12:08 am
Instead of
I did
Does that satisfy our requirement of ajaxifying the links??