Skip to content

ivkremer/jquery-simple-combobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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