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.
load()関数とjqueryを使用せずにJavaScriptコードを記述してJavaScriptコード.ready()を実行する方法はありますか? はいの場合、どうすればこれを行うことができますか? この種のコードのチュートリアル リンクを提供してください。
load()
.ready()
はい、でもなぜしたいのですか?スクリプトを終了</body>タグの前の一番下に置くと、使用する必要がなくなりますdocument.ready()。
</body>
document.ready()
リンク: