Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript My experience using Jquery and mootools together Re: My experience using Jquery and mootools together

#92028
jamygolden
Member

I usually do something like this – which hasn’t given me problems before:

jQuery.noConflict();
jQuery(document).ready(function($) {
$("a#example1").fancybox();
});