Skip to content

Instantly share code, notes, and snippets.

@beovulf
Created February 5, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beovulf/c582f550699efa55012c to your computer and use it in GitHub Desktop.
Save beovulf/c582f550699efa55012c to your computer and use it in GitHub Desktop.
print button
$('#print').click(function(){
window.print();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment