diff options
Diffstat (limited to 'demos/real-world')
-rw-r--r-- | demos/real-world/accordion-drawers/index.html | 6 | ||||
-rw-r--r-- | demos/real-world/effects/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/image-cropper/index.html | 8 | ||||
-rw-r--r-- | demos/real-world/layout/index.html | 10 | ||||
-rw-r--r-- | demos/real-world/photo-manager/index.html | 8 | ||||
-rw-r--r-- | demos/real-world/product-slider/index.html | 6 | ||||
-rw-r--r-- | demos/real-world/range-interface/index.html | 6 | ||||
-rw-r--r-- | demos/real-world/splitpane/index.html | 6 |
8 files changed, 26 insertions, 26 deletions
diff --git a/demos/real-world/accordion-drawers/index.html b/demos/real-world/accordion-drawers/index.html index 80c4df95d..4035ac7dd 100644 --- a/demos/real-world/accordion-drawers/index.html +++ b/demos/real-world/accordion-drawers/index.html @@ -149,10 +149,10 @@ blockquote, q { --> </style> - <script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> - <script type="text/javascript" src="../../../source/ui.core.js"></script> - <script type="text/javascript" src="../../../source/ui.accordion.js"></script> + <script type="text/javascript" src="../../ui/ui.core.js"></script> + <script type="text/javascript" src="../../ui/ui.accordion.js"></script> <script type="text/javascript"> diff --git a/demos/real-world/effects/index.html b/demos/real-world/effects/index.html index 15ebbece2..81a451c85 100644 --- a/demos/real-world/effects/index.html +++ b/demos/real-world/effects/index.html @@ -6,7 +6,7 @@ <title>Effects Test Suite</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" title="no title" charset="utf-8" /> - <script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> <script type="text/javascript" src="../../../source/effects.core.js"></script> <script type="text/javascript" src="../../../source/effects.blind.js"></script> diff --git a/demos/real-world/image-cropper/index.html b/demos/real-world/image-cropper/index.html index afa85ae3c..9cce4f120 100644 --- a/demos/real-world/image-cropper/index.html +++ b/demos/real-world/image-cropper/index.html @@ -4,10 +4,10 @@ <meta http-equiv="Content-Language" content="en" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Image Cropper: jQuery Real-world Demo</title> -<script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> -<script type="text/javascript" src="../../../source/ui.core.js"></script> -<script type="text/javascript" src="../../../source/ui.resizable.js"></script> -<script type="text/javascript" src="../../../source/ui.draggable.js"></script> +<script type="text/javascript" src="../../../jquery-1.2.6.js"></script> +<script type="text/javascript" src="../../ui/ui.core.js"></script> +<script type="text/javascript" src="../../ui/ui.resizable.js"></script> +<script type="text/javascript" src="../../ui/ui.draggable.js"></script> <script type="text/javascript" src="../../../source/effects.core.js"></script> <script type="text/javascript" src="../../../source/effects.bounce.js"></script> diff --git a/demos/real-world/layout/index.html b/demos/real-world/layout/index.html index 83f9d0378..1e25909f5 100644 --- a/demos/real-world/layout/index.html +++ b/demos/real-world/layout/index.html @@ -77,15 +77,15 @@ </div> <!-- jQuery Core --> - <script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> <!-- jQuery UI Base --> - <script type="text/javascript" src="../../../source/ui.core.js"></script> + <script type="text/javascript" src="../../ui/ui.core.js"></script> <!-- jQuery UI Plugins --> - <script type="text/javascript" src="../../../source/ui.draggable.js"></script> - <script type="text/javascript" src="../../../source/ui.droppable.js"></script> - <script type="text/javascript" src="../../../source/ui.sortable.js"></script> + <script type="text/javascript" src="../../ui/ui.draggable.js"></script> + <script type="text/javascript" src="../../ui/ui.droppable.js"></script> + <script type="text/javascript" src="../../ui/ui.sortable.js"></script> <!-- jQuery UI Demo --> diff --git a/demos/real-world/photo-manager/index.html b/demos/real-world/photo-manager/index.html index ecc9a5500..1b3b6374b 100644 --- a/demos/real-world/photo-manager/index.html +++ b/demos/real-world/photo-manager/index.html @@ -8,13 +8,13 @@ <meta name="keywords" content="jquery, ui, droppables, draggables, demo" /> <meta name="description" content="Demonstration of jQuery UI Droppables and Dragables. More to come." /> - <script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> <script type="text/javascript" src="js/jquery.livequery.js"></script> <script type="text/javascript" src="js/jquery.blockUI.js"></script> - <script type="text/javascript" src="../../../source/ui.core.js"></script> - <script type="text/javascript" src="../../../source/ui.draggable.js"></script> - <script type="text/javascript" src="../../../source/ui.droppable.js"></script> + <script type="text/javascript" src="../../ui/ui.core.js"></script> + <script type="text/javascript" src="../../ui/ui.draggable.js"></script> + <script type="text/javascript" src="../../ui/ui.droppable.js"></script> <script type="text/javascript" src="./js/demo.js"></script> diff --git a/demos/real-world/product-slider/index.html b/demos/real-world/product-slider/index.html index 07cae0de7..59cece8e0 100644 --- a/demos/real-world/product-slider/index.html +++ b/demos/real-world/product-slider/index.html @@ -98,9 +98,9 @@ --> </style> - <script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> - <script type="text/javascript" src="../../../source/ui.core.js"></script> - <script type="text/javascript" src="../../../source/ui.slider.js"></script> + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../ui/ui.core.js"></script> + <script type="text/javascript" src="../../ui/ui.slider.js"></script> <script type="text/javascript" charset="utf-8"> /** diff --git a/demos/real-world/range-interface/index.html b/demos/real-world/range-interface/index.html index bb8554fa3..baaaa901c 100644 --- a/demos/real-world/range-interface/index.html +++ b/demos/real-world/range-interface/index.html @@ -4,10 +4,10 @@ <meta http-equiv="Content-Language" content="en" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Slider Test Page</title> -<script src="../../../../jquery/jquery-1.2.6.js" type="text/javascript" charset="utf-8"></script> +<script src="../../../jquery-1.2.6.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="../../../themes/flora/flora.all.css" type="text/css" media="screen" title="no title" charset="utf-8"> -<script src="../../../source/ui.core.js" type="text/javascript" charset="utf-8"></script> -<script src="../../../source/ui.slider.js" type="text/javascript" charset="utf-8"></script> +<script src="../../ui/ui.core.js" type="text/javascript" charset="utf-8"></script> +<script src="../../ui/ui.slider.js" type="text/javascript" charset="utf-8"></script> <script src="../../../source/effects.core.js" type="text/javascript" charset="utf-8"></script> <script src="../../../source/effects.blind.js" type="text/javascript" charset="utf-8"></script> <script src="../../../source/effects.bounce.js" type="text/javascript" charset="utf-8"></script> diff --git a/demos/real-world/splitpane/index.html b/demos/real-world/splitpane/index.html index 2800b206f..033cf2ffc 100644 --- a/demos/real-world/splitpane/index.html +++ b/demos/real-world/splitpane/index.html @@ -6,11 +6,11 @@ <title>jQuery UI: SplitPane</title> <!-- jQuery --> - <script type="text/javascript" src="../../../../jquery/jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> <!-- jQuery UI --> - <script type="text/javascript" src="../../../source/ui.core.js"></script> - <script type="text/javascript" src="../../../source/ui.resizable.js"></script> + <script type="text/javascript" src="../../ui/ui.core.js"></script> + <script type="text/javascript" src="../../ui/ui.resizable.js"></script> <script src="js/demo.js" type="text/javascript" charset="utf-8"></script> |