Archive for the ‘javascript’ Category

Using Mootools 1.2 in Joomla1.5.x

Monday, July 20, 2009 21:46 8 Comments

Yes! Joomla 1.5.x comes with mootools 1.1.x and it is a pity when you cannot use best of the latest mootools widgets with joomla 1.5.x.  To make the matter worse, you will rarely find forums and blogs that discusses about mootools 1.1. In this case you will definitely want to use mootools 1.2.x with Joomla [...]

This was posted under category: Joomla, Mootools, Tutorial, javascript Tags: , , , ,

Implementing Element.getSiblings() in mootools1.1

Saturday, June 27, 2009 23:43 No Comments

I found a nice mootools code in David Walsh’s Blog. This code gathers all the siblings of an element but this code is compatible with mootools1.2 and above. I have modified the code a little to implement it in mootools1.1. Why mootools 1.1? because Joomla1.5 still uses mootools1.1. (Joomla1.6 will have mootools1.2). So here is [...]

This was posted under category: Joomla, Mootools, javascript Tags: , ,

Ajaxifying Joomla Links with Mootools

Wednesday, June 3, 2009 12:21 4 Comments

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. [...]

This was posted under category: Joomla, Mootools, Tutorial, javascript Tags: , , , , ,