Skip to content

rtravis3647/ComboBoxControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ComboBoxControl

An autocomplete enabled combo box control. Uses require.js and jQueryUI, but NOT a jQuery plugin. You can use any type of source that the standard jquery autocomplete can use.

Usage:

var comboOptions = {
    inputCSS:{
        "min-width":"0"
    },
    autocomplete:{
        source:"/ajax/combosource.php"
    }
}

var control = new ComboBox("div#myCombo",comboOptions);

About

An autocomplete enabled combo box control. Requires jQuery and jQueryUI, but NOT a jQuery plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published