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
4 matches
Mail list logo