My favorites | Sign in
Logo
                
Search
for
Updated Jun 10, 2009 by Lukasz.Rajchel
Locales: en, pl
DocumentationExamples  
jQuery Editable Combobox documentation examples.

Examples

#1 Change every select element to editable combobox.

$('select').jec();

#2 Change every select element to editable combobox using existing option values.

$('select').jec({'useExistingOptions': true});
Hosted by Google Code