Skip to content

Instantly share code, notes, and snippets.

@jaxxreal
Last active December 26, 2015 06:29
Show Gist options
  • Save jaxxreal/7107978 to your computer and use it in GitHub Desktop.
Save jaxxreal/7107978 to your computer and use it in GitHub Desktop.
Simply clever JS print element!
w=window.open();
w.document.write($('.report_left_inner').html());
w.print();
w.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment