Skip to content

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

Notifications You must be signed in to change notification settings

mdhooge/autocomplete

 
 

Repository files navigation

Autocomplete for jQuery

Presentation

Enables users to quickly find and select from differents kind 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 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

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

Languages

  • JavaScript 99.1%
  • PHP 0.9%