Tuesday, August 13, 2013

How to fix Mootools and jQuery conflict on Joomla

here is the solutation :
$document = &JFactory::getDocument();
$document->addScript(JPATH_SITE.'/media/system/js/thickbox.js' );
$noconflict = 'jQuery.noConflict();';
$document->addScriptDeclaration( $noconflict );

2 comments: