Skip to content

Commit 484c4c8

Browse files
author
Tomas Kirda
committed
Update formatting
1 parent e150db1 commit 484c4c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Ajax AutoComplete for jQuery
1+
#Ajax Autocomplete for jQuery
22

33
Ajax Autocomplete for jQuery allows you to easily create
44
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
6161
* `onInvalidateSelection`: `function () {}` called when input is altered after selection has been made. `this` is bound to input element.
6262
* `tabDisabled`: Default `false`. Set to true to leave the cursor in the input field after the user tabs to select a suggestion.
6363

64+
## Instance Methods
65+
6466
Autocomplete instance has following methods:
6567

6668
* `setOptions(options)`: you may update any option at any time. Options are listed above.

0 commit comments

Comments
 (0)