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
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'
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
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
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
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
6 matches
Mail list logo