var fake = document.querySelector('.fake') fake.onfocus = function(){console.log('load')} fake.focus()