Template:Team:KIT-Kyoto/mobile

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
$('.container').addClass('kit_article');
$('.container').addClass('kit_article');
};
};
 +
};
 +
$(function(){
 +
    checkwidth();
 +
    $(window).resize(checkwidth);
});
});
 +
(function($){
(function($){
$(function(){
$(function(){
Line 32: Line 37:
});
});
});
});
-
$(function(){
+
 
-
    checkwidth();
+
-
    $(window).resize(checkwidth);
+
-
});
+
</script>
</script>
<style type="text/css">
<style type="text/css">

Revision as of 17:14, 21 September 2014