Difference between revisions of "Template:HSNU-TAIPEI/js/nav"

Line 22: Line 22:
 
});
 
});
  
nav_bar.hover(
+
nav_bar.mouseleave(function() {
  function() {
+
    $(this).show();
+
  }, function() {
+
 
     $(this).fadeOut();
 
     $(this).fadeOut();
  }
+
});
);
+
  
  
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:16, 3 April 2015