/ Published in: jQuery
keeps hover states on for top level dropdown menu items or accordions
Expand |
Embed | Plain Text
// keep hover statea on $("#mainnav li").hover(function(){ $(this).addClass("on"); }, function(){ $(this).removeClass("on"); });
You need to login to post a comment.
