jquery-simple-combobox
jquery-simple-combobox copied to clipboard
A jQuery combobox (selectbox) plugin.
jQuery Simple Combobox plugin
A jQuery combobox plugin. You can use it for autocomplete (search, etc).
Usage
You can find reference in index.html and see fiddles here to understand its features.
To change the name of a plugin in your code you need to modify var pname = 'scombobox';
line (starting the script). Make sure your CSS class prefixes correspond this name.
IE8 compatibility
This plugin uses the following JS native stuff:
String.prototype.trim()
Object.keys()
Array.prototype.indexOf()
console.warn()
To provide IE8 support add this methods to your project (see js/missed.js file).
Thanks to
- danieltim300
- taitranvn
- Jo Weiser
- Dmitry Gubernatorov
- policecomplaints
- Christophe Olinger
- Allan Laal
- RyanPaddyFronde
- Chris Meza
- Dima Snisarenko
- John Murray
- AxrayCode
For bug reporting, feature proposing and improving this project.
License
The MIT License (MIT)
Copyright (c) 2014 Ilya Kremer