Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
/ autocomplete Public archive

jQuery plugin without any dependency : autocomplete from pre-populated list, ajax, callback ...

Notifications You must be signed in to change notification settings

jbdemonte/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocomplete for jQuery

Presentation

Enables users to quickly find and select from different kinds of source (pre-populated list of values, ajax source (json, text), callback).

Why using autocomplete ?

  1. Flexibility
  • Lot of options allow to customize the autocomplete process (autohide, prefix match, min length...)
  • Ajax exchange can be populated throught callback to add / modify data to the post (get) and result can be redefined also throught callback.
  • CSS is really short and fully modifiable
  1. Cross browser
  • Tested on Firefox, Chrome, Safari, Opera, IE
  • Also manage max-width, max-height for IE
  1. Lot of examples
  • ajax: json, text ; callback ; cache
  • lists : flat, array, callback

Buy author a beer

About

jQuery plugin without any dependency : autocomplete from pre-populated list, ajax, callback ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published