Team:NCTU Formosa/source/header-Achievement

From 2014.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 6: Line 6:
.backgroundred{
.backgroundred{
-
color:red
+
color:rgb(160, 255, 255);
}
}
Line 187: Line 187:
);}
);}
$(document).ready(function() {initMenu();});
$(document).ready(function() {initMenu();});
 +
</script>
 +
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
 +
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
 +
<link rel="stylesheet" href="/resources/demos/style.css">
 +
<script>
 +
$(function() {
 +
$( "#dialog" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
});
 +
$( "#opener" ).click(function() {
 +
$( "#dialog" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
 +
 +
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
 +
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
 +
<link rel="stylesheet" href="/resources/demos/style.css">
 +
<script>
 +
$(function() {
 +
$( ".doo111" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
});
 +
$( "#move111" ).click(function() {
 +
$( ".doo111" ).dialog( "open" );
 +
});
 +
});
</script>
</script>

Latest revision as of 18:56, 17 October 2014