11 jQuery Plugins to Enhance HTML Dropdowns

Just Posted: Apple Likely to Give Education Rather than Resolution for iPhone 4 Antenna Issues

Image Combo Box

image-combo

Marghoob Suleman’s Javascript Combo Box plugin is a great way to sexy-up your combo boxes within forms. Functionality includes creating combo boxes as images entirely, as well as including images per option. Basically, you can skin the standard combo box.

jQuery DropDown Checklist

dropdown-checklist

This neat jQuery Dropdown Check List widget converts the standard SELECT html element into a nice dropdown with multi tickable options.

McDropDown

mcdropdown

Am quite fond of this implementation. As you can see in the screenshot above, McDropDown nicely creates a nested menu of elements to choose from from a simple dropdown. It generates the data from a standard <ul> and <li> implementation and has a huge bunch of options to go with it. Worth checking out.

Droplist Filter

droplistfilter2

Droplist Filter is really pretty damn good. Every had a dropdown with hundreds of options in it? Sure, you can sort them alphabetically, but that is so time consuming – why not add a nice search filter, hit the Enter key and your option is selected. What a great plugin!

Sexy Combo

sexy-combo

Sexy Combo is another take on the customizable combo dropdown box. With Sexy Combo you can skin it to a degree, as well as tell it other options such as the default text you should see before an option is selected, as well as configurables such as making the options appear above the select box rather than below…

QuickSelect

qselect

QuickSelect allows you to convert a standard input form element into a nice dropdown of choices as the user types. As you can see form the example above, it has some great flexibility. I typed “aber” into it, and it has found some relatively close matches, rather than exact matches. You can obviously turn this off though, and have it return exactly the string match that you enter.

FlexBox

flexbox

FlexBox is another alternative to the standard HTML dropdown box. Much the same as the others, skinnable etc.

LinkSelect

linkselect

LinkSelect is slightly different in its approach whereby it converts a standard A link tag into a selectable list of options. In theory, that could be a text or image link which is a quite nice addition.

Pop!

pop

Whilst not strictly a form dropdown, you get the same effect with the Pop! jquery plugin. As the screenshot suggests, you can put anything in there, so may not be that great for forms, but you never know!

jQuery Color Picker

colorpicker

Again, not strictly a dropdown form option, however the jQuery Color Picker can easily be implemented in the same way to enable the quick selection of HTML colors.

ClickMenu

clickmenu

ClickMenu is another play on the drill down selectable. Using the plugin is as simple as:

$('#list').clickMenu();

Tools to help you learn…

Learning jQuery 1.3

Learning jQuery 1.3

Amazon Kindle 2

Amazon Kindle 2

jQuery UI 1.6

jQuery UI 1.6

12 Responses to “11 jQuery Plugins to Enhance HTML Dropdowns”

  1. Elijah Manor says:

    You’ve been tweeted (a good thing) – Tweetback from @elijahmanor

    http://twitter.com/elijahmanor/status/1425058212

  2. This is really cool. You always seem to find the best jQuery addons.

  3. koto says:

    When you want to present user a tree of different options and dynamically show/hide the options, you might also look at jquery option tree plugin

    http://code.google.com/p/jquery-option-tree/

  4. Haggi says:

    A jQuery plugin which extends normal dropdown (select) elements to be searchable.

    DEMO: http://jsearchdropdown.sourceforge.net/
    Plugin Page: http://plugins.jquery.com/project/searchabledropdown
    Projekt Page: https://sourceforge.net/projects/jsearchdropdown/

  5. Donny V says:

    Check out mine. It has a template system to make the results look like anything you want and edge detection so the dropdown doesn’t go over the window boundaries.

    http://code.google.com/p/custom-combobox/

  6. MollyM says:

    very nice list. Would like to add a suggestion:

    First is a tool for creating jQuery modal windos called Likno Web Modal Windows Builder.

    http://www.likno.com/jquery-modal-windows/index.php

    Second tool is a tool for creating jQuery tooltips, called Likno Web Tooltips Builder.

    http://www.likno.com/jquery-tooltips/index.php

    hope this helps.

Trackbacks/Pingbacks

  1. [...] Read the original here: 11 jQuery Plugins to Enhance HTML Dropdowns | Steve Reynolds Blog [...]

  2. [...] 11 jQuery Plugins to Enhance HTML Dropdowns [...]

  3. [...] Follow this link: 11 jQuery Plugins to Enhance HTML Dropdowns [...]

  4. [...] 11 jQuery Plugins to Enhance HTML Dropdowns [...]

Leave a Reply