Javascript to detect if user changes tab

后端 未结 5 1867
无人共我
无人共我 2020-11-30 22:46


I want to write a webpage for online quiz.Basic requirement i have is that, If the person taking quiz changes tab or opens new window even without minimizing browser, i.

5条回答
  •  庸人自扰
    2020-11-30 23:25

    Best native function hands down, no jQuery.

    document.hasFocus
    

    Check the pen, check what happens when you go to the link and back to the codepen tab.

    https://codepen.io/damianocel/pen/Yxxzdj

提交回复
热议问题