jQueryPlugins
jQueryPlugins copied to clipboard
Collection of jQuery plugins
hi, i know you can specify a css file as a overrideElementCSS array element. i want to specify the css selector/definition pairs directly instead. For example: $('#prt-container').printElement({ overrideElementCSS:[{ "#prt-container table...
I had a problem to use this plugin for print a page with input[type=radio] on IE9, because the .clone() function used at function '_getElementHTMLIncludingFormElements' don't make a copy of the...
I'm using your plugin with great success to print single pages of elements- thanks. I was wondering if it's possible to use your plugin to print to the default printer...
It seems that i can only print the first page of an element that is longer than one page. Is this a plugin or browser print dialog problem? The javascript...
IE 9 printing does absolutely nothing. Even on your sample page, nothing happens when clicking on the buttons to print: http://projects.erikzaadi.com/jQueryPlugins/jQuery.printElement/Sample/
I had a series of problems when printing my key element in Google Chrome. Additional Note of Experience: If your printing elements first inner object has a top margin, a...
In IE8, print as popup mode, the first time is ok. but if you run the second time, a js error will bast out. ........ this thing is full of...
If the element is on the body, it's ok. but if the element is in a jquery UI dialog, then the printElement will print the current whole page content. yours,...
I have a modal dialog with a print button which prints the contents of a div that is being displayed. It works fine except that the output is only a...