jquery-ui/demos/effect/index.html

16 lines
253 B
HTML
Raw Normal View History

2012-09-10 15:33:46 +00:00
<!doctype html>
<html lang="en">
<head>
2010-09-10 02:33:09 +00:00
<meta charset="utf-8">
<title>jQuery UI Effects Demos</title>
</head>
<body>
2012-09-10 15:33:46 +00:00
<ul>
<li><a href="default.html">Effect showcase</a></li>
<li><a href="easing.html">Easing showcase</a></li>
</ul>
</body>
</html>