kliffy/jqueryui/development-bundle/demos/selectable/index.html

21 lines
462 B
HTML
Raw Normal View History

2010-12-02 01:08:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>jQuery UI Selectable Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
<div class="demos-nav">
<h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
<li><a href="serialize.html">Serialize</a></li>
<li><a href="display-grid.html">Display as grid</a></li>
</ul>
</div>
</body>
</html>