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 mobileを使用している場合は、代わりに$(document).ready()useを使用しないでください。$(document).bind('pageinit')
$(document).ready()
$(document).bind('pageinit')
$(document).raedy()イベントは、最初のページがロードされたときに1回だけ発生します。後続のページはAJAX呼び出しを使用してロードされるため、document.readyイベントはありません。
$(document).raedy()