gpt4 book ai didi

javascript - 我可以在我的自定义 Polymer 元素中使用 jquery 吗?

转载 作者:数据小太阳 更新时间:2023-10-29 04:33:25 24 4
gpt4 key购买 nike

Polymer 文档说:

Polymer provides a custom API for manipulating DOM such that local DOM and light DOM trees are properly maintained. These methods and properties have the same signatures as their standard DOM equivalents, except that properties and methods that return a list of nodes return an Array, not a NodeList.

Note: All DOM manipulation must use this API, as opposed to DOM API directly on nodes.

Jquery 有 很多 有用的方法,它们让我的生活更轻松,比如 toggleClasshasClassaddClass一个...

我已经能够在我的元素中使用其中一些方法而不会产生任何后果,但我想知道上面引用的粗体部分背后的语义到底是什么,这样我就可以更清楚地推理事情。

注意:我不是在谈论在主文档中使用 jquery,我是在谈论当我在 inside 阴影边界时使用它,就像在元素的 ready 例如回调。

最佳答案

事实上,你可以。您只需使用 Polymer.dom(this.root).querySelector 并将返回的元素包装在 jquery 中。

这是一个例子。 http://jsbin.com/purudu/edit?html,output

关于javascript - 我可以在我的自定义 Polymer 元素中使用 jquery 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32469266/

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