diff options
Diffstat (limited to 'demos')
116 files changed, 116 insertions, 116 deletions
diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html index b61b3a0d7..8f68c7d30 100644 --- a/demos/accordion/collapsible.html +++ b/demos/accordion/collapsible.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - Collapse content</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/custom-icons.html b/demos/accordion/custom-icons.html index 71712c633..fc373c36e 100644 --- a/demos/accordion/custom-icons.html +++ b/demos/accordion/custom-icons.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - Customize icons</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/default.html b/demos/accordion/default.html index 7011e079d..2291249af 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index 5e3102f6a..3cab22916 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - Fill space</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/accordion/mouseover.html b/demos/accordion/mouseover.html index 5672b52cb..e73e9d574 100644 --- a/demos/accordion/mouseover.html +++ b/demos/accordion/mouseover.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - Open on mouseover</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/no-auto-height.html b/demos/accordion/no-auto-height.html index a3d59c987..39bd3b336 100644 --- a/demos/accordion/no-auto-height.html +++ b/demos/accordion/no-auto-height.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - No Auto Height</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.accordion.js"></script> diff --git a/demos/accordion/sortable.html b/demos/accordion/sortable.html index ae89a64df..c1e5b5d3d 100644 --- a/demos/accordion/sortable.html +++ b/demos/accordion/sortable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Accordion - Sortable</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/addClass/default.html b/demos/addClass/default.html index 81da76d9f..ff7f9e5db 100644 --- a/demos/addClass/default.html +++ b/demos/addClass/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - addClass Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> diff --git a/demos/animate/default.html b/demos/animate/default.html index 99a3739aa..d3aab355d 100644 --- a/demos/animate/default.html +++ b/demos/animate/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Animate Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 23e80cd09..21c81a5db 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Autocomplete Combobox Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index ee4289a14..bf55afb9c 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Autocomplete Custom Data Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> diff --git a/demos/autocomplete/default.html b/demos/autocomplete/default.html index a86b5e990..38a78cca4 100644 --- a/demos/autocomplete/default.html +++ b/demos/autocomplete/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Autocomplete Default Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index 830a93893..8abd147fb 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Autocomplete Remote JSONP datasource demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index 5f4e1fc9c..31a5c8e6d 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Autocomplete Remote with caching demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html index c759ff611..2d04a618d 100644 --- a/demos/autocomplete/remote.html +++ b/demos/autocomplete/remote.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Autocomplete Remote datasource demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html index d297ace23..fd07aec24 100644 --- a/demos/autocomplete/xml.html +++ b/demos/autocomplete/xml.html @@ -3,7 +3,7 @@ <head>
<title>jQuery UI Autocomplete Remote datasource demo</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.4.1.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.2.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html index cdd896416..03eb81c59 100644 --- a/demos/button/checkbox.html +++ b/demos/button/checkbox.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Button - Checkboxes demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/default.html b/demos/button/default.html index 694a9944f..a533539b8 100644 --- a/demos/button/default.html +++ b/demos/button/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Button - Default demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/icons.html b/demos/button/icons.html index 644726351..92339c76a 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Button - Icons demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/radio.html b/demos/button/radio.html index cf9346b04..30f18f455 100644 --- a/demos/button/radio.html +++ b/demos/button/radio.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Button - Radio Buttons demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html index ba366d353..2d617359f 100644 --- a/demos/button/splitbutton.html +++ b/demos/button/splitbutton.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Button - Default demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html index 2a695485e..5d6dd8b4c 100644 --- a/demos/button/toolbar.html +++ b/demos/button/toolbar.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Button - Toolbar demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html index b96786ad2..d9a3a0adf 100644 --- a/demos/datepicker/alt-field.html +++ b/demos/datepicker/alt-field.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Populate alternate field</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/animation.html b/demos/datepicker/animation.html index a610bb218..d1b522c5a 100644 --- a/demos/datepicker/animation.html +++ b/demos/datepicker/animation.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Animations</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.effects.core.js"></script> diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html index 63b881fdc..1eab9cd6b 100644 --- a/demos/datepicker/buttonbar.html +++ b/demos/datepicker/buttonbar.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Display button bar</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/date-formats.html b/demos/datepicker/date-formats.html index 24ead9170..07a1f9310 100644 --- a/demos/datepicker/date-formats.html +++ b/demos/datepicker/date-formats.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Format date</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html index 412baf37c..87b49dada 100644 --- a/demos/datepicker/default.html +++ b/demos/datepicker/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html index 44ee0e0d9..020108974 100644 --- a/demos/datepicker/dropdown-month-year.html +++ b/demos/datepicker/dropdown-month-year.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Display month & year menus</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/event-search.html b/demos/datepicker/event-search.html index 1e6d0f434..fecd47fce 100644 --- a/demos/datepicker/event-search.html +++ b/demos/datepicker/event-search.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Display multiple months</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/icon-trigger.html b/demos/datepicker/icon-trigger.html index 5a0220d54..6f2769cb8 100644 --- a/demos/datepicker/icon-trigger.html +++ b/demos/datepicker/icon-trigger.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Icon trigger</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html index df6d4bd00..d7200fd56 100644 --- a/demos/datepicker/inline.html +++ b/demos/datepicker/inline.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Display inline</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/localization.html b/demos/datepicker/localization.html index f9f55966a..1f433ec01 100644 --- a/demos/datepicker/localization.html +++ b/demos/datepicker/localization.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Localize calendar</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/min-max.html b/demos/datepicker/min-max.html index f8fc9526a..155a6dab3 100644 --- a/demos/datepicker/min-max.html +++ b/demos/datepicker/min-max.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Restrict date range</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html index c859eccfd..552331755 100644 --- a/demos/datepicker/multiple-calendars.html +++ b/demos/datepicker/multiple-calendars.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Display multiple months</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html index c29864ded..77c21fa86 100644 --- a/demos/datepicker/other-months.html +++ b/demos/datepicker/other-months.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Dates in other months</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/datepicker/show-week.html b/demos/datepicker/show-week.html index bfdf3df7c..28c05f2ad 100644 --- a/demos/datepicker/show-week.html +++ b/demos/datepicker/show-week.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Datepicker - Show week of the year</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script> diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index ff7df35ab..97b1290bc 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Dialog - Animation</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 30649beaa..311acfeec 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Dialog - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 2e83e72af..c6ba5bd5c 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Dialog - Modal confirmation</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 687efd9dc..377a99148 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Dialog - Modal form</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index 1df61d861..e12454415 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Dialog - Modal message</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index c15f5b099..da0d94867 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Dialog - Basic modal</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html index b8fa80ec1..01ce2fcc7 100644 --- a/demos/draggable/constrain-movement.html +++ b/demos/draggable/constrain-movement.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Constrain movement</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html index d5f819861..6b51905ca 100644 --- a/demos/draggable/cursor-style.html +++ b/demos/draggable/cursor-style.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Cursor style</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/default.html b/demos/draggable/default.html index 8a1d577dd..a015dbc48 100644 --- a/demos/draggable/default.html +++ b/demos/draggable/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/delay-start.html b/demos/draggable/delay-start.html index 09aad57d6..dff4958af 100644 --- a/demos/draggable/delay-start.html +++ b/demos/draggable/delay-start.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Delay start</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/events.html b/demos/draggable/events.html index 84e92bdb7..25155cee8 100644 --- a/demos/draggable/events.html +++ b/demos/draggable/events.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Events</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/handle.html b/demos/draggable/handle.html index 0a7fd5f6c..ea4b136d4 100644 --- a/demos/draggable/handle.html +++ b/demos/draggable/handle.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Handles</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/revert.html b/demos/draggable/revert.html index 078c9b593..2f33a5327 100644 --- a/demos/draggable/revert.html +++ b/demos/draggable/revert.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Revert position</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html index 039431702..fdb1312b9 100644 --- a/demos/draggable/scroll.html +++ b/demos/draggable/scroll.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Auto-scroll</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/snap-to.html b/demos/draggable/snap-to.html index 3ad4d7d47..bc390247f 100644 --- a/demos/draggable/snap-to.html +++ b/demos/draggable/snap-to.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Snap to element or grid</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/sortable.html b/demos/draggable/sortable.html index e79aeed2a..b4fb42081 100644 --- a/demos/draggable/sortable.html +++ b/demos/draggable/sortable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable + Sortable</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/draggable/visual-feedback.html b/demos/draggable/visual-feedback.html index b12bd14af..e6fea396e 100644 --- a/demos/draggable/visual-feedback.html +++ b/demos/draggable/visual-feedback.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Draggable - Visual feedback</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/droppable/accepted-elements.html b/demos/droppable/accepted-elements.html index dc864777b..8e1c3588c 100644 --- a/demos/droppable/accepted-elements.html +++ b/demos/droppable/accepted-elements.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable - Accept Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/droppable/default.html b/demos/droppable/default.html index 6ce4bd4cf..cb0c9395e 100644 --- a/demos/droppable/default.html +++ b/demos/droppable/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable - Default Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/droppable/photo-manager.html b/demos/droppable/photo-manager.html index 62f6a39ef..784b705d8 100644 --- a/demos/droppable/photo-manager.html +++ b/demos/droppable/photo-manager.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable - Simple photo manager</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html index 3c6b65037..e2f85bb75 100644 --- a/demos/droppable/propagation.html +++ b/demos/droppable/propagation.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable - Prevent propagation</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/droppable/revert.html b/demos/droppable/revert.html index 840b3f987..17fa45a87 100644 --- a/demos/droppable/revert.html +++ b/demos/droppable/revert.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable - Revert draggable position</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/droppable/visual-feedback.html b/demos/droppable/visual-feedback.html index e8fdac692..3eea5cfa9 100644 --- a/demos/droppable/visual-feedback.html +++ b/demos/droppable/visual-feedback.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable - Visual feedback</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/effect/default.html b/demos/effect/default.html index 071eeafb3..5419c0051 100644 --- a/demos/effect/default.html +++ b/demos/effect/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Effect Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.bounce.js"></script> diff --git a/demos/effect/easing.html b/demos/effect/easing.html index bcf6a7b2e..0d9cd1ad3 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Effect Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> diff --git a/demos/hide/default.html b/demos/hide/default.html index 6d4262e0a..333fa570e 100644 --- a/demos/hide/default.html +++ b/demos/hide/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Hide Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.bounce.js"></script> diff --git a/demos/index.html b/demos/index.html index dc816db43..89ee9d6d2 100644 --- a/demos/index.html +++ b/demos/index.html @@ -5,7 +5,7 @@ <title>jQuery UI Demos</title> <link type="text/css" href="../themes/base/jquery.ui.all.css" rel="stylesheet" /> <link type="text/css" href="demos.css" rel="stylesheet" /> - <script type="text/javascript" src="../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../jquery-1.4.2.js"></script> <script type="text/javascript" src="../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../ui/jquery.ui.widget.js"></script> diff --git a/demos/position/cycler.html b/demos/position/cycler.html index b3ec63798..cc0a822ab 100644 --- a/demos/position/cycler.html +++ b/demos/position/cycler.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Position - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> diff --git a/demos/position/default.html b/demos/position/default.html index a226fb11a..f13c3d3db 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Position - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html index a22e02ef4..36171414b 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar - Animated</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.progressbar.js"></script> diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 2cc9ef25b..194112412 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.progressbar.js"></script> diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index 4d7157f87..bb021ab8a 100644 --- a/demos/progressbar/resize.html +++ b/demos/progressbar/resize.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar - Resizable</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.progressbar.js"></script> diff --git a/demos/removeClass/default.html b/demos/removeClass/default.html index 944845354..25f3ac9c5 100644 --- a/demos/removeClass/default.html +++ b/demos/removeClass/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - removeClass Demo</title> <link type="text/css" href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/jquery-1.4.1.js"></script> + <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/jquery-1.4.2.js"></script> <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/ui/jquery.effects.core.js"></script> <link type="text/css" href="http://jquery-ui.googlecode.com/svn/trunk/demos/demos.css" rel="stylesheet" /> <style type="text/css"> diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html index c9fed7dfa..d9b1e2583 100644 --- a/demos/resizable/animate.html +++ b/demos/resizable/animate.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Animate</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/aspect-ratio.html b/demos/resizable/aspect-ratio.html index 6c10ebe4e..22fe6a397 100644 --- a/demos/resizable/aspect-ratio.html +++ b/demos/resizable/aspect-ratio.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Preserve aspect ratio</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html index af8dfc540..b66bee3a3 100644 --- a/demos/resizable/constrain-area.html +++ b/demos/resizable/constrain-area.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Constrain resize area</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/default.html b/demos/resizable/default.html index a8ef85121..6bdbd68d6 100644 --- a/demos/resizable/default.html +++ b/demos/resizable/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/delay-start.html b/demos/resizable/delay-start.html index b02886d50..8da4f940e 100644 --- a/demos/resizable/delay-start.html +++ b/demos/resizable/delay-start.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Delay start</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/helper.html b/demos/resizable/helper.html index adf401449..4abdbc132 100644 --- a/demos/resizable/helper.html +++ b/demos/resizable/helper.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Helper</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html index 5dc2e578e..730cad29b 100644 --- a/demos/resizable/max-min.html +++ b/demos/resizable/max-min.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Maximum / minimum size</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/snap-to-grid.html b/demos/resizable/snap-to-grid.html index fd3905421..f7f676650 100644 --- a/demos/resizable/snap-to-grid.html +++ b/demos/resizable/snap-to-grid.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Snap to grid</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/synchronous-resize.html b/demos/resizable/synchronous-resize.html index 50c682e81..b4c4594be 100644 --- a/demos/resizable/synchronous-resize.html +++ b/demos/resizable/synchronous-resize.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Synchronous resize</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/textarea.html b/demos/resizable/textarea.html index 9de2f4ff7..14b27cb18 100644 --- a/demos/resizable/textarea.html +++ b/demos/resizable/textarea.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Textarea</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/resizable/visual-feedback.html b/demos/resizable/visual-feedback.html index a921dfa9d..00f44af0f 100644 --- a/demos/resizable/visual-feedback.html +++ b/demos/resizable/visual-feedback.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Resizable - Visual feedback</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/selectable/default.html b/demos/selectable/default.html index 23b562b28..c2d8e8387 100644 --- a/demos/selectable/default.html +++ b/demos/selectable/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Selectable - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/selectable/display-grid.html b/demos/selectable/display-grid.html index ea24bac4d..b8c31c105 100644 --- a/demos/selectable/display-grid.html +++ b/demos/selectable/display-grid.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Selectable - Display as grid</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/selectable/serialize.html b/demos/selectable/serialize.html index 1e20c3c76..9a12c3482 100644 --- a/demos/selectable/serialize.html +++ b/demos/selectable/serialize.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Selectable - Serialize</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/show/default.html b/demos/show/default.html index 8da192b28..b10beb73e 100644 --- a/demos/show/default.html +++ b/demos/show/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Show Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.bounce.js"></script> diff --git a/demos/slider/colorpicker.html b/demos/slider/colorpicker.html index 858dabef8..e5788eacd 100644 --- a/demos/slider/colorpicker.html +++ b/demos/slider/colorpicker.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Colorpicker</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/default.html b/demos/slider/default.html index 963d9b4ba..38a03715f 100644 --- a/demos/slider/default.html +++ b/demos/slider/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/hotelrooms.html b/demos/slider/hotelrooms.html index fde189dea..9a83ba50c 100644 --- a/demos/slider/hotelrooms.html +++ b/demos/slider/hotelrooms.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Range with fixed minimum</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/multiple-vertical.html b/demos/slider/multiple-vertical.html index d6af84661..89822ca76 100644 --- a/demos/slider/multiple-vertical.html +++ b/demos/slider/multiple-vertical.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Multiple sliders</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/range-vertical.html b/demos/slider/range-vertical.html index 10049183b..efafbf251 100644 --- a/demos/slider/range-vertical.html +++ b/demos/slider/range-vertical.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Vertical range slider</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/range.html b/demos/slider/range.html index a46a1d389..a06c8784e 100644 --- a/demos/slider/range.html +++ b/demos/slider/range.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Range slider</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/rangemax.html b/demos/slider/rangemax.html index 3cff89175..31d876805 100644 --- a/demos/slider/rangemax.html +++ b/demos/slider/rangemax.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Range with fixed maximum</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html index b74ceeea6..1d9c546fb 100644 --- a/demos/slider/rangemin.html +++ b/demos/slider/rangemin.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Range with fixed minimum</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/side-scroll.html b/demos/slider/side-scroll.html index 8febdd22f..d21689252 100644 --- a/demos/slider/side-scroll.html +++ b/demos/slider/side-scroll.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Slider scrollbar</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/slider-vertical.html b/demos/slider/slider-vertical.html index cd4cd6b61..9d251aca3 100644 --- a/demos/slider/slider-vertical.html +++ b/demos/slider/slider-vertical.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Vertical slider</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/steps.html b/demos/slider/steps.html index b8f601d0a..c3eafaa10 100644 --- a/demos/slider/steps.html +++ b/demos/slider/steps.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Snap to increments</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/slider/tabs.html b/demos/slider/tabs.html index 9de7af30b..9effd8492 100644 --- a/demos/slider/tabs.html +++ b/demos/slider/tabs.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Slider - Snap to increments</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html index d7bc14cce..7d80d8697 100644 --- a/demos/sortable/connect-lists-through-tabs.html +++ b/demos/sortable/connect-lists-through-tabs.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Connect lists with Tabs</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index 0fc468478..f863470f4 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Connect lists</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/default.html b/demos/sortable/default.html index 7a911a7a6..33eb35146 100644 --- a/demos/sortable/default.html +++ b/demos/sortable/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/delay-start.html b/demos/sortable/delay-start.html index c2609a16a..fd302a11a 100644 --- a/demos/sortable/delay-start.html +++ b/demos/sortable/delay-start.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Delay start</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/display-grid.html b/demos/sortable/display-grid.html index 641e3e8bf..409e28746 100644 --- a/demos/sortable/display-grid.html +++ b/demos/sortable/display-grid.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Display as grid</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/empty-lists.html b/demos/sortable/empty-lists.html index 3f51259f6..21d44c2ed 100644 --- a/demos/sortable/empty-lists.html +++ b/demos/sortable/empty-lists.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Handle empty lists</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/items.html b/demos/sortable/items.html index a9e73ea9c..75bcd30d9 100644 --- a/demos/sortable/items.html +++ b/demos/sortable/items.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Include / exclude items</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html index 95666c15f..0e477425f 100644 --- a/demos/sortable/placeholder.html +++ b/demos/sortable/placeholder.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Drop placeholder</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html index 6570c9245..68afdf4a9 100644 --- a/demos/sortable/portlets.html +++ b/demos/sortable/portlets.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Sortable - Portlets</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/switchClass/default.html b/demos/switchClass/default.html index e71d9cfa5..f181c49f5 100644 --- a/demos/switchClass/default.html +++ b/demos/switchClass/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - switchClass Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index 6050542b8..c531e1ba9 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Content via Ajax</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> diff --git a/demos/tabs/bottom.html b/demos/tabs/bottom.html index bf02a7176..f17880876 100644 --- a/demos/tabs/bottom.html +++ b/demos/tabs/bottom.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Tabs at bottom</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index 5ba458fde..85ae2c4a7 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Collapse content</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> diff --git a/demos/tabs/default.html b/demos/tabs/default.html index c0ce9b946..dab8ca116 100644 --- a/demos/tabs/default.html +++ b/demos/tabs/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Default functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html index 90c080f4d..43a45a094 100644 --- a/demos/tabs/manipulation.html +++ b/demos/tabs/manipulation.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Simple manipulation</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index cf9a34b22..c78e571e5 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Open on mouseover</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> diff --git a/demos/tabs/sortable.html b/demos/tabs/sortable.html index 2874868c2..a9fcf7b0c 100644 --- a/demos/tabs/sortable.html +++ b/demos/tabs/sortable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Sortable</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html index f2a34ced7..71875f6b1 100644 --- a/demos/tabs/vertical.html +++ b/demos/tabs/vertical.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Tabs - Vertical Tabs functionality</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.tabs.js"></script> diff --git a/demos/toggle/default.html b/demos/toggle/default.html index 6dee7d065..7c92629eb 100644 --- a/demos/toggle/default.html +++ b/demos/toggle/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Toggle Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.bounce.js"></script> diff --git a/demos/toggleClass/default.html b/demos/toggleClass/default.html index a53299e29..dd72bd4e3 100644 --- a/demos/toggleClass/default.html +++ b/demos/toggleClass/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - toggleClass Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> |