Guest User

Untitled

a guest
Apr 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ## mootools way
  2.  
  3. window.addEvent('load', init)
  4.  
  5. ## jQuery way
  6.  
  7. $(document).ready(init)
  8.  
  9. ## normal way
  10.  
  11. window.onload = init
Add Comment
Please, Sign In to add comment