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

https://github.com/okerx/js-autocomplete-tool

A function takes a DOM element (form input) and an array expected words as arguments, and return a DOM elements list of suggestions.
https://github.com/okerx/js-autocomplete-tool

Last synced: about 2 months ago
JSON representation

A function takes a DOM element (form input) and an array expected words as arguments, and return a DOM elements list of suggestions.

Awesome Lists containing this project

README

        

# JS-autocomplete-tool
A function takes a DOM element (form input) and an array of expected words as arguments, and return a DOM elements list of suggestions.

includes urlParameters.js file wich is function returns an object of all url parameters

[URL-Parameters repository] (https://github.com/ammar-oker/URL-Parameters.git)