Active
Project:
jQuery Eye Candy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 14:18 UTC
Updated:
21 May 2009 at 14:18 UTC
When I enable one of the plug-ins (eg. DropShadow or CurvyCorners), and add some code, my primary menu's drop-down menu stops working.
CurvyCorners plug-in code
$(document).ready(function() {
$("#page").corner();
});Drop Shadow plug-in code:
$(document).ready(function() {
$(".sitetitle").dropShadow();
});