jQuery Menu Example

jQuery Menu Example

Hello, 

i've just downloaded 1.8 RC1 and found the code for Menu in the

source, saying that we can already test it.

I want simple dropdown functionality like: 

  1. <ul id="menu">
  2.   <li><a href="/">Item 1</a></li>
  3.   <li><a href="/">Item 1</a></li>
  4.   <li>Submenu Title 1
  5.     <ul>
  6.       <li><a href="/">Subitem 1-1</a></li>
  7.       <li><a href="/">Subitem 1-2</a></li>
  8.     </ul>
  9.   </li>
  10. </ul> 

now when i execute $('#menu').menu(); jQueryUI adds some html code but

the menu isn't working... :( 

Can anyone give me a quick introduction about options and how to use 
it? What html and css markup is needed? 

Greetings, 

Milaan