| Name | Type |
|---|
| Name | Type |
|---|---|
| $("input.autocomplete").autocomplete( options ) | Returns: Array<Element> |
| Makes the selected input an autocompleter. | |
| Name | Type |
|---|---|
| $("input").bind("cancel.autocomplete", function(e) { console.log("Cancel") }) | Returns: Array<Element> |
| Is fired when the selection is cancelled. | |
| $("input").bind("activate.autocomplete", function(e, d) { console.log(d) }) | Returns: Array<Element> |
| Is fired when an item is selected and activated (via a click or the enter key). | |
| $("input").bind("itemSelected.autocomplete", function(e, d) { console.log(d) }) | Returns: Array<Element> |
| Is fired when an item is selected (before it has been activated). | |
© 2008 John Resig and the jQuery Team.
Hosting provided by Media Temple
