2014-02-09 36 views

回答

0
var changetitletimer = setInterval(function() { UpdateIt(); } , 1800000); 
/* 1800000 is the value for 30min in milliseconds */ 

如果你想停止它:

clearInterval(changetitletimer);