czamora
05-07-2007, 10:00 PM
Hi,
I'm having some issues in a complex Ajax script and it looks like the repeated calls made by a setInterval stop at some point for no known reason. I'm not calling clearInterval, and there seems to be no fatal javascript error, as other javascript code continues executing and responding to user's actions.
Is there anything that may stop setInterval from calling the given function periodically? Is there anything apart from clearInterval that may remove the interval?
Thanks a lot for any hints.
I'm having some issues in a complex Ajax script and it looks like the repeated calls made by a setInterval stop at some point for no known reason. I'm not calling clearInterval, and there seems to be no fatal javascript error, as other javascript code continues executing and responding to user's actions.
Is there anything that may stop setInterval from calling the given function periodically? Is there anything apart from clearInterval that may remove the interval?
Thanks a lot for any hints.