Fixes #17 - the append-prepend text mixup

This commit is contained in:
Sathvik Ponangi
2015-04-08 18:55:42 +05:30
parent d7f9019356
commit c6a57a9cbe
+5 -5
View File
@@ -98,10 +98,10 @@
iframe : false,
//Don't print this
noPrintSelector : ".avoid-this",
//Add this on top
append : "Hello World!!!<br/>",
//Add this at bottom
prepend : "<br/>Buh Bye!"
//Add this at top
prepend : "Hello World!!!<br/>",
//Add this on bottom
append : "<br/>Buh Bye!"
});
});
// Fork https://github.com/sathvikp/jQuery.print for the full list of options
@@ -109,4 +109,4 @@
//]]>
</script>
</body>
</html>
</html>