项目作者: valluminarias

项目描述 :
JQuery plugin for printing
高级语言: HTML
项目地址: git://github.com/valluminarias/jquery-print-plugin.git
创建时间: 2015-06-27T07:14:08Z
项目社区:https://github.com/valluminarias/jquery-print-plugin

开源协议:

下载


jquery.printThis_plugin

JQuery plugin for printing

How to use

Just add a block of jquery code in your app

  1. // Include Jquery Library first
  2. // Include jquery-print-this plugin script
  3. <script src="/path/to/jquery.printThis.js"></script>
  4. $(document).ready(function() {
  5. $('.btn_print').on('click', function(e) {
  6. $('element').printThis();
  7. })
  8. });

see examples for more details on how to use this plugin

Download

You can download via npm

  1. npm i jquery-plugin-printthis

Visit [https://www.npmjs.com/package/jquery-plugin-printthis]