diff --git a/index.html b/index.html index 2874e8a9..c1d62438 100644 --- a/index.html +++ b/index.html @@ -1341,6 +1341,12 @@ Accounts.fetch(); of replacing the collection's contents, pass {add: true} as an option to fetch.

+ +

+ jQuery.ajax options can also be passed directly as fetch options, + so to fetch a specific page of a paginated collection: + Documents.fetch({data: {page: 3}}) +

Note that fetch should not be used to populate collections on