mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-17 14:41:50 +03:00
Initial import and public 'release'
This commit is contained in:
parent
327597ca02
commit
90ee4dfea0
792 changed files with 147584 additions and 0 deletions
22
htdocs/jquery/development-bundle/demos/sortable/index.html
Normal file
22
htdocs/jquery/development-bundle/demos/sortable/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="connect-lists-through-tabs.html">Connect lists through tabs</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="delay-start.html">Delay start</a></li>
|
||||
<li><a href="display-grid.html">Display as grid</a></li>
|
||||
<li><a href="portlets.html">Portlets</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue