위토즈 - 개발자프로그램판매공간

정보공유

[JQUERY] 원하는 영역 프린트

 

<script src="printThis.js"></script> 

<div id="targetPrint"> 

</div>

 

<script type="text/javascript">

<!--

$(document).ready(function() {

    $("#btnPrint").click(function() {

        $("#targetPrint").printThis({

            debug: false,               // show the iframe for debugging

            importCSS: true,            // import page CSS

            importStyle: false,         // import style tags

            printContainer: true,       // grab outer container as well as the contents of the selector

            pageTitle: "",              // add title to print page

            removeInline: false,        // remove all inline styles from print elements

            printDelay: 333,            // variable print delay; depending on complexity a higher value may be necessary

            header: null,               // prefix to html

            footer: null,               // postfix to html

            base: false ,               // preserve the BASE tag, or accept a string for the URL

            formValues: true,           // preserve input/form values

            canvas: false,              // copy canvas elements (experimental)

            doctypeString: "...",       // enter a different doctype for older markup

            removeScripts: false        // remove script tags from print content

        }); 

 

    });

});

//-->

</script>

 

첨부파일

정보공유
Total 438건 16 페이지
번호 제목 글쓴이 날짜 조회
213 Simple Microphone Recorder 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-26 30242
212 Methods with the same name as their class will not be constructors in a future version of PHP 오류. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-13 30206
211 새로 변경된 네이버 api 키 등록방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-11 30144
210 파라미터 값으로 접속 디바이스환경 강제 설정하기 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-13 30140
209 ajax 로 불러오는 html 에 hover 처리를 해야할경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-31 30131
208 메일주소 정규식 체크 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-25 30071
207 GD 를 이용한 그래프 만들기 SAMPLE 1 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-18 30027
206 MediaElement.js 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-28 29974
205 MSSQL 테이블별 용량 확인. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-04 29911
204 sql 덤프 뜰때 한글 깨질 경우 처리 방법. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-02 29846
203 정규식 참고 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-27 29825
202 다국어 처리 (1) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-07 29762
201 2차원 배열 정렬 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-18 29760
200 협업단위시 리눅스 FTP 접속자 권한 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-13 29721
열람중 원하는 영역 프린트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-08 29590