jQueryPlugins
jQueryPlugins copied to clipboard
Chrome 14 now supports printing iFrames
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)
Thanks! Will be added to next milestone