A jQuery combobox plugin. You can use it for autocomplete (search, etc).
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.
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).
- 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.
The MIT License (MIT)
Copyright (c) 2014 Ilya Kremer