Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.53 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.53 KB

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

For bug reporting, feature proposing and improving this project.

License

The MIT License (MIT)

Copyright (c) 2014 Ilya Kremer