$(document).on("ready", function() { $("body").append(""); $(".printPage").on("click", function(e) { window.print(); }); });