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 插件安装在网页上并在 javascript 中执行。我无法找到 jquery 是否已完全成功执行或仍在工作....提前致谢
见http://api.jquery.com/ready/
通过在处理程序之外运行您的代码,例如
$(文档).ready(处理程序)
你可以知道它是在 jQuery 加载后被 jQuery 调用的。