24

On http://jqueryui.com/demos/accordion/ at the top right corner, you can see a dropdown that says "Theme: UI Lightness" by default.

I'd love to create such an interactive element in my web application. Does anyone know of a good jquery plugin to easily do this?

Jorre
  • 17,273
  • 32
  • 100
  • 145

1 Answers1

29

A nice example of a plugin exists here. Enabled by nothing more than $('select').selectmenu();.

Sampson
  • 265,109
  • 74
  • 539
  • 565
  • any word on the future for this? it seems to be incompatible with jquery-ui 1.8 ? – TJB Jun 15 '10 at 22:31
  • 1
    I found a possible update for it: http://devermind.com/aspnet/jquery-selectmenu-widget-for-jquery-ui-1-8/ according to the content, it should work with 1.8 but I did not try it yet, let me know if it works fine – Charles Ouellet Apr 12 '11 at 11:34
  • 2
    Looks like that link is broken. Here's a link to the blog post (http://devermind.wordpress.com/2010/05/11/jquery-selectmenu-widget-for-jquery-ui-1-8/) and the github (https://github.com/fnagel/jquery-ui). – Mark Aug 07 '11 at 10:45
  • 1
    @Spir I checked the link in my answer; it appears to work just fine. – Sampson Nov 07 '14 at 22:38
  • Indeed but the other one are dead. – Spir Nov 14 '14 at 12:12