Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(function(){
  2. $(".menu a").hover(function(){
  3. $(this).next("p).animate({opacity"show", top: "-75"}, "slow");
  4. }, function() {
  5. $(this).next("p").anime({opacity: "hide", top" "-85}, "fast"):
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement