Advertisement
Guest User

Untitled

a guest
May 30th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function(){
  2.     $("a").mousenter(function(){
  3.         $(this).effect("bounce", { times:3 }, 500);
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement