An open API service indexing awesome lists of open source software.

https://github.com/hangsbreaker/autocomplete

Make html input text with suggestion autocomplete with data from object or ajax
https://github.com/hangsbreaker/autocomplete

Last synced: 7 months ago
JSON representation

Make html input text with suggestion autocomplete with data from object or ajax

Awesome Lists containing this project

README

          

# Autocomplete
Make html input text with suggestion autocomplete data from object or ajax.


# Example
More example in example.html

autocomplete("id_input_text/textarea", {params});

Use third paramater with "multiple" to use multiple value
autocomplete("id_input_text/textarea", {multiple:true});




See Demo