Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 408 Bytes

README.markdown

File metadata and controls

18 lines (9 loc) · 408 Bytes

jQuery Select Autocomplete

jQuery Select Autocomplete lets you turn an HTML <select> tag into an auto-complete text input box.

You use it like this: $(select.autocomplete).select-autocomplete();

Example

See index.html for a working example.

License

License is MIT. See LICENSE file.

Todo

  • figure out if there's a way to automagically manage the dependency on jquery.autocomplete