Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Created August 25, 2019 16:50
Show Gist options
  • Save rediffusion/44f0f962379df0851b69f27f14802917 to your computer and use it in GitHub Desktop.
Save rediffusion/44f0f962379df0851b69f27f14802917 to your computer and use it in GitHub Desktop.
$(document).ready(function( ){
// Тут уже можем обращаться к элементу...
$('#id')
});
// Более котортая запись...
$(function(){
// code...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment