Team:NCTU Formosa/source/header/Test
From 2014.igem.org
(Difference between revisions)
Line 119: | Line 119: | ||
} | } | ||
</style> | </style> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $( ".doo1" ).dialog({ | ||
+ | autoOpen: false, | ||
+ | height:150, | ||
+ | width:300 | ||
+ | }); | ||
+ | $( ".show1" ).click(function() { | ||
+ | $( "#dialog" ).dialog( "open" ); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | </script> |
Revision as of 07:27, 17 October 2014