~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/demos/sortable/index.html

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype html>
 
2
<html lang="en">
 
3
<head>
 
4
        <title>jQuery UI Sortable Demos</title>
 
5
        <link type="text/css" href="../demos.css" rel="stylesheet" />
 
6
</head>
 
7
<body>
 
8
 
 
9
<div class="demos-nav">
 
10
        <h4>Examples</h4>
 
11
        <ul>
 
12
                <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
 
13
                <li><a href="placeholder.html">Drop placeholder</a></li>
 
14
                <li><a href="connect-lists.html">Connect lists</a></li>
 
15
                <li><a href="connect-lists-through-tabs.html">Connect lists through tabs</a></li>
 
16
                <li><a href="empty-lists.html">Handle empty lists</a></li>
 
17
                <li><a href="items.html">Include / exclude items</a></li>
 
18
                <li><a href="delay-start.html">Delay start</a></li>
 
19
                <li><a href="display-grid.html">Display as grid</a></li>                
 
20
                <li><a href="portlets.html">Portlets</a></li>
 
21
        </ul>
 
22
</div>
 
23
 
 
24
</body>
 
25
</html>