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

정보공유

[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 50건 2 페이지
번호 제목 글쓴이 날짜 조회
35 설문응답 유효성 검사 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-13 11915
34 모두 선택 체크박스 가 한페이지에 2개이상있을경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-20 17269
33 복잡한 rowspan 처리 쉽게 처리하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-22 21780
32 확장성있는 글깜빡임 처리 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-29 23610
31 유투브 영상 바로실행하고 영상위에 텍스트 올려서 링크 걸기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-01 33591
30 메뉴 슬라이드 다운 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-01 36671
29 갤러리 슬라이더 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-10 25755
열람중 원하는 영역 프린트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-08 29317
27 jquery.validate 다중옵션 입력 체크 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-18 28165
26 jquery 슬라이드 배너 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-27 37489
25 사이드 메뉴 슬라이드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-12 26106
24 vertical 메뉴 슬라이드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-12 25610
23 단어가 다음행으로 떨어질때 단어가 잘리지 않게 처리 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 38883
22 jquery 심플 챠트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 42109
21 ajax 로 불러오는 html 에 hover 처리를 해야할경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-31 29915