-
-
Save haroldyong/1390165012c9716342390bcea25e7a4e to your computer and use it in GitHub Desktop.
免费下载道客巴巴的文档. download file from doc88.com without paying
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#continueButton').click() | |
var keeps = $("#pageContainer").parentsUntil('body').toArray().concat($("#pageContainer").children().toArray()) | |
var divs = $("div:not(#pageContainer)").toArray() | |
divs.filter(x => keeps.indexOf(x) < 0).forEach(x => x.remove()) | |
window.print() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fork