├── iframes ├── iframe.html └── iframe2.html ├── images └── print_icon.gif ├── index.html ├── jquery-1.4.4.min.js ├── jquery.printPage.js └── readme.md /iframes/iframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/iframes/iframe.html -------------------------------------------------------------------------------- /iframes/iframe2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/iframes/iframe2.html -------------------------------------------------------------------------------- /images/print_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/images/print_icon.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/index.html -------------------------------------------------------------------------------- /jquery-1.4.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/jquery-1.4.4.min.js -------------------------------------------------------------------------------- /jquery.printPage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/jquery.printPage.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/posabsolute/jQuery-printPage-plugin/HEAD/readme.md --------------------------------------------------------------------------------