[jQuery] jQuery UI accordion

2010-03-03 Thread K1
HI all I wanna create a accordion with jq UI with this options, accordion have 5 header and load with header 1 by default,and I wanna disable other headers when user click on them.how can I disable showing content of header when user click on that. thanks

[jQuery] JQuery UI Accordion Plugin

2009-05-25 Thread Bharat
I am a Rails developer and new to jQuery so this may be a naive question: I am using jQuery Accordion plugin in my project and it is working, but now I am trying to tweak it and do not know how to: So I have a page that displays comments as a stack of accordion folds. This is the code in my appl

[jQuery] JQuery UI Accordion option "collapsible:true" not collapsing

2009-04-23 Thread Nico
I have a simple Accordion which I have given the settings: $("#accordion").accordion({ event: "mouseover", header: "h3", active: false, collapsible: true, autoHe

[jQuery] jQuery UI accordion animation

2009-01-07 Thread RyOnLife
Hello, I am using the jQuery UI accordion widget and cannot get it to animate. I am calling like this: $('.ui-accordion').accordion() My jQuery UI build contains the "effects core" and "effect slide". What am I missing in order to achieve the animation? Thank you!

[jQuery] jquery ui accordion - begin minimized

2008-12-29 Thread bdemen
Hello all- As a newbie to jQuery, let me first say I'm terribly impressed. I like to think I've created a great project by using jQuery and the credit should go where it's due- the devs. Thanks guys! My question pertains to the accordion plugin. I have it fully functioning (I can post it if y

[jQuery] jquery-ui : accordion .. block height issue

2007-12-11 Thread astik
Hi all, I have a problem with the accordion from UI ... If I have elements that grow, the container will not. As the accordion set a fixed height on the container, it cannot grow =/ Here is the patch I use in ui.accordion.js (line 151) : function toggle(toShow, toHide, data, clickedActive, down