xiaoli / printThis

jQuery print plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jason Day
printThis 1.1

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


About

jQuery print plugin


Languages

Language:JavaScript 100.0%