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 e97ad17 + 999dc67 commit e2309c1Copy full SHA for e2309c1
readme.md
@@ -108,10 +108,10 @@ supply just a string array for suggestions:
108
109
## Non standard query/results
110
111
-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,
112
you can supply the "paramName" and "transformResult" options:
113
114
- $('#autocomplete').autocomplere({
+ $('#autocomplete').autocomplete({
115
paramName: 'searchString',
116
transformResult: function(response) {
117
return $.map(response.myData, function(dataItem) {
0 commit comments