From 2012.igem.org
(Difference between revisions)
|
|
Line 2: |
Line 2: |
| | | |
| | | |
- | <html xmlns="http://www.w3.org/1999/xhtml">
| |
- | <head>
| |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| |
- | <link rel="stylesheet" href="css/css.css" type="text/css" />
| |
- | <title>Main</title>
| |
- | <link href="CSS/css.css" rel="stylesheet" type="text/css" />
| |
- | </head>
| |
- |
| |
- | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
| |
- |
| |
- | <script>
| |
- |
| |
- | $(document).ready(function(){
| |
- | $('a').click(function () {
| |
- | var divname= this.name;
| |
- | $("#"+divname)
| |
- | .fadeIn(300)
| |
- | .siblings()
| |
- | .hide(0);
| |
- | });
| |
- | });
| |
- |
| |
- | </script>
| |
| | | |
| <body> | | <body> |
Revision as of 21:51, 12 July 2012