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

Line 24: Line 24:
 
       console.log('fadeIn() has been called');
 
       console.log('fadeIn() has been called');
 
     }
 
     }
  } else {
 
    nav_bar.mouseout(function() {
 
      $(this).fadeOut();
 
      flag = true;
 
      console.log('fadeOut() has been called');
 
    });
 
 
   }
 
   }
 
});
 
});
 
+
nav_bar.mouseout(function() {
 +
  $(this).fadeOut();
 +
  flag = true;
 +
  console.log('fadeOut() has been called');
 +
});
  
  
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:57, 3 April 2015