function ddd(){ setInterval(function(){ console.log('d'); },500) } ddd(); $('.test').click(function(){ ddd() 함수 이벤트 제거 })