Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $("#bottomWatch").click(function(){
  2. if ($('.videoMove').css('left').is(':200%')) {
  3. $("#video").css("left","15%");
  4. } else {
  5. $(".videoMove").css("left","200%");
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement