What is the opposite of javascript window.stop()
问题 Once I've executed window.stop() , how can I resume default actions? I need to make toggle/switch function, that once fired will run window.stop() , and with second run will recover window actions disabled by window.stop() . 回答1: I misunderstood before how window.stop() works. I was wrong, there are no any "direct inbuilt" javascript method to reload ONLY THESE ELEMENTS stopped by window.stop(), so by this meaning it's impossible. However, if it's needed, we can: loop through each element on