Team:WHU-China

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
 +
 +
<!-- 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>
 +
<!--
<!--
location.replace("http://www.baidu.com/")
location.replace("http://www.baidu.com/")
-
 
<script type="text/javascript">
<script type="text/javascript">
-
 
  document.getElementById('p-logo').innerHTML={<div style="height:auto;height-min:90px;width:100%;background-color:red;position:absolute;left:0;top:0" ><h4>whatapity</h4></div>}
  document.getElementById('p-logo').innerHTML={<div style="height:auto;height-min:90px;width:100%;background-color:red;position:absolute;left:0;top:0" ><h4>whatapity</h4></div>}
</script>
</script>

Revision as of 00:42, 11 September 2013

We strongly recommend you to use a non-IE core browser, for example Firefox, Chrome, Safari, or Opera