gpt4 book ai didi

jquery - 试图了解 jQuery .css 如何在 native javascript 中运行?

转载 作者:行者123 更新时间:2023-12-02 19:21:06 25 4
gpt4 key购买 nike

外部 CSS 文件...

#externalClass { font-family: arial; }

HTML 文件...

<a href="#" id="externalClass">Link</a>

JavaScript 文件...

console.log(jQuery("#externalClass").css("font-family"));

我得到了“arial”,但无法理解它在 native JavaScript 中是如何工作的(即使在 IE6/7/8/9 中)?

有人可以解释一下吗?

最佳答案

它使用 getComputedStyle() (带有必要的后备,例如 currentStyle() )来计算 font-family 值。

Source .

当您想知道一个库如何实现某些目标时,最好的方法是查看源代码,如果您无法理解它,请 Google 更多信息或在此处询问:)

关于jquery - 试图了解 jQuery .css 如何在 native javascript 中运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12525695/

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