documenting that fetch options can also be jquery options.

This commit is contained in:
Jeremy Ashkenas
2011-05-26 14:00:45 -04:00
parent 2b1eae4d9c
commit 9503627e08

View File

@@ -1341,6 +1341,12 @@ Accounts.fetch();
of replacing the collection's contents, pass <tt>{add: true}</tt> as an
option to <b>fetch</b>.
</p>
<p>
<b>jQuery.ajax</b> options can also be passed directly as <b>fetch</b> options,
so to fetch a specific page of a paginated collection:
<tt>Documents.fetch({data: {page: 3}})</tt>
</p>
<p>
Note that <b>fetch</b> should not be used to populate collections on