Hi Team,
I have tried to implement this jQuery active menu code: http://docs.jquery.com/Tutorials%3AAuto-Selecting%5FNavigation
$(function(){
var path = location.pathname.substring(1);
if ( path )
$('#sidebar_content a[@href$="' + path + '"]').attr('class', 'selected');
});
but it does not seem to be adding the class: http://www.thecreativealliance.org/gallery/advertising-and-marketing?CategoryID=39196&cat=Promotions%20%26%20publicity
Any ideas?
Jack