1) Script Title: Glossy Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...enu-glossy.htm
3) Describe problem:
I have 7 menu tabs and only one of which has sub menu (accordion). When clicked the tab it opens the sub-menus. For other pages also this opening stage is being continued. How to prevent it without once again clicking the header tab?
I am using
jQuery(document).ready(function($){
$('.submenu').hide();
});
Thanks for your replies.
Bookmarks