JQuery JSON Autocomplete library with single and multiple selects
The library provides an autocomplete widget for input fields. It uses JSON as data format and supports multiple and single selects.
It is published under the Robin Hood licence version 0.1 using the following boundaries:
Commercial use or organization: 1 Million EUR turn over or budget per year
Features
- The data format is JSON. It is an array of an object with label and value. Sample: [{label:'foo',value:'bar'},{label:'foof',value:'bar2'}]
- Data provided by a server or a custom function
- Hidden field stores the value
- Supports single and multiple select items
- Provides a number of options to overwrite behaviour
- Supports caching
- Tested with Firefox 3.5, Safari 4, Opera 10, Internet Explorer 7