What's the most basic jQuery implementation of a multi-category dropdown menu?

Posted by Coop on Stack Overflow See other posts from Stack Overflow or by Coop
Published on 2010-12-23T17:45:48Z Indexed on 2010/12/23 17:54 UTC
Read the original article Hit count: 125

Filed under:
|

I'm looking for a HORIZONTAL jQuery dropdown menu that presents multiple sub categories.

I'll give a VERTICAL example because it's easier to represent here:

-> a
    -> a1
    -> a2
-> b
    -> b1
        -> b1a
    -> b2
-> c
    -> c2
        -> c2a
            -> c2a1
            -> c2a2

If you drop your left ear towards your left shoulder, you can imagine what this would look like from the top of a page :)

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about menu