demos: added index page for each plugin subfolder

This commit is contained in:
Richard Worth 2008-12-23 11:41:11 +00:00
parent c9359e3a38
commit de95fefbf0
12 changed files with 231 additions and 11 deletions

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Accordion</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Datepicker Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Datepicker</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

20
demos/dialog/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Dialog Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Dialog</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Draggable Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Draggable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Droppable Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Droppable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

View File

@ -15,18 +15,18 @@
<dl>
<dt>Interactions</dt>
<dd><a href="draggable">Draggable</a></dd>
<dd><a href="droppable">Droppable</a></dd>
<dd><a href="resizable">Resizable</a></dd>
<dd><a href="selectable">Selectable</a></dd>
<dd><a href="sortable">Sortable</a></dd>
<dd><a href="draggable/index.html">Draggable</a></dd>
<dd><a href="droppable/index.html">Droppable</a></dd>
<dd><a href="resizable/index.html">Resizable</a></dd>
<dd><a href="selectable/index.html">Selectable</a></dd>
<dd><a href="sortable/index.html">Sortable</a></dd>
<dt>Widgets</dt>
<dd><a href="accordion">Accordion</a></dd>
<dd><a href="datepicker">Datepicker</a></dd>
<dd><a href="dialog">Dialog</a></dd>
<dd><a href="progressbar">Progressbar</a></dd>
<dd><a href="slider">Slider</a></dd>
<dd><a href="tabs">Tabs</a></dd>
<dd><a href="accordion/index.html">Accordion</a></dd>
<dd><a href="datepicker/index.html">Datepicker</a></dd>
<dd><a href="dialog/index.html">Dialog</a></dd>
<dd><a href="progressbar/index.html">Progressbar</a></dd>
<dd><a href="slider/index.html">Slider</a></dd>
<dd><a href="tabs/index.html">Tabs</a></dd>
<dt>Effects</dt>
<dd>...</dd>
</dl>

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Progressbar Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Progressbar</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Resizable Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Resizable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Selectable Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Selectable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

20
demos/slider/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Slider Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Slider</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

20
demos/sortable/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Sortable Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Sortable</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>

20
demos/tabs/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Tabs Demos</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript">
$(function() {
})
</script>
</head>
<body>
<dl>
<dt>Tabs</dt>
<dd><a href="default.html">Default</a></dd>
</dl>
</body>
</html>