Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
老实说,我不确定如何从技术上询问我当前的需求,所以我会尝试使用一些伪代码来展示它。
我正在构建一个 jQuery 插件,我需要返回“目标元素的 DOM”——如下所示:
插件用法:
$('div.targeted-dom-element').myPlugin();
在我的插件中,我想在某个地方返回/重用这个 'div.targeted-dom-element' 字符串(请不要对象!) - 是否有任何 jquery/js 内置函数用于此类?
编辑:此属性已被弃用,感谢马特指出这一点。
jQuery 对象有一个selector属性,所以你可以做类似的事情
selector
myjQueryObj.selector