[jQuery] Re: Accordion List Issue

2009-06-11 Thread Charlie
exactly terry irwin wrote: Thanks Charlie, Do you mean using it like this ? $(document).ready(function(){        $("#accordion").accordion({                active: false,                collapsible: true,    navigation : true        }); }); On Thu, Jun 11, 2009

[jQuery] Re: Accordion List Issue

2009-06-11 Thread terry irwin
Thanks Charlie, Do you mean using it like this ? $(document).ready(function(){ $("#accordion").accordion({ active: false, collapsible: true, * navigation : true * }); }); On Thu, Jun 11, 2009 at 11:19 PM, Charlie wrote: > navigation

[jQuery] Re: Accordion List Issue

2009-06-11 Thread Charlie
navigation : true In accordion will match link within accordion content to page url and open that section when page loads Skunkmilk wrote: Hi All, Very new to Jquery and was hoping i can get some help. I have an accordian list much like the example here : http://docs.jquery.com/UI/Acc