This plugin is used to load jQuery javascript library, and set "no conflict" mode to allow usage with mootools, and other libraries. No conflict mode removes the "$" operator from jQuery, allowing other libraries to use that operator. To use jQuery code with this plugin, you must wrap your code in a function like this...
jQuery(function($) {
$('body').css('color','red');
});
You may add as many lines of code as you need, but you must wrap the whole thing in the protected function. This is just one method of using jQuery in no conflict mode, for other methods, see: Using jQuery with Other Libraries
Thank you for trying this plugin, don't forget to 'publish' it. If you have questions, please email me at phil@snellcode.com
Download plg_system_scjquery.zip
Obehi makes this comment
Monday, 23 November 2009
Flems Solo makes this comment
Saturday, 24 October 2009
When I grow up I want to be like you, dad ...
Trying all night to read up on JOOMLA & JQuery integration, and being a Rookie in both disciplines, you saved my head from exploding. Plus I get to sleep tonight
Ivan makes this comment
Thursday, 24 September 2009
Just checked the plugin and was really happy with a result,
because before I had to modify a component if had had to insert jquery functionality! Now will try UI built in features. Thank you man! Keep pushing