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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -