JQuery. combobox: lightweight plug-in that adds drop-down options to the text box

Source: Internet
Author: User
Document directory
  • Html
  • Script

Description

JQuery. combobox is a lightweight jQuery plugin which transforms a textbox into a combobox, so users can enter text or select from supplied options.

It cocould be called more than once on the same textbox, However only the first time calling counts -- which means you can't change the suggestions once the combobox is created.

It wocould work with jQuery. bgiframe plugin to fix the IE select/zIndex bug if you include it in the same page.

Tested in IE 7, Firefox 3.

Updates
2009-3-18
Suggestion matching is now case-insensitive
The second time setting up combobox on the same textbox is working now
Fixed the IE relative z-index bug by avoiding relative positioning
DemostartionUsageHtml
<input class="combo" />
Script
<link href="jquery.combobox.css" rel="stylesheet" /><script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.combobox.min.js"></script>jQuery('.combo').combobox(['option1', 'option2', 'option3', ...], {imageUrl : '/images/dropdown.gif'});

 

Copyright

It's released under the MIT licence, so use it however you want.

By deerchao@gmail.com on

Download

Http://files.cnblogs.com/deerchao/jquery.combobox.zip

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.