And sorry I didn't realize we're on the wrong list. If you need any more
help, please start a new thread on the jQuery UI list:
http://groups.google.com/group/jquery-ui
Thanks.
- Richard
On Sat, Nov 7, 2009 at 7:21 AM, Richard D. Worth wrote:
> It looks like you'll have to supply your own nav
It looks like you'll have to supply your own navigationFilter function:
http://docs.jquery.com/UI/Accordion#option-navigationFilter
The default is
navigationFilter: function() {
return this.href.toLowerCase() == location.href.toLowerCase();
}
which is trying to match the whole url, not the en
2 matches
Mail list logo