mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 23:01:00 +00:00
Update formatting
This commit is contained in:
parent
e150db1166
commit
484c4c82fb
@ -1,4 +1,4 @@
|
|||||||
#Ajax AutoComplete for jQuery
|
#Ajax Autocomplete for jQuery
|
||||||
|
|
||||||
Ajax Autocomplete for jQuery allows you to easily create
|
Ajax Autocomplete for jQuery allows you to easily create
|
||||||
autocomplete/autosuggest boxes for text input fields.
|
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.
|
* `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.
|
* `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:
|
Autocomplete instance has following methods:
|
||||||
|
|
||||||
* `setOptions(options)`: you may update any option at any time. Options are listed above.
|
* `setOptions(options)`: you may update any option at any time. Options are listed above.
|
||||||
|
Loading…
Reference in New Issue
Block a user