fazil1979/jqueryprintpage
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
jQuery Print Page Plugin
------------------------
A simple jQuery plugin to wrap the inner elements matching a given
selector in a *print page* link, then add an onclick handler to print
the current page.
Usage is typically something like:
$(document).ready(function() {
$('span.print').printPage();
});
See index.html for a demo page with some sample CSS.
Releases
No releases published
Languages
- HTML 85.7%
- JavaScript 10.6%
- CSS 3.7%