当前位置:   article > 正文

前端插件 打印_jq printthis

jq printthis

通过使用    printThis这个效果最好。jqprint、printArea对表格兼容不是很友好。均可自动分页,插件请官网自行下载

        function autoDoPrint() {
                //$("#detailPage").jqprint(
                    {
                    debug: false,
                    importCSS: true,
                    printContainer: true,
                    operaSupport: false
                }
                //);

                $("#detailForm").printArea();


                //$("#detailForm").printThis({
                //    debug: false,
                //    importCSS: true,
                //    importStyle: true,
                //    printContainer: true,
                //    //    loadCSS: "/Content/Themes/Default/style.css",
                //    pageTitle: "二维码",
                //    removeInline: false,
                //    printDelay: 333,
                //    header: null,
                //    formValues: false
                //});
                //  alert("等待打印");
            }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/171329
推荐阅读