Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switched to jQuery 1.3rc2
  • Loading branch information
rdworth committed Jan 13, 2009
1 parent 204742d commit 877f03b
Show file tree
Hide file tree
Showing 142 changed files with 495 additions and 453 deletions.
2 changes: 1 addition & 1 deletion demos/accordion/collapsible.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Accordion - Collapsible Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/custom_icons.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Accordion - Custom Icon Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/default.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Accordion - Default Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/fillspace.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Accordion - FillSpace Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.accordion.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/mouseover.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Accordion - Mouseover Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.accordion.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/alt_field.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Alternate Field</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/buttonbar.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Button bar Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/date_formats.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Date Formats</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/default.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Default Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/dropdown_month_year.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Month &amp; Year Menus Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/icon_trigger.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Icon Trigger</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/inline.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Inline Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/localization.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Localization</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<script type="text/javascript" src="../../ui/i18n/ui.datepicker-ar.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/min_max.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Minimum and Maximum</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/datepicker/multiple_calendars.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Datepicker - Multiple Calendars Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/dialog/default.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Dialog - Default Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.resizable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/dialog/modal.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Dialog - Modal Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.resizable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/dialog/modal_confirmation.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Dialog - Modal Confirmation Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.resizable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/dialog/modal_form.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Dialog - Modal Form Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.resizable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/dialog/modal_message.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Dialog - Modal Message Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.resizable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/axis.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Axis Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/cancel.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Cancel Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/containment_iframe.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Containment Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/cursorat.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - cursorAt Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/default.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Default Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/delaydistance.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Delay / Distance Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/events.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Events Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/grid.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Grid Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/handle.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Handle Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/helper.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Helper Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/opacity.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Opacity Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/revert.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Revert Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/scroll.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Scroll Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/snap.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Snap Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/sortable.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Sortable Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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.sortable.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/draggable/zindexstack.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Draggable - Z-Index / Stack Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.draggable.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion demos/droppable/accept.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Droppable - Accept Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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>
Expand Down
2 changes: 1 addition & 1 deletion demos/droppable/activeclass.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Droppable - activeClass Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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>
Expand Down
2 changes: 1 addition & 1 deletion demos/droppable/default.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery UI Droppable - Default Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3pre.js"></script>
<script type="text/javascript" src="../../jquery-1.3rc2.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>
Expand Down

0 comments on commit 877f03b

Please sign in to comment.