jQuery.print.js

时间:2022-05-25 04:18:28
【文件属性】:

文件名称:jQuery.print.js

文件大小:11KB

文件格式:JS

更新时间:2022-05-25 04:18:28

jQuery 打印

$("#PrintButton").on("click", function () { $("#PrintSection").print({ globalStyles: true, mediaPrint: false, stylesheet: null, noPrintSelector: ".btncontainer", iframe: true, append: null, prepend: null, manuallyCopyFormValues: true, deferred: $.Deferred(), timeout: 750, title: null, doctype: '' }); });


网友评论