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.
>
"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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo