Re: [jQuery] $ is not a function

2009-11-10 Thread waseem sabjee
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 wrote: > Dear all, > > I'm trying to use Jquery with Website baker. In this CMS I added two > modules (portfolio and magnify) t

[jQuery] Re: jQuery is not a function

2009-10-01 Thread MorningZ
The cause for the problem is easy: you do not have the correct path to the jQuery file On Oct 1, 10:50 am, Eirtaza Rizvi wrote: > i am getting this error while i am using a plug in on word press. > > please tell me if you know any possible solution!! > > Regards, > > EjjA