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.
With jQuery:
$(window).on('focus', function () { }); $(window).on('blur', function () { });
$().focus & $().blur are deprecated.
$().focus
$().blur