Template:Queens Canada/subheader

From 2013.igem.org

(Difference between revisions)
Line 200: Line 200:
$(document).ready(function(){
$(document).ready(function(){
-
 
$(window).resize(function(){
$(window).resize(function(){
Line 206: Line 205:
                         $("#top-section").hide();
                         $("#top-section").hide();
                         $(".topmenu-bg").hide();
                         $(".topmenu-bg").hide();
 +
                        $(".disa").show();
                 }
                 }
                 else{
                 else{
                         $("#top-section").show();
                         $("#top-section").show();
                         $(".topmenu-bg").show();
                         $(".topmenu-bg").show();
 +
                        $(".disa").hide();
                 }
                 }
});
});

Revision as of 16:20, 18 July 2013

Untitled Document