datalist
========

relatively small dropdown filter / autocomplete script.


FEATURES
--------

- Small:
  - Filesize: +- 12KB.
  - Lines: +- 420, not much code, so hopefully easy to understand.
  - No dependencies on other libraries like jQuery.
- (Graceful) fallback to HTML5 datalist if Javascript is disabled for inline
  datalist.
- Filtering values: case-insensitively, tokenized (separated by space).
- Supports querying a remote server for results using a JSON XMLHttpRequest.
- Show a table with multiple columns in the list, with nice alignment of items.
  - Support HTML, for example for thumbnail images.
  - Support a callback function per cell, row or to reformat the value.
- Permissive ISC license, see LICENSE file.
- Supported browsers are:
  - Firefox and Firefox ESR.
  - Chrome and most recent webkit-based browsers.


EXAMPLES
--------

See example.html for an example.


Author
------

Hiltjo Posthuma <hiltjo@codemadness.org>
