SyntaxFix
Write A Post
Hire A Developer
Questions
Also, with IE Support > 9, you can pass more variables insider set interval that will be taken by you function. E.g:
function myFunc(arg1, arg2){}; setInterval(myFunc, 500, arg1, arg2);
Greetings!