/ Published in: jQuery
Just a simple snippet to print the page. Add the class where you need.
Expand |
Embed | Plain Text
$(document).ready(function() { $('a.print').click(function() { window.print(); return false; }); });
You need to login to post a comment.
