Template:UCSF/Jixedbar

From 2010.igem.org

(Difference between revisions)
Line 79: Line 79:
document.body.removeChild(glo);
document.body.removeChild(glo);
document.body.appendChild(bodycon);
document.body.appendChild(bodycon);
-
bodycon.remove(Bar);
 
-
document.append(Bar);
 
-
$("#demo-bar").jixedbar({showOnTop: true,opacity:0.93,transparent:true});
 
</script>
</script>
 +
<script type="text/javascript">
<script type="text/javascript">
-
     //$(document).ready(function() {
+
     $(document).ready(function() {
$("#demo-bar").jixedbar({showOnTop: true,opacity:0.93,transparent:true});
$("#demo-bar").jixedbar({showOnTop: true,opacity:0.93,transparent:true});
-
     //});  
+
     });  
</script>
</script>
</html>
</html>

Revision as of 05:03, 9 September 2010