Questions tagged [printthis]

A printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery.

A printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery. Check out the repository on Github.

This plugin is dual licensed under the MIT and GPL licenses and is created by Jason Day.

36 questions
13
votes
5 answers

jquery - iframe access denied in IE on some pages

I'm the author of printThis, a jquery plugin for printing. https://github.com/jasonday/printThis I have a user that has brought up an issue, that I have been unable to crack and unfortunately, I am unable to share the page (privacy concerns). On…
Jason
  • 7,612
  • 14
  • 77
  • 127
3
votes
3 answers

printThis.js css file not loading

I'm using printThis.js found here It has the ability to call an external CSS file, which I do. The problem I'm running into is that the CSS never loads the first time the function is called, and the printout is missing its styles. The 2nd time it…
Shawn
  • 3,031
  • 4
  • 26
  • 53
2
votes
1 answer

How can i separate or print 2 selectors on different page using printThis?

I just want to print 2 elements but when I do it does not look well. My alternative solution was two buttons per element but it is not good. I used this library https://github.com/jasonday Here is the preview When im going to print/download here is…
draw134
  • 1,053
  • 4
  • 35
  • 84
2
votes
1 answer

How to add printThis() element exception?

is it possible to not print a div include in a printThis() element ? example :
nickko
  • 356
  • 3
  • 12
1
vote
0 answers

How to correctly add the src to printThis.js

Whenever I add the references in javascript it keeps saying that the references cannot be loaded. I have downloaded the packages and have them sitting in a file called Data/NGData/Dependencies/Packages. I would have thought that the src would look…
evie
  • 73
  • 1
  • 8
1
vote
0 answers

My CSS gone after printing my modal using prinThis.js

I am using Modal and i Want to print it, but when i am trying to print it using printThis.js its Style/Css remove. How to fix this. The code and the example output is below: