Team:Freiburg Bioware/jquery

From 2010.igem.org

(Difference between revisions)
 
(84 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:Freiburg_Bioware/jquery142}}
+
{{:Team:Freiburg_Bioware/jquery_newsticker}}
<html>
<html>
<head>
<head>
<script type="text/javascript">
<script type="text/javascript">
-
$("img").wrap('<div class="img" />');
 
-
$("img").after('<div>Test</div>');
 
-
</script>
 
 +
$(document).ready(function() {
 +
  $("li[style]").addClass("menubar_current");
 +
  $("li[style]").removeAttr("style");
 +
  $("#news").newsticker();
 +
  $('div.left-menu ul').prepend('<li class="pad-right"><a href="https://2010.igem.org/Team:Freiburg_Bioware">Freiburg Bioware</a>');
 +
  $('div.left-menu ul').prepend('<li class="pad-right"><a href="https://2010.igem.org/Main_Page">iGEM 2010</a>');
 +
});
 +
</script>
</head>
</head>
</html>
</html>

Latest revision as of 22:08, 25 October 2010