mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2025-04-05 06:51:51 +00:00
Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete
This commit is contained in:
commit
e2309c1533
@ -108,10 +108,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…
x
Reference in New Issue
Block a user