[JQUERY] know.settimeout ()을 취소 / 제거하십시오
JQUERYknow.settimeout ()을 취소 / 제거하십시오
해결법
-
1.
var timer1 = setTimeout(function() { removeStatusIndicator(); }, statusTimeout); clearTimeout(timer1)
-
2.window.clearTimeout ()는 당신이 달성하려는 것을해야합니다.
window.clearTimeout ()는 당신이 달성하려는 것을해야합니다.
from https://stackoverflow.com/questions/452003/cancel-kill-window-settimeout-before-it-happens by cc-by-sa and MIT license
'JQUERY' 카테고리의 다른 글
[JQUERY] WordPress 플러그인에 CSS와 jQuery를 포함하는 방법은 무엇입니까? (0) | 2020.11.01 |
---|---|
[JQUERY] 데이터가 추가 될 때 DIV의 끝으로 자동 스크롤하는 방법은 무엇입니까? [복제] (0) | 2020.11.01 |
[JQUERY] jQuery Ajax 함수의 ContentType 및 DataType 간의 차이점 (0) | 2020.11.01 |
[JQUERY] JavaScript / JQuery를 통해 Android 휴대 전화를 탐지합니다 (0) | 2020.11.01 |
[JQUERY] IE8 / 9의 jQuery와 XdomainRequest와의 Cors. (0) | 2020.11.01 |