jquery - Internet Explorer hangs up when window is not active while using setinterval with some SVG animation -
jquery - Internet Explorer hangs up when window is not active while using setinterval with some SVG animation -
i using net explorer 11 jquery , raphaeljs. problem facing animating lines on svg after every 10 secs (using setinterval). if net explorer window active works fine switch window , come net explorer it's hanged , need close , reopen webpage in new instance of net explorer.
$(document).ready(function () { hidecontextmenu(); //showdeliverytimedial(); //showrevenuedial(); displaygraph(); var refresh = setinterval(displaygraphint, 10000); }); jquery svg setinterval internet-explorer-11 hang
Comments
Post a Comment