gpt4 book ai didi

javascript - 如何将 css 属性添加到 jquery 变量伪选择器

转载 作者:太空宇宙 更新时间:2023-11-03 17:31:59 24 4
gpt4 key购买 nike

任何人都可以帮助我在 $myClass 之前和之后设置最高位置。以下是我尝试过的代码。

var $myClass = $(".myclass");
$myClass.filter(":before,:after").css("top",-23);

最佳答案

尝试将 style 元素附加到 document ,包括属性, .myclass:before 的值,.myclass:after at 样式 文本

$("<style>", {"text":".myclass:before,.myclass:after{top:-23}"})
.appendTo("body");

另见 https://stackoverflow.com/a/27255808/

关于javascript - 如何将 css 属性添加到 jquery 变量伪选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30365405/

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