使用 MooTools 向 css 类添加属性

发布于 2024-11-19 16:57:55 字数 169 浏览 1 评论 0原文

我想使用 MooTools 向 CSS 类添加属性。我知道我可以使用removeClass和addClass从不同元素添加和删除类,但我希望修改整个类本身的全局行为。

我唯一能想到的就是执行 $$('.classname').each 并使用 set('style','whatever')。有更好的办法吗?

I'd like to add an attribute to a CSS class using MooTools. I know that I can use removeClass and addClass to add and remove classes from different elements, but I'm looking to modify the global behavior of the entire class itself.

The only thing I can think of is doing $$('.classname').each and using set('style','whatever'). Is there a better way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

(り薆情海 2024-11-26 16:57:55

是的 - 有一个更好的方法,您可以重新定义 CSS 样式本身,否则您必须在每次创建该类的新元素时不断应用更改,这不是非常高效和实用。

检查这个答案:Changing style of :hover selector in mootools 和我为它制作的jsfiddle: http://jsfiddle.net/dimitar/Z9RPP/

yes - there is a better way, you can redefine the CSS style itself, else you'd have to continuously apply changes every time you create a new element of that class and that's not very performant and practical.

check this answer: Changing style of :hover selector in mootools and the jsfiddle i made for it: http://jsfiddle.net/dimitar/Z9RPP/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文