[jQuery] Re: Accordian functionality

2009-12-08 Thread al...@ourlaughingplace.com
Have you tried using ui-accordion in jQuery-ui ? On Dec 8, 9:40 am, Aaron Gusman wrote: > I'd like to create my own type of accordian however I am finding > difficulty with creating the query for selection. >

[jQuery] Re: Accordian functionality

2009-12-08 Thread MorningZ
"is there a way to do .. sort of... subqueries???" http://docs.jquery.com/Traversing/find#expr On Dec 8, 2:28 pm, Aaron Gusman wrote: > Thank you for that.  This suits my requirements.  However, is there a > way to do .. sort of... subqueries???  First a selector, than another > selection filte

[jQuery] Re: Accordian functionality

2009-12-08 Thread Aaron Gusman
Thank you for that. This suits my requirements. However, is there a way to do .. sort of... subqueries??? First a selector, than another selection filter over the result. Example: var AllSideBoxes = $(".SideBox"); //gets all sideboxes var SomeItems = $(AllSideBoxes).SubQuery(".SideItem"); //get

[jQuery] Re: Accordian functionality

2009-12-08 Thread MorningZ
Here's a simple example based on your class names http://jsbin.com/ayate/edit On Dec 8, 9:40 am, Aaron Gusman wrote: > I'd like to create my own type of accordian however I am finding > difficulty with creating the query for selection. > > Say I have a div with another two divs inside - I will

[jQuery] Re: Accordian

2009-03-28 Thread Lee Jorgensen
This is exactly what I did on my site: n0wq.com The base code that I used was from: http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm Modified the CSS to do what I need it to do, and added the Ajaxify plugin to load the main content section. NOTE: make sure in the submenuheader c

[jQuery] Re: Accordian menu + FadeIn - some weirdness...can someone help me?

2008-10-07 Thread Rob Fletcher
how about if you click the item that is open and you click that item again...how would you make it close? And does the contents of the menu have to be wrapped in tags? Rob On Sun, Oct 5, 2008 at 5:34 PM, Alex <[EMAIL PROTECTED]> wrote: > > i have managed to pull this off pretty well, with no a

[jQuery] Re: Accordian menu + FadeIn - some weirdness...can someone help me?

2008-10-05 Thread Alex
i have managed to pull this off pretty well, with no apparent glitch's http://www.renderrobot.com/?p=33 as explained to make it load closed just remove the "open" class from the html, should do the trick On Sep 12, 8:34 pm, "Rob Fletcher" <[EMAIL PROTECTED]> wrote: > Noone knows how to stabili

[jQuery] Re: Accordian menu + FadeIn - some weirdness...can someone help me?

2008-09-12 Thread Rob Fletcher
Noone knows how to stabilize the animation and make this run better? On Fri, Sep 12, 2008 at 11:42 AM, RFletcher <[EMAIL PROTECTED]>wrote: > I am making an accordian menu with 4 main buttons. All buttons should > be closed at start. When you click 1 button the content area should > slide down an

[jQuery] Re: Accordian crashes IE6

2008-05-20 Thread Austin S.
Thanks for pointing that out! I have removed both UI scripts as I didnt need them. IE6 is still crashing... does it not like the selectors? On May 20, 1:25 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > You include the UI accordion plugin, but don't use it at all. Take a > look at the accord

[jQuery] Re: Accordian crashes IE6

2008-05-20 Thread Jörn Zaefferer
You include the UI accordion plugin, but don't use it at all. Take a look at the accordion documentation and use that: http://docs.jquery.com/UI/Accordion Jörn On Tue, May 20, 2008 at 3:21 PM, Austin S. <[EMAIL PROTECTED]> wrote: > > Hi, > > I can't seem to figure out why IE6 crashes with this a

[jQuery] Re: accordian and interface conflict

2007-09-02 Thread Jörn Zaefferer
jman schrieb: Hi, I am not sure if this is talked about elsewhere, but I have a problem using accordian 1.5 with the interface plugin. The problem is that when I click to open a different part of the accordian it does not show up. Following it in firebug the code jumps to the interface plugin