Difference between revisions of "Template:Wageningen UR/wetlabCSS"

(Blanked the page)
 
Line 1: Line 1:
<html>
 
<script>
 
$(document).ready(function() {
 
  
    var timer;
 
    var delay = 1000;
 
    $(".Main-Border").on("mouseenter", function() {
 
        clearTimeout(timer);
 
        timer = setTimeout(function() {
 
            clearTimeout(timer);
 
            $("#model-sub").hide();
 
            $("#wet-lab-sub").show();
 
            $("#human-practices-sub").hide();
 
            $("#application-sub").hide();
 
            $("#notebook-sub").hide();
 
            $("#team-sub").hide();           
 
        }, delay);
 
 
    });
 
 
});
 
</script>
 
 
</html>
 

Latest revision as of 21:00, 31 October 2017