Team:NCTU Formosa/source/header/Test

From 2014.igem.org

(Difference between revisions)
Line 119: Line 119:
}
}
</style>
</style>
-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
+
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
-
<script src="http://jqueryui.com/resources/demos/external/jquery.bgiframe-2.1.2.js"></script>
+
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
-
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
+
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
 +
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
<script>
$(function() {
$(function() {
-
  $( "#dialog" ).dialog({
+
$( "#dialog" ).dialog({
-
    autoOpen: false,
+
autoOpen: false,
-
    height:150,
+
show: {
-
width:300
+
effect: "blind",
-
  });
+
duration: 1000
-
  $( "#opener" ).click(function() {
+
},
-
    $( "#dialog" ).dialog( "open" );
+
hide: {
-
    return false;
+
effect: "explode",
-
  });
+
duration: 1000
 +
}
 +
});
 +
$( "#opener" ).click(function() {
 +
$( "#dialog" ).dialog( "open" );
 +
});
});
});
</script>
</script>

Revision as of 07:33, 17 October 2014