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 <[email protected]> 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
>