Team:Freiburg Bioware/jquery

From 2010.igem.org

(Difference between revisions)
Line 8: Line 8:
   $("li[style]").addClass("menubar_current");
   $("li[style]").addClass("menubar_current");
   $("li[style]").removeAttr("style");
   $("li[style]").removeAttr("style");
-
   $("#news").newsticker();
+
   $("#news").newsticker();  
-
  $("img").each(function() {
+
-
  title=$(this).attr("class");
+
-
  $(this).wrap('<div class="img ' + title + '" />');
+
-
  });
+
-
  $("img").after(function() {
+
-
  return '<div class="subtitle">' + this.alt + '</div>';
+
-
  });
+
-
  $(".pageContent").append("<ol id=\"footnotes\"></ol>");
+
-
  footnote = 1;
+
-
  $("span[title]").addClass("footnote");
+
-
  $(".footnote").each(function() {
+
-
  $(this).append("<sup>" + footnote + "</sup>");
+
-
  cite="<li>";
+
-
  title=$(this).attr("title");
+
-
  cite+=title;
+
-
  $("#footnotes").append(cite);
+
-
  footnote++;
+
-
  });
+
});
});
</script>
</script>
</head>
</head>
</html>
</html>

Revision as of 11:11, 21 October 2010