【JQPrint 隐藏页眉、页脚和不需要的区域】
#divPrintBtn{
display: none;
/* 不需要的区域 */
}
@page {
size: auto;
/* auto is the initial value */
margin: 0mm;
/* this affects the margin in the printer settings */
}
推荐阅读
- 针对 jQuery 的优化方法有哪些
- javascript|关于input的change事件触发多次发解决
- jquery Colorbox 传值
- Jquery 操作 Frame示例
- 代码记录|jquery获取select框的值、单选框的值、textarea的值、获取input框的值
- jQuery Infinite Ajax Scroll(ias) 分页插件介绍
- jQuery|jQuery 基础教程目录
- jquery.ui.droppable中文文档
- JS|Swiper插件的简单使用
- jquery|总结jQuery/js常用方法