jQueryPlugins
jQueryPlugins copied to clipboard
Collection of jQuery plugins
Chrome 14 (the current version as of this posting Oct 2011) now supports printing hidden iframes properly. so change line 30: if ($.browser.opera || (/chrome/.test(navigator.userAgent.toLowerCase()))) to: if ($.browser.opera)
#### Just noticed this on plugins.jquery.com ### Submitted by aiecoucou on May 28, 2010 - 7:54pm ### Project: jQuery Print Element ### Version: 1.1 ### Component: Code ### Category: bug...
Using firefox 7.0.1 and I'm trying to print multiple element (img tag) from within a loop but only the first one get printed and the iteration stops. In IE, it...
I couldn't get IE to work without using popup. IE goes into quirks mode without specifying DOCTYPE. Should copy parent's doctype into popup or permit specifying a doctype as an...
Love your plugin... but it appears that on Chrome 13 beta you cannot open a popup, call print, and close it again. Chrome has recently added print preview, and apparently...
I noticed that your placing the stylesheets into the body instead of the header. I think it should be: if (!opts["overrideElementCSS"]) { $("link", document).filter(function () { return $(this).attr("rel").toLowerCase() == "stylesheet";...
When using Google Chrome, this plugin prints a blank page. It seems that the `printPage` function is being called before Google Chrome has finished rendering the page. The solution I...
like issue #1 that closed, but mine is input tag with no 'type' attribute I can solve by change the selector from ``` //simple text inputs $("input[type='text'])", $element).each(function () {...
With Firefox 3.6-4.0 (Linux and Windows), after clicking on the link to print, if I want to change url I have the error: "The document cannot change while Printing or...
There must be some issue/bug here. Here's a sample code. ... Some texts here... ... //in style.css .icon14 { background:url(PATH TO IMAGE) no-repeat; } Tried relative and absolute url for...