Advertisement
erikblomqvist

on load

Apr 1st, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function() {
  2.     var counter = 0;
  3.     if (counter == 0) {
  4.         window.setInterval(pauseBg,1000);
  5.     };
  6.     counter++;
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement