Adds custom HTML after the selected content.
A jQuery deferred object that is resolved once the print function is called. Can be used to setup callbacks.
To prepend a doctype to the printed document frame.
Whether or not the styles from the parent document should be included.
Whether to print from an iframe instead of a pop-up window; can take the CSS selector of an existing iframe.
Should it copy user-updated form input values onto the printed markup (this is done by manually iterating over each form element).
Whether or not link tags with media='print'
should be included; overridden by the globalStyles.
option.
A selector for the items that are to be excluded from printing.
Adds custom HTML before the selected content.
URL of an external stylesheet to be included.
To change the amount of max time to wait for the content, etc to load before printing the element from the new window or iframe created, as a fallback if the load event for the new window or iframe has not fired yet.
To change the printed title. Must be a single line.
Generated using TypeDoc
Settings for the jQuery.print plugin.