[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
thanks. > > Erik > > > > On Jan 20, 2009, at 2:01 PM, Steven Barbera wrote: > > Oooh, make sure you put the jQuery.noConflict() code at the top right after > the lavalamp.min.js code. Also make sure you add the tags around > it. > > Steve > > On Tue, Jan 20

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
kout",* > *speed: 800,* > *click: function(event, menuItem) {* > *return false;* > *}* > *});* > *});* > ** > * * > *function change(id,newtext) * > *{ * > *document.getElementB

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
fx: "backout", > speed: 800, > click: function(event, menuItem) { > return false; > } > }); > }); > > > Next, do I place var $j = > jQuery.noConflict(); at the bottom of my head?

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
Which part of the code are you using jQuery with? Because at the very top after you call the jQuery script you should set the var $j = jQuery.noConflict() method. In then in front of all the jQuery code $ selectors change them to $j, so jQuery code will be applied to them. On Tue, Jan 20, 2009