javascript Programming Glossary: dosome
javascript setInterval http://stackoverflow.com/questions/5801543/javascript-setinterval question. If i use setInterval in this manner setInterval 'doSome ' 60000 am i safe that the doSome function is triggered every.. this manner setInterval 'doSome ' 60000 am i safe that the doSome function is triggered every 60 seconds even if I change the.. nor is it necessary for your purpose. Both setInterval 'doSome ' 60000 this runs doSome from the global scope in the global..
|