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呼び出しを行います...ajaxリクエストが適切に行われるまで、ページを非表示または非表示にしたいのですが...どうすればよいですか?
これ?
$("*").hide();
後で、AJAX呼び出しが完了したら、次のことができます。
$("*").show();