Skip to content

Instantly share code, notes, and snippets.

@emiliojva
Last active April 26, 2020 03:06
Show Gist options
  • Save emiliojva/a54980bb8804be08172170a8699ca300 to your computer and use it in GitHub Desktop.
Save emiliojva/a54980bb8804be08172170a8699ca300 to your computer and use it in GitHub Desktop.
Javascript (ES5) - Snippets

Javascript - Snippets

/* Forçar evento de resize da tela - exceto I.E */
window.addEventListener('load',function(){
window.dispatchEvent(new Event('resize'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment