diff --git a/README.md b/README.md index 3b23f34..b0332e3 100644 --- a/README.md +++ b/README.md @@ -6,39 +6,100 @@ Printing plug-in for jQuery * Preserve page CSS/styling ** or add new CSS; the world is your oyster! * Preserve form entries - -### Non-features -really 'Issues' -* canvas/svg elements such as map routes are not preserved +* **1.9.0 adds experimental canvas support** ## Usage ### Basic ```javascript - $('selector').printThis(); +$('selector').printThis(); +``` + +### Advanced Features +```javascript +$('#kitty-one, #kitty-two, #kitty-three').printThis({ + importCSS: false, + loadCSS: "", + header: "

Look at all of my kitties!

" +}); +``` + +#### debug +Debug leaves the iframe visible on the page after `printThis` runs, allowing you to inspect the markup and CSS. + +#### importCSS +Copy CSS `` tags to the printThis iframe. On by default. + +#### importStyle +Copy CSS `