Hi Joel,
Is it possible to bookmark (open directly on a particular tab) tabs
and sub-tabs too, if possible?
Thanks,
Ibrahim
Hi,
Although I figured out the part to add/remove class to an element:
$("li.x").click(function(){
var $this = $(this);
if( $this.is('.xshown') ) {
$this.removeClass('xshown');
$this.addClass('xhidden');
}
else {
$this.removeClass('xhidden');
$this.addClass('xshown');
}
return false;
});
...now
Hi,
Instead of navigating to the menu everytime, can I keep a menu option
with a child item selected for a particular page, like for tabs?
It would be great to have.
Many thanks,
Ibrahim
3 matches
Mail list logo