Team:NCTU Formosa/source/TTTT

From 2014.igem.org

(Difference between revisions)
(Created page with "<html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Dialog - Animation</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.cs...")
Line 30: Line 30:
<p>This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
<p>This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
</div>
-
<button id="opener">Open Dialog</button>
+
<div id="opener">Open Dialog</div>
</body>
</body>
</html>
</html>

Revision as of 07:38, 17 October 2014

jQuery UI Dialog - Animation

This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

Open Dialog