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({ url: "mypage.php", cache: false }).done(function( html ) { $("#results").append(html); });
ただし、結果が異なる場合は、アラートをポップアップ表示してフェードアウトさせたいと考えています。どうすればいいですか?
おまけの質問: どうすればこれを継続的に実行できますか?