×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: userc865b
Added: Jun 26, 2017 7:21 PM
Modified: Jul 3, 2017 1:29 PM
Views: 2416
Tags: jq
  1. $(window).focus(function(){
  2.          console.log("window was focused");
  3. });