We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d93af49 + 4fce338 commit 999dc67Copy full SHA for 999dc67
readme.md
@@ -106,10 +106,10 @@ supply just a string array for suggestions:
106
107
## Non standard query/results
108
109
-If your ajax service expects the query in a different format, and returns data in a different format then the standard response,
+If your ajax service expects the query in a different format, and returns data in a different format than the standard response,
110
you can supply the "paramName" and "transformResult" options:
111
112
- $('#autocomplete').autocomplere({
+ $('#autocomplete').autocomplete({
113
paramName: 'searchString',
114
transformResult: function(response) {
115
return $.map(response.myData, function(dataItem) {
0 commit comments