[jQuery] Superfish - History/Remote Tab Bookmark

2007-12-08 Thread El Magnifico
Hi Joel, Is it possible to bookmark (open directly on a particular tab) tabs and sub-tabs too, if possible? Thanks, Ibrahim

[jQuery] Remove class from an element x, by clicking on y or z?

2007-12-07 Thread El Magnifico
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

[jQuery] Superfish: Keep a menu open on selected page.

2007-12-06 Thread El Magnifico
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