Guest User

Untitled

a guest
May 22nd, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     jQuery(function() {    
  3.         // Survol Menu
  4.         jQuery('#sites-rencontre').hover(function(){
  5.             jQuery('.sous-menu').fadeIn('fast');
  6.         },
  7.         function(){
  8.             jQuery('.sous-menu').fadeOut('slow');
  9.         });
  10.     });
  11. </script>
Add Comment
Please, Sign In to add comment