jquery-ui/demos/dialog/index.html
Jörn Zaefferer 28093e6896 Dialog demo: Move animated dialog demo to the end of the index
This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.
2014-04-24 21:03:34 +02:00

20 lines
505 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Dialog Demos</title>
</head>
<body>
<ul>
<li><a href="default.html">Default functionality</a></li>
<li><a href="modal-message.html">Modal message</a></li>
<li><a href="modal-confirmation.html">Modal confirmation</a></li>
<li><a href="modal-form.html">Modal form</a></li>
<li><a href="animated.html">Animated dialog</a></li>
</ul>
</body>
</html>