I have just cheked your error page and my script worked out as expected. within 0.5 seconds all the html fades out. this is on firefox 3.5
however i did note 2 errors which are as you stated I also noted you are using quite a lot of scripts on your page. and your scripts are not defined in your <head> area try moving your scripts to your <head> area also i take it the $ is not a function error only started coming up once you used jQuery.noConflict() can you try removing your noconflicts if you are using jQuery only noconflict would not be needed unless you have two plugins with similar function names. trying doing the above mentioned and let me know when you have - I will check your test page again :) you can remove the fade out animation :) On Tue, Nov 10, 2009 at 3:22 PM, tvidal <vidal.tho...@gmail.com> wrote: > Dear sabjee > > I tried : > var $toto = jQuery.noConflict(); > $toto(function() { > $toto("body").animate({ opacity:0}, 500); > }) > > And I have the same error and one more : $toto(function () {$toto > ("body").animate({opacity: 0}, 500);}) is not a function > > Do I need to put the function into the main fancy function (http:// > www.eco2system.net/modules/portfolio/script/jquery.fancybox.js) ? > > Many thanks > > Regards > > Thomas > > On 10 nov, 13:37, waseem sabjee <waseemsab...@gmail.com> wrote: > > try something like this > > > > var $myvar = jQuery.noConflict(); > > > > $myvar(function() { > > $myvar("body").animate({ opacity:0}, 500); > > > > }); > > On Tue, Nov 10, 2009 at 12:40 PM, tvidal <vidal.tho...@gmail.com> > wrote: > > > Dear all, > > > > > I'm trying to use Jquery with Website baker. In this CMS I added two > > > modules (portfolio and magnify) that use jquery, and then it seems > > > that they are in conflict. > > > With firebug I have "$ is not a function" > > > I already tried to add jQuery.noConflict(); in all the js loaded. But > > > the same. > > > > > I'm not a JS expert.. so if someone can help me ! > > > > > Many thanks > > > > > The error page : > > >http://www.eco2system.net/pages/nos-realisations/eau-de-mer.php > > > > > Thomas >