Guest User

Untitled

a guest
Jan 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery( document ).ready(function($) {
  3. $(".couponprint" ).click(function() {
  4. var blurbsrc = $(this).find("a").attr('href');
  5. var newwindow = window.open(blurbsrc);
  6. newwindow.print();
  7. })
  8. });
  9. </script>
Add Comment
Please, Sign In to add comment