Here is the page http://www.theremotedoctor.co.uk/accaudi.html
Looking at this,
$('.sub-menu').hide();
$("li:has(ul)").click(function(){
$("ul",this).toggle('slow');
});
From here http://stackoverflow.com/questions/8...e-been-clicked
But something is incorrect as the Accessories tab is affected and not the Honda listing within the Accessories tab ?



Reply With Quote

Bookmarks