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.
我正在尝试使用 ajax 构建网站。
我想用新的 html/php 替换页面的一部分,然后运行需要访问更新的DOM 的 javascript。
我认为使用 jQuerys load() -函数并从“完整”回调(见链接)调用脚本将最适合我的需求。我的问题是:一旦“完成”回调被执行,我是否可以假设 DOM 已经准备好并重建?
是的,新脚本将拥有对新 DOM 的完全访问权限。