Advertisement
Guest User

// Jquery 894479 //

a guest
Jul 13th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.14 KB | None | 0 0
  1. $(document).ready(function(){
  2.   $("#bdoff").hover(function(){
  3.     $("#bdoff").fadeOut("200");
  4.        $(".online").fadeIn("200");
  5.   });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement