Team:Virginia/Tabs
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | {{Template:Team:Virginia:Test}} | |
<html> | <html> | ||
<head> | <head> | ||
- | + | <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"> | |
+ | <script src="//code.jquery.com/jquery-1.10.2.js"></script> | ||
+ | <script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script> | ||
+ | <link rel="stylesheet" href="/resources/demos/style.css"> | ||
<script src="https://www.google.com/jsapi"></script> | <script src="https://www.google.com/jsapi"></script> | ||
Line 14: | Line 17: | ||
var data = google.visualization.arrayToDataTable([ | var data = google.visualization.arrayToDataTable([ | ||
- | ['Region Code', 'Sub-Continent','Popularity'], | + | ['Region Code', 'Sub-Continent', 'Popularity'], |
['154' ,'Northern European', 30.5], | ['154' ,'Northern European', 30.5], | ||
['143' ,'Central Asia', 52], | ['143' ,'Central Asia', 52], | ||
Line 80: | Line 83: | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $( "#tabs" ).tabs(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <style> | ||
+ | #regions_div{ | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | |||
- | |||
- | |||
+ | <div id="regions_div"></div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 00:43, 18 October 2014