mirror of
https://github.com/wahyd4/jQuery.print.git
synced 2026-08-09 04:46:31 +10:00
Fixes #17 - the append-prepend text mixup
This commit is contained in:
+5
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user