본문 바로가기

Develop/JavaScript

[Javascript] interval 사용하기

등록 : intervalID = setInterval(function(){}, [time]);


삭제 : clearInterval(intervalID);