I'm on a page that probably has a interval timer which refreshes a table every several seconds -- now I want to stop this timer (not sure how to "sniff out" this timer or grab a hold of it) or somehow cancel or prevent these automatic periodic DOM refreshes -- so that I can play with styling in the debugging tool? By the way, jQuery is available.
Asked
Active
Viewed 26 times
0
-
http://stackoverflow.com/questions/8860188/is-there-a-way-to-clear-all-time-outs – OliverJ90 Jan 12 '16 at 20:49
2 Answers
0
this <meta http-equiv="refresh" content="5" />
that makes the web will refresh, you can use that to will refresh each many hours

MarcoAndresito
- 143
- 9