Guest User

Untitled

a guest
Jan 21st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $('#ab a img').hover(function() {
  2.         $(this).css('margin-top', '-23px');
  3.     }, function() {
  4.         $(this).css('margin-top', '0px');
  5.     });
Add Comment
Please, Sign In to add comment