diff --git a/select2-latest.html b/select2-latest.html index b288a9c4..a74948fb 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1555,12 +1555,12 @@ $("#select").select2({
results(data, page)+
results(data, page, query)
Parameter | Type | Description |
---|---|---|
data | object | Retrieved data. |
page | int | Page number that was passed into the data function above. |
context | object | See options.context parameter to the query function above. |
query | object | The query object used to request this set of results. |
<returns> | object | Results object. See "options.callback" in the "query" function for format. |