Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/6cb1093164ee71993d79c43f928d33f6 to your computer and use it in GitHub Desktop.
Save ezhov-da/6cb1093164ee71993d79c43f928d33f6 to your computer and use it in GitHub Desktop.
Действия при готовности страницы
==> https://learn.jquery.com/using-jquery-core/document-ready/
$(document).ready(function() {
console.log( "ready!" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment