no conflict problem/question

no conflict problem/question

hi guys,

im running joomla and there is a no conflict declaration as mootools is also used in joomla

// no conflicts with other frameworks
var $j = jQuery.noConflict();

all my jquery plugins work grand however i just installed a new joomla plugin and it messes everything up as it uses jquery plugins that call jquery like this :


 jQuery(function() {
jQuery('#gallery-flickr-34098829').flickr( {

});
});


BUT I get the error :

Error: jQuery is not defined
Source File: http://localhost:8888/hunaca/site/about-us.html
Line: 21


THEREFORE my question

how can i call jquery using both $ AND jQuery ?