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.
我正在尝试制作一个仅注入自定义 javascript 的简单 Safari 5 扩展。请问有什么想法可以在这个自定义脚本中使用 jQuery 吗?我只知道这是可能的,因为在 WWDC 视频之一中提到了它,但我不知道该怎么做。
谢谢
您可以将 jquery.js 作为“启动脚本”包含在内。您的常规脚本(作为“结束脚本”)会看到它。
我相信,如果您不需要更新 jQuery,只需将 jQuery 的源代码复制到您的扩展程序的代码库中就可以了。