Skip to content

Commit

Permalink
updated jquery plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaccon committed Nov 15, 2010
1 parent 34e8fdb commit 6cd6291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can find more examples in `test/test.persistence-jquery.js`.
jQuery mobile (jqm) ajax request re-routing to persitencejs for:

* html text: caches ajax-loaded HTML pages in local DB
* images (in `img` tags of ajax-loaded HTML pages): caches the via-canvas data-urlified img in local DB
* images (in `img` tags of ajax-loaded HTML pages): grabs/encodes them via `canvas` and caches them as data-URL strings in local DB
* form submission

re-routed URL paths have the following format:
Expand Down

0 comments on commit 6cd6291

Please sign in to comment.