gpt4 book ai didi

javascript - js 如何从 $(document) 和 $(window) 获取选择器?

转载 作者:行者123 更新时间:2023-11-29 16:16:26 27 4
gpt4 key购买 nike

我想知道如何从 $(document) 和 $(window) 获取选择器?

el = $(document);

alert(el.selector); // return nothing, I want to output -> document

el = $(window);

alert(el.selector); // return nothing, I want to output -> window

非常感谢!

最佳答案

没有选择器,所以什么也得不到。您正在传递一个节点。

“选择器” 是符合 Selectors API 的文本字符串,这与 CSS 使用的 API 相同。在 JavaScript 中,选择器是 API 的一个子集,或者如果使用 jQuery,则有专有扩展。

关于javascript - js 如何从 $(document) 和 $(window) 获取选择器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14901126/

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