-
Notifications
You must be signed in to change notification settings - Fork 23
ianoxley/jqueryprintpage
Folders and files
| Name | Name | Last commit message | 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.
About
A jQuery plugin that unobtrusively adds a *print page* link to a page
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published