使用jQuery选择和操作CSS伪元素,例如:: before和:: after

删除回忆录丶 提交于 2020-08-09 10:50:59

问题:

Is there any way to select/manipulate CSS pseudo-elements such as ::before and ::after (and the old version with one semi-colon) using jQuery? 有没有办法使用jQuery选择/处理CSS伪元素,例如::before::after (以及带有一个分号的旧版本)?

For example, my stylesheet has the following rule: 例如,我的样式表具有以下规则:

.span::after{ content:'foo' }

How can I change 'foo' to 'bar' using jQuery? 如何使用jQuery将'foo'更改为'bar'?


解决方案:

参考一: https://stackoom.com/question/L9WQ/使用jQuery选择和操作CSS伪元素-例如-before和-after
参考二: https://oldbug.net/q/L9WQ/Selecting-and-manipulating-CSS-pseudo-elements-such-as-before-and-after-using-jQuery
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!