Template:CAU China/Menu

From 2014.igem.org

(Difference between revisions)
Line 79: Line 79:
     </script>
     </script>
-
    <!-- iGem wiki hacks -->
 
-
        <!-- Remove all empty <p> tags -->
 
-
        <script type="text/javascript">
 
-
            $(document).ready(function() {
 
-
                $("p").filter( function() {
 
-
                    return $.trim($(this).html()) == '';
 
-
                }).remove();
 
-
            });
 
-
        </script>
 
-
        <!-- Remove "team" from the menubar -->
 
-
        <script type="text/javascript">
 
-
            $(document).ready(function() {
 
-
                $("menubar > ul > li:last-child").remove();
 
-
            });
 
-
        </script>
 
-
 
-
        <!-- Empty heading? - Then remove it.. -->
 
-
        <script type="text/javascript">
 
-
            $(document).ready(function() {
 
-
                if ("" == "</html>{{{1}}}<html>") {
 
-
                    $("#heading").remove();
 
-
                }
 
-
            });
 
-
        </script>
 
<div id="navigation">
<div id="navigation">

Revision as of 08:00, 17 October 2014