I\'ve attempting to develop a jQuery accordion, which is work ing pretty well so far cons开发者_运维百科idering I don\'t really know jQuery.
I want to launch an ajax call whenever an accordion tab is opened to get the content of that tab. For that I need to know what tab was left and what tab is opened.
I am using Jquery Accordion with a UL contained within each section and I cant figure out how to add a class to indicate the active link.
I am using ValidatorCalloutExtenderfor different asp controls in 3 different accordion-panes of the ac开发者_StackOverflowcordion. When I get error and I click the other accordion-pane header the erro
I have a jquery accordion which I want to add rows to.I can accomplish this by calling .accordion(\"destroy\"), adding the needed <h3></h3><div>... bit and then calling .accordion()
While firefox manages, ie and chrome refuse to collapse the div any further than the height of the picture. Additionally (but minor), ie (properly?) wraps the text around the picture, while firefox fo
<ajaxToolkit:Accordion ID=\"acc\" runat=\"server\"> <Panes> <ajaxToolkit:AccordionPane ID=\"pane1\" runat=\"server\">
I know this is easy, just drawing a blank. If you look at this page (all JS/CSS is on the one page), http://dl.dropbox.com/u/904456/expander.html
Is there a way to change the default anim开发者_如何学JAVAation that jQuery accordion uses?It appears to be \"slide\" but I\'d like to use a Bounce or Drop effect.
I\'m using Ryan Stemkoski\'s \"Stupid Simple Jquery Accordion Menu\" which is available here: stemkoski.com/stupid-simple-jquery-accordion-menu/