[jQuery] jQuery("ul.lavaLamp").hoverIntent is not a function

2009-07-09 Thread zayatzz

Hello

I have a problem with hoverIntent function. For some reason i get
error mentioned in subject. I know jquery conflicts with prototype in
this case so i used jquery noconflict. For some reason hoverIntent
function still does not work.
I changed hoverintent.js to have jQuery instead of $ in it - still no
luck.

My file has such scripts:

{literal}

jQuery.noConflict();

{/literal}






Somewhere down the line CMS inserts prototype.js but i dont think it
is important atm.

Hoverintent is beeing used like this in init.js :
jQuery("ul.lavaLamp").hoverIntent(function(){
jQuery(this).children("li").hoverIntent(function(){
jQuery(this).children("ul.levTwo").slideToggle('fast');
var el = jQuery(this);
movehere(el);
}, function(){
jQuery(this).children("ul.levTwo").slideToggle('fast');
}, 3, 100, 1000);
},function(){
var el = jQuery("li.active");
movehere(el);
}, 1, 1, 10);



Alan


[jQuery] jQuery("ul.lavaLamp").hoverIntent is not a function

2009-07-09 Thread zayatzz

Hello

I have a problem with hoverIntent function. For some reason i get
error mentioned in subject. I know jquery conflicts with prototype in
this case so i used jquery noconflict. For some reason hoverIntent
function still does not work.
I changed hoverintent.js to have jQuery instead of $ in it - still no
luck.

My file has such scripts:

{literal}

jQuery.noConflict();

{/literal}






Somewhere down the line CMS inserts prototype.js but i dont think it
is important atm.

Hoverintent is beeing used like this in init.js :
jQuery("ul.lavaLamp").hoverIntent(function(){
jQuery(this).children("li").hoverIntent(function(){
jQuery(this).children("ul.levTwo").slideToggle('fast');
var el = jQuery(this);
movehere(el);
}, function(){
jQuery(this).children("ul.levTwo").slideToggle('fast');
}, 3, 100, 1000);
},function(){
var el = jQuery("li.active");
movehere(el);
}, 1, 1, 10);



Alan