在撰寫動態網頁時,一定會碰到要做列印功能,
推薦一個jQuery Print Plugin
使用方式
xxxxxxxxxx
$("#myElementId").print({
addGlobalStyles : true,
stylesheet : null,
rejectWindow : true,
noPrintSelector : ".no-print",
iframe : true,
append : null,
prepend : null
});
參考連結
https://github.com/DoersGuild/jQuery.print