https://github.com/marcsaleiko/autocomplete
Realizes a customizable autocomplete that only handles the autocomplete itself.
https://github.com/marcsaleiko/autocomplete
autocomplete autocompletion javascript javascript-plugin npm-package
Last synced: 7 months ago
JSON representation
Realizes a customizable autocomplete that only handles the autocomplete itself.
- Host: GitHub
- URL: https://github.com/marcsaleiko/autocomplete
- Owner: marcsaleiko
- License: mit
- Created: 2020-12-21T15:44:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T15:54:26.000Z (about 5 years ago)
- Last Synced: 2025-07-05T04:47:57.402Z (8 months ago)
- Topics: autocomplete, autocompletion, javascript, javascript-plugin, npm-package
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autocomplete
Realizes a customizable autocomplete that only handles the autocomplete itself.
The rest ist totally up to you. There are some configuration options and
three callbacks that let you customize every aspect of the autocomplete item
creation to the selection of an item or the appearance of an autocomplete item in the list.
Depends on jQuery. Work in progress.
## Initialization:
Use window.Autocomplete.init({}); in your DOM ready function and maybe
pass some configuration and override options.
## Example markup:
```
```