All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.primefaces.printer.printer.js Maven / Gradle / Ivy

There is a newer version: 14.0.0-RC3
Show newest version
/*
 * [email protected]
 * jqprint 0.3
 */
(function($) {
    var opt;

    $.fn.jqprint = function (options) {
        opt = $.extend({}, $.fn.jqprint.defaults, options);

        var $element = (this instanceof jQuery) ? this : $(this);

        if (opt.operaSupport && $.browser.opera)
        {
            var tab = window.open("","jqPrint-preview");
            tab.document.open();

            var doc = tab.document;
        }
        else
        {
            var $iframe = $("