Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var goToURL = null;
  2.  
  3. $('a').click(function() {
  4. var goToURL = $(this).attr("href");
  5. $(el).delay(500 * i).animate({'left': '-300px'}, 1000, function() {window.location = gotoURL;});
  6. return false; // or e.preventDefault();
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement