Skip to content

jQuery reselect plugin for customize native select elements by adding text input to them.

Notifications You must be signed in to change notification settings

meliborn/jQuery-reselect-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery reselect plugin

jQuery reselect plugin customize your elements by adding text input to them, for accept custom text from user. Installation Include jQuery library to your page Include jquery.reselect.min.js and jquery.reselect.css Usage Apply plugin to select elements, which should customized $('.selects').reselect(); Features Small size: 1kb and ~150 bytes with gzip Change native select option. Options You can pass options to reselect call. $('.selects').reselect({ name: 'city', placeholder: 'Select city...' }); name. The name attribute of the text input, which replaced select element placeholder. Placeholder for text input Features in new versions Native autocomplete without any third-party plugins. Now, you can use autocomplete by using jQuery autocomplete plugin Auto width Support optiongroup Multiselect Navigate by key arrows Coming from your ideas...

About

jQuery reselect plugin for customize native select elements by adding text input to them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published