Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Incremental Search for Select Boxes


Did you ever have to scroll through a select box with lots of options. Did you wish there was incremental search? Your wish has been granted.

This plugin modifies ordinary select tags to allow incremental search.

Usage:

jQuery(document).ready(function() {
    jQuery("select").AddIncSearch();
});

The plugin will disable itself on Internet Explorer 6 since it is to slow for this to work sensibly. If you want to experiment with IE, just remove the respective code right at the start of the plugin code.

See the header of the JavaScript file for detailed documentation.

Try out the demo.

cheers
Tobi Oetiker

Downloads

Version Downloads Date Links
2.0.422 Download (167.87 KB) 2010-Sep-20 Notes
1.0.422 Download (10.13 KB) 2010-Sep-15 Notes


4.5
Your rating: None Average: 4.5 (8 votes)