Team:KU Leuven/Template:Menu

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>  
<html>  
 +
<script>
 +
$('p').each(function() {
 +
    var $this = $(this);
 +
    if($this.html().replace(/\s|&nbsp;/g, '').length == 0)
 +
        $this.remove();
 +
});
 +
</script>
<body>
<body>
<div class="container"><div id="topbar"><div id="links">
<div class="container"><div id="topbar"><div id="links">

Revision as of 18:46, 17 September 2013