forked from jasonday/printThis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (25 loc) · 1.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Jason Day
printThis 1.1
3/08/2013 added option to remove inline styles from print elements
3/04/2013 fixed showstopper with IE and document.domain
- some major rework
added "pageTitle" option
some minor rework of other areas
11/23/2012 fixed showstopper with Firefox:
- moved variable $doc to within setTimeout function
11/11/2012 reworked plugin to use a jQuery object
removed document.write
added setTimeout (waits for iframe to full render before action)
11/07/2012 added support for loading css files
removed Opera option, left in by default
added timeout to remove iframe after 60 seconds
added unique name to iframe
Printing plug-in for jQuery
Resources (based on) :
jPrintArea: http://plugins.jquery.com/project/jPrintArea
jqPrint: https://github.com/permanenttourist/jquery.jqprint
Ben Nadal: http://www.bennadel.com/blog/1591-Ask-Ben-Print-Part-Of-A-Web-Page-With-jQuery.htm
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
(c) Jason Day 2012