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
22
33Ajax Autocomplete for jQuery allows you to easily create
44autocomplete/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+
6466Autocomplete instance has following methods:
6567
6668* ` 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