From 484c4c82fbd7175eec8d8c72929b0abe76f01a1b Mon Sep 17 00:00:00 2001 From: Tomas Kirda Date: Thu, 4 Jun 2015 12:48:06 -0500 Subject: [PATCH] Update formatting --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0fc6bdb..a5290de 100644 --- a/readme.md +++ b/readme.md @@ -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.