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

정보공유

[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 454건 13 페이지
번호 제목 글쓴이 날짜 조회
열람중 원하는 영역 프린트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-08 37245
273 view 단에서 helper 사용하기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-07 34233
272 include 를 view 단에 적용하고 싶을경우. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-07 33144
271 db query 찍어보기 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-20 35015
270 jquery.validate 다중옵션 입력 체크 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-18 34788
269 파라미터 값으로 접속 디바이스환경 강제 설정하기 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-13 36840
268 datepicker 를 사용하는데 yyyy-mm-dd 가 먹지 않을경우. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-02 41624
267 게시판관리자가 글작성까지 할수있게 수정 하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-29 42004
266 게시물을 하루에 한번이 아닌 30일, 60일 에 한번만 카운팅되게 하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-29 34791
265 다국어 처리 (3) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-28 32327
264 다국어 처리 (2) 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-28 34328
263 이미지 화면 정중앙 가운데 정렬 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-27 52081
262 jquery 슬라이드 배너 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-27 48258
261 주문화면 코딩할때 주의사항 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-23 33718
260 사이드 메뉴 슬라이드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-12 32883