Closed (duplicate)
Project:
Nice Menus
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 20:38 UTC
Updated:
31 May 2008 at 20:18 UTC
While loading any page - an JS error "'null' is null or not an object"
in nice_menus.js in function
function IEHoverPseudo() {
$("ul.nice-menu li.menuparent").hover(function(){
$(this).addClass("over").find("> ul").slideDown("fast").addShim();
},function(){
$(this).removeClass("over").find("> ul").removeShim().slideUp("fast");
}
);
As I understand it is due to interaction with some another script ?...
}
Comments
Comment #1
add1sun commentedmarking this as a duplicate of http://drupal.org/node/253217 since I dare say they are related.