jquery sidebar menu
        Posted  
        
            by gurun8
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gurun8
        
        
        
        Published on 2010-05-19T15:45:27Z
        Indexed on 
            2010/05/19
            15:50 UTC
        
        
        Read the original article
        Hit count: 389
        
jQuery
|jquery-plugins
I'm looking for a jQuery plugin sidebar menu with collapse/expand and hopefully drag-n-drop resize. It would nice if it take the following list for menu options:
<ul>
  <li><a href="#">option 1</a></li>
  <ul>
      <li><a href="#">sub-option A</a></li>
  </ul>
  <li><a href="#">option 2</a></li>
  <li><a href="#">option 3</a></li>
</ul>
Does anyone have recommendations or suggestions?
© Stack Overflow or respective owner