I have JavaScript that is doing activity periodically. When the user is not looking at the site (i.e., the window or tab does not have focus), it\'d be nice to not run.
In HTML 5 you could also use:
onpageshow
onpagehide
See: