Skip to content

A jQuery plugin that unobtrusively adds a *print page* link to a page

Notifications You must be signed in to change notification settings

ianoxley/jqueryprintpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published