https://github.com/bingxuelover/jquery-print
js打印
https://github.com/bingxuelover/jquery-print
Last synced: 3 months ago
JSON representation
js打印
- Host: GitHub
- URL: https://github.com/bingxuelover/jquery-print
- Owner: bingxuelover
- Created: 2018-08-29T00:48:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:56:11.000Z (over 2 years ago)
- Last Synced: 2025-01-22T10:31:16.307Z (5 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 功能点
打印功能的jquery实现
# 项目运行
## 初始化
- yarn
## 启动项目
- yarn start
# 技术点
## jquery.PrintArea.js
- index.html
### 功能
- IE 浏览器页面设置网页打印的页眉页脚为空
- iframe 形式弹出 和 popup 弹出### 参数
- mode 弹出模式,默认iframe, 可以设置为 popup
- popWd 弹窗宽度## jquery.print.js
- jqprint.html
### 功能
- IE 浏览器默认设置网页打印的页眉页脚为空
- iframe 形式弹出### 参数
- importCSS 设置弹出打印区域的样式
## js
- index2.html
- 直接在页面写的js方法
- iframe 弹出