mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
905c5dbf19
All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous.
22 lines
617 B
HTML
22 lines
617 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 Sortable Demos</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a href="default.html">Default functionality</a></li>
|
|
<li><a href="placeholder.html">Drop placeholder</a></li>
|
|
<li><a href="connect-lists.html">Connect lists</a></li>
|
|
<li><a href="empty-lists.html">Handle empty lists</a></li>
|
|
<li><a href="items.html">Include / exclude items</a></li>
|
|
<li><a href="display-grid.html">Display as grid</a></li>
|
|
<li><a href="portlets.html">Portlets</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|