SanSYS

Untitled

Jun 12th, 2015
5,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.     // все элементы DOM-построены, можно работать с ними
  3. });
  4.  
  5. // не все знают, что можно делать так:
  6. $(function(){
  7.     // все элементы DOM-построены, можно работать с ними
  8. });
Advertisement
Add Comment
Please, Sign In to add comment