mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-22 12:55:12 +00:00
Fixed som doc typos
This commit is contained in:
parent
4ccc809a00
commit
4fce3383f3
@ -106,10 +106,10 @@ supply just a string array for suggestions:
|
|||||||
|
|
||||||
## Non standard query/results
|
## Non standard query/results
|
||||||
|
|
||||||
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,
|
||||||
you can supply the "paramName" and "transformResult" options:
|
you can supply the "paramName" and "transformResult" options:
|
||||||
|
|
||||||
$('#autocomplete').autocomplere({
|
$('#autocomplete').autocomplete({
|
||||||
paramName: 'searchString',
|
paramName: 'searchString',
|
||||||
transformResult: function(response) {
|
transformResult: function(response) {
|
||||||
return $.map(response.myData, function(dataItem) {
|
return $.map(response.myData, function(dataItem) {
|
||||||
|
Loading…
Reference in New Issue
Block a user