From 2010.igem.org
(Difference between revisions)
|
|
Line 13: |
Line 13: |
| }); | | }); |
| </script> | | </script> |
- |
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- | $(".pageContent").append("<ol id=\"footnotes\"></ol>");
| |
- | footnote = 1;
| |
- | $("span[title]").addClass("footnote");
| |
- | /* $(".footnote").each(function() {
| |
- | $(this).append("<sup>"+footnote+"</sup>");
| |
- | cite="<li>";
| |
- | url=$(this).attr("cite");
| |
- | title=$(this).attr("title");
| |
- | if(title && url) {
| |
- | cite+="<a href=\""+url+"\">"+title+"</a>";
| |
- | } else if(title) {
| |
- | cite+=title;
| |
- | } else if(url) {
| |
- | cite+="<a href=\""+url+"\">"+url+"</a>";
| |
- | }
| |
- | cite+="</li>";
| |
- | $("#footnotes").append(cite);
| |
- | footnote++;
| |
- | }); /*
| |
- | });
| |
| | | |
| </script> | | </script> |
| </head> | | </head> |
| </html> | | </html> |
Revision as of 22:02, 11 October 2010