What are the JQuery plugins that turn <select> drop downs into fancier ones? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question 开发者_JS百科I can only find this one... http://www.marghoobsuleman.com/jquery-image-dropdown
I looked all over the internet.
I think you might be looking for Uniform.
From their website:
Uniform masks your standard form controls with custom themed controls. It works in sync with your real form elements to ensure accessibility and compatibility.
Check out Gentle Select. It is configurable to do multiple columns and rows, etc....
You should check out Tutorialzine, they have some great tutorials. I found this one on select elements: http://tutorialzine.com/2010/11/better-select-jquery-css3/
You can also check out: jQuery UI Selectmenu: An ARIA-Accessible Plugin for Styling a Custom HTML Select Element. It's by the Filament Group, the people behind jQuery UI. It'll even work with your existing jQuery UI theme!
精彩评论