You can use the navigationFilter-option for that. The default is this.
navigationFilter: function() { return this.href.toLowerCase() == location.href.toLowerCase(); } It gets called for each anchor in the accordion-container. Jörn On Tue, Jun 3, 2008 at 8:51 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I understand that setting the navigation option to will identify the active > element through location.hash. > > Isn't there any other way of specifiying the active element, perhaps by > means of an attribute such as id=active. > > The reason is that, in our case, the Accordion menu list out a series of > sections (rather than pages) and whilst the user is browsing the subpages of > each section, we want the accordion to remain open on the parent section. > > Hope that makes sense! > > Being able to specify which element is active should be a very useful > feature. > > Thanks >