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を使用してWebサイトを構築しようとしています。
ページの一部を新しい html/php に置き換えてから、更新されたDOMにアクセスする必要がある JavaScript を実行したいと考えています。
jQuerys load()関数を使用し、「完全な」コールバック (リンクを参照) からスクリプトを呼び出すことが、私のニーズに最も適していると考えました。私の質問は次のとおりです。「完了」コールバックが実行されると、DOM の準備ができて再構築されると想定できますか?
はい、新しいスクリプトは新しい DOM に完全にアクセスできます。