gpt4 book ai didi

jquery - href 链接上的数据描述使用

转载 作者:太空宇宙 更新时间:2023-11-04 05:00:03 25 4
gpt4 key购买 nike

我想在 href 链接上使用数据描述,但没有显示描述。有人知道如何使用它,请告诉我。这是演示链接 http://jsfiddle.net/KNa3A/

最佳答案

您可以为此使用 :after 伪元素 - http://jsfiddle.net/spacebeers/KNa3A/4/

.your_class:after {
content: attr(data-description);
display: block;
padding: 0 0 0 10px;
color: red;
}

将 :after 元素的内容设置为 attr(data-description) 就可以了。

关于jquery - href 链接上的数据描述使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11686555/

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