Skip to content

Instantly share code, notes, and snippets.

@HDDen
Created December 1, 2022 07:50
Show Gist options
  • Save HDDen/c03978e6da92bced762af746ae9a1217 to your computer and use it in GitHub Desktop.
Save HDDen/c03978e6da92bced762af746ae9a1217 to your computer and use it in GitHub Desktop.
DOMContentLoaded alternative
!function(){function e(){
// ваш код
}"interactive"==document.readyState||"complete"==document.readyState?e():document.addEventListener("DOMContentLoaded",function(){e()})}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment