File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- #Ajax AutoComplete for jQuery
1
+ #Ajax Autocomplete for jQuery
2
2
3
3
Ajax Autocomplete for jQuery allows you to easily create
4
4
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
61
61
* ` onInvalidateSelection ` : ` function () {} ` called when input is altered after selection has been made. ` this ` is bound to input element.
62
62
* ` tabDisabled ` : Default ` false ` . Set to true to leave the cursor in the input field after the user tabs to select a suggestion.
63
63
64
+ ## Instance Methods
65
+
64
66
Autocomplete instance has following methods:
65
67
66
68
* ` setOptions(options) ` : you may update any option at any time. Options are listed above.
You can’t perform that action at this time.
0 commit comments