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.
この投稿.abort()などの関数を使用して AJAX リクエストを中止することに関する多くの投稿を見てきましたが、うまくいきません。
.abort()
setTimout を使用して 30 秒ごとに繰り返し AJAX 呼び出しを行っていますが、条件に基づいて繰り返し呼び出しが発生するのを停止したい点があります。
私は何か間違ったことをしていますか、.abort()それとも廃止されていますか? jquery バージョン 1.9.1 を使用しています。