gpt4 book ai didi

jquery - 如何使用 jQuery 删除继承的样式?

转载 作者:行者123 更新时间:2023-11-28 08:38:27 24 4
gpt4 key购买 nike

大家好,我有一个通过 js 函数传递的 DIV:

function print(divId) {
var det = document.getElementById(divId);

$(divId).removeClass(); ..
$(divId).removeAttr(); ..

var mywindow = window.open(' ', 'Print');
mywindow.document.write('<html><head><title>Account Detail</title>');
mywindow.document.write('<link href="../../css/reset-min.css" rel="stylesheet" type="text/css" />');
mywindow.document.write('</head><body>');
mywindow.document.write(det.innerHTML);
mywindow.document.write('</body></html>');
}

我已经尝试过一些 jQuery 函数,如上面所示,但购买它不起作用,因为样式是从 css 模板继承的,所以我怎样才能完全删除 CSS 和 Styles 属性。我听说 YUI Reset http://developer.yahoo.com/yui/reset/ 但是我不知道如何在新的 Windows 弹出窗口中使用它

谢谢!

最佳答案

只需使用 .css( jQuery method 并记住在必要时附加 !important 以强制覆盖。

这将有效地在元素上设置 style=" 属性。

关于jquery - 如何使用 jQuery 删除继承的样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6325124/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com