$(document).ready(function(){ $('.btn_print').click(function(e) { window.print(); e.preventDefault(); }); });