Plugin jQuery: Print Part Of A Web Page With jQuery

Print Part Of A Web Page With jQuery
http://www.jqueryrain.com/?http://www.bennadel.com/blog/1591-Ask-Ben-Print-Part-Of-A-Web-Page-With-jQuery.htm
http://www.bennadel.com/blog/1591-Ask-Ben-Print-Part-Of-A-Web-Page-With-jQuery.htm
25/10/2012

Nội dung

Print Part Of A Web Page With jQuery

A jQuery plugin to handle the print() functionality. This way, we can make anything on the page printable using a jQuery selector. The caveat being that the containing element is not printed – only it’s child elements get added to the print document. In the following page, when the DOM is ready, we find our link element and have it print (upon click) any element on the page with the class “printable:”.We are creating an IFrame on the fly, writing the target HTML to its body, and then printing it.


Nguồn: www.jqueryrain.com/2012/10/print-part-of-a-web-page-with-jquery/


Chưa có phản hồi
Bạn vui lòng Đăng nhập để bình luận