Created
February 8, 2022 04:39
-
-
Save badbye/1e85d483d04c12f71503e607b0bbcda1 to your computer and use it in GitHub Desktop.
免费下载道客巴巴的文档. download file from doc88.com without paying
This file contains 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() |
javascript:$('#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
https://www.doc88.com/p-80099412682730.html?r=1