如何通过小部件代码使用网站的 jQuery
我有一个添加到随机网站的小部件。
每当这些网站有 jQuery 时,我希望我的代码使用它,而不是再次上传 jQuery。
如何通过一次性设置,对 jQuery 的函数调用调用站点的 jQuery,可能使用不同的 jQuery 前缀 ($)?
I have a widget which is added to random websites.
Whenever these sites have jQuery, I want my code to use it and not upload jQuery again.
How can I make by a one time setting, my function calls to jQuery call the site's jQuery, possibly with a different jQuery prefix ($)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用匿名函数来测试 jQuery 对象是否存在。如果未定义,请将其添加到 DOM 并短暂等待,然后重试:
Use an anonymous function to test for the existence of the jQuery object. If it is undefined, add it to the DOM and wait briefly before trying again: