gpt4 book ai didi

jquery - 如何将 css 样式应用于自定义属性

转载 作者:行者123 更新时间:2023-11-28 09:44:57 27 4
gpt4 key购买 nike

<p target="a"><a>A</a></p>
<p target="b"><a>B</a></p>
<p target="c"><a>C</a></p>
<p target="d" ><a>D</a></p>
<p target="e"><a>E</a></p>

我可以选择这样的自定义属性

$($(this).attr('target'))

但是我怎样才能给它添加样式,我试过 $($(this).attr('target')).css() 但它不起作用。提前致谢

最佳答案

你可以使用属性等于选择器

$("[target=" + $(this).attr("target") + "]").css(/*propertyName [, propertyValue]*/)

关于jquery - 如何将 css 样式应用于自定义属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39198445/

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