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] $ is not a function

2009-11-10 Thread tvidal
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'

[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

[jQuery] jQuery is not a function

2009-10-01 Thread Eirtaza Rizvi
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

[jQuery] is not a function

2008-04-08 Thread hl
Hello. I'm somewhat new to javascript, primarily used to PHP, and I have been attempting to revamp my javascript code base using jQuery and some class structure. However, I'm getting the error "this.checkRequired is not a function". >From what I can find the documentation on classes in javascrip

[jQuery] $ is not a function

2007-10-10 Thread Sergio
hello, I've a simple javascript that worked very well with an old version of jquery , but have some problem with latest version of jquery: given a code like this: ... info to toggle when clicking on the link which class is "myclass", I want to toggle the content in the second div after the one