mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-22 21:05:12 +00:00
Merge pull request #28 from nilsga/master
Fixed some typos in the documentation
This commit is contained in:
commit
999dc67b03
@ -106,10 +106,10 @@ supply just a string array for suggestions:
|
||||
|
||||
## 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:
|
||||
|
||||
$('#autocomplete').autocomplere({
|
||||
$('#autocomplete').autocomplete({
|
||||
paramName: 'searchString',
|
||||
transformResult: function(response) {
|
||||
return $.map(response.myData, function(dataItem) {
|
||||
|
Loading…
Reference in New Issue
Block a user