jQueryPlugins icon indicating copy to clipboard operation
jQueryPlugins copied to clipboard

Collection of jQuery plugins

Results 57 jQueryPlugins issues
Sort by recently updated
recently updated
newest added

Hi Erik, first of all thanx for the plugin. I have an issue whenever I print something (even if it is a small page that doesn't exceed printer's size) the...

Printing iframe with FF works perfectly. An example of the code I am using is as follows: $('#idDisplay_Iframe').printElement({overrideElementCSS: ['layout.css']}); When I execute with IE6 I see a flash of activity...

printElement

When my content exceeds the 'standard' paper size it only prints the visible content of the first page. So, multi page aren't supported?

printElement

The 'printBodyOptions' is not being handled correctly. As long as 'printBodyOptions' is sent as parameter, any undefined property of it (classNameToAdd or styleToAdd) will be added to its respective attribute...

printElement

When I call printElement(), on an area that has a text area, any newlines in that text area are immediately converted to spaces. This is in IE8 only--FF works fine.

printElement

In Firefox, when you try to print an area containing an empty textarea, line 131 this.firstChild.textContent = value; throws an error: Error: this.firstChild is null Source File: jquery.printElement.js Line: 131...

printElement

I am calling printElement like this: $(this).closest('div.dropzone').print.Element() <div class='dropzone'>stuff I want to print, the print button is here too</div> however it seems that my div gets duplicated by printElement (this...

printElement