注入 jQuery、jQuery UI 和插件,无版本冲突
我想通过书签将我自己的代码注入到网页中。 该代码还需要在网页中添加 jQuery、jQuery UI 和一些插件。
我读到了有关 noConflict
的内容,但是如果网页也加载了一些 jQuery 插件(具有不同版本)并且它们使用相同的 CSS 类名或 id,那又怎么样呢?
我必须如何继续注入我的所有代码?
I would like to inject, via a bookmarklet, my own code into a web page.
That code needs jQuery, jQuery UI and some plugins to be added too in the web page.
I read about noConflict
but what about if some jQuery plugins (with different version) are also loaded by the web page and they uses the same CSS class names or ids.
how must I proceed to inject all my code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要注入哪种书签。如果您可以使用书签打开 iframe 并在那里显示您的内容(例如 RTM、Springpad 等),那么我相信您不会有问题。
What kind of bookmarklet are you trying to inject. If you can open an iframe using your bookmarklet and show your content there like RTM, Springpad etc then I believe you won't have a problem.