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

Reply via email to