Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: JavaScript  |  size: 0.16 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $(document).ready(function()
  2. {
  3.         //Actie1
  4.  
  5.         //Actie2
  6. });
  7.  
  8. vs
  9.  
  10. $(document).ready(function()
  11. {
  12.         //Actie1
  13. });
  14.  
  15. $(document).ready(function()
  16. {
  17.         //Actie2
  18. });