Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 882 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 882 Bytes

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