jquery-printevents

1.0.0 • Public • Published

jQuery Print Events

This plugin publishes jQuery events before and after print. It normalizes onbeforeprint/onafterprint and window.matchMedia using techniques described in this article.

Usage

Include dependencies:

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
<script src="jquery.printevents.js"></script>

Create subscribers for the published events:

$(document).on('print:before', function () {
  // run code before print
});
 
$(document).on('print:after', function () {
  // run code after print
});

Package Sidebar

Install

npm i jquery-printevents

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.68 kB

Total Files

5

Last publish

Collaborators

  • dubbs