Create a styled Dropdown like on jquery UI

后端 未结 1 493
天命终不由人
天命终不由人 2020-12-15 04:21

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 int

相关标签:
1条回答
  • 2020-12-15 05:23

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

    0 讨论(0)
提交回复
热议问题