2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 16:59:01 +00:00

Update formatting

This commit is contained in:
Tomas Kirda 2015-06-04 12:48:06 -05:00
parent e150db1166
commit 484c4c82fb

View File

@ -1,4 +1,4 @@
#Ajax AutoComplete for jQuery
#Ajax Autocomplete for jQuery
Ajax Autocomplete for jQuery allows you to easily create
autocomplete/autosuggest boxes for text input fields.
@ -61,6 +61,8 @@ The standard jquery.autocomplete.js file is around 2.7KB when minified via Closu
* `onInvalidateSelection`: `function () {}` called when input is altered after selection has been made. `this` is bound to input element.
* `tabDisabled`: Default `false`. Set to true to leave the cursor in the input field after the user tabs to select a suggestion.
## Instance Methods
Autocomplete instance has following methods:
* `setOptions(options)`: you may update any option at any time. Options are listed above.