Hello,
i've just downloaded 1.8 RC1 and found the code for Menu in the
source, saying that we can already test it.
Can anyone give me a quick introduction about options and how to use
it? What html and css markup is needed?
I want simple dropdown functionality like:
<ul id="menu">
<li><a href="/">Item 1</a></li>
<li><a href="/">Item 1</a></li>
<li>Submenu Title 1
<ul>
<li><a href="/">Subitem 1-1</a></li>
<li><a href="/">Subitem 1-2</a></li>
</ul>
</li>
</ul>
now when i execute $('#menu').menu(); jQueryUI adds some html code but
the menu isn't working... :(
Greetings,
Milaan
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.