changed ui.jquery.com to jqueryui.com

This commit is contained in:
Richard Worth 2009-02-27 11:41:40 +00:00
parent e3825ccc80
commit bd3dc48e02
29 changed files with 44 additions and 44 deletions

View File

@ -1,7 +1,7 @@
Copyright (c) 2009 Paul Bakaus, http://ui.jquery.com/ Copyright (c) 2009 Paul Bakaus, http://jqueryui.com/
This software consists of voluntary contributions made by many This software consists of voluntary contributions made by many
individuals (AUTHORS.txt, http://ui.jquery.com/about) For exact individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
contribution history, see the revision history and logs, available contribution history, see the revision history and logs, available
at http://jquery-ui.googlecode.com/svn/ at http://jquery-ui.googlecode.com/svn/

View File

@ -250,23 +250,23 @@
<dd><a href="slider/index.html">Slider</a></dd> <dd><a href="slider/index.html">Slider</a></dd>
<dd><a href="tabs/index.html">Tabs</a></dd> <dd><a href="tabs/index.html">Tabs</a></dd>
<dt>Effects</dt> <dt>Effects</dt>
<dd><a href="http://ui.jquery.com/docs/Effect">Effect</dd> <dd><a href="animate/index.html">Animate</a></dd>
<dd><a href="http://ui.jquery.com/docs/Effects/Animate">Animate</a></dd> <dd><a href="effect/index.html">Effect</dd>
<dd><a href="http://ui.jquery.com/docs/Effects/Hide">Hide</a></dd> <dd><a href="hide/index.html">Hide</a></dd>
<dd><a href="http://ui.jquery.com/docs/Effects/Show">Show</a></dd> <dd><a href="show/index.html">Show</a></dd>
<dd><a href="http://ui.jquery.com/docs/Effects/SwitchClass">Switch Class</a></dd> <dd><a href="switchClass/index.html">Switch Class</a></dd>
<dd><a href="http://ui.jquery.com/docs/Effects/Toggle">Toggle</a></dd> <dd><a href="toggle/index.html">Toggle</a></dd>
<dd><a href="http://ui.jquery.com/docs/Effects/ToggleClass">Toggle Class</a></dd> <dd><a href="toggleClass/index.html">Toggle Class</a></dd>
<dt>About jQuery UI</dt> <dt>About jQuery UI</dt>
<dd><a href="http://ui.jquery.com/docs/Developer_Guide">UI Developer Guidelines</a></dd> <dd><a href="http://jqueryui.com/docs/Developer_Guide">UI Developer Guidelines</a></dd>
<dd><a href="http://ui.jquery.com/docs/Changelog">Changelog</a></dd> <dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd>
<dd><a href="http://ui.jquery.com/docs/Roadmap">Roadmap</a></dd> <dd><a href="http://jqueryui.com/docs/Roadmap">Roadmap</a></dd>
<dd><a href="http://ui.jquery.com/docs/Subversion">Subversion Access</a></dd> <dd><a href="http://jqueryui.com/docs/Subversion">Subversion Access</a></dd>
<dt>Theming</dt> <dt>Theming</dt>
<dd><a href="http://ui.jquery.com/docs/Theming">Theming jQuery UI</a></dd> <dd><a href="http://jqueryui.com/docs/Theming">Theming jQuery UI</a></dd>
<dd><a href="http://ui.jquery.com/docs/Theming/API">jQuery UI CSS framework</a></dd> <dd><a href="http://jqueryui.com/docs/Theming/API">jQuery UI CSS Framework</a></dd>
<dd><a href="http://ui.jquery.com/docs/Theming/Themeroller">ThemeRoller application</a></dd> <dd><a href="http://jqueryui.com/docs/Theming/Themeroller">ThemeRoller application</a></dd>
<dd><a href="http://ui.jquery.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd> <dd><a href="http://jqueryui.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd>
</dl> </dl>
</td> </td>

View File

@ -1,6 +1,6 @@
/* /*
* jQuery UI CSS Framework * jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* jQuery UI CSS Framework * jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/ * To view and modify this theme, visit http://jqueryui.com/themeroller/
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Blind @VERSION * jQuery UI Effects Blind @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Bounce @VERSION * jQuery UI Effects Bounce @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Clip @VERSION * jQuery UI Effects Clip @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects @VERSION * jQuery UI Effects @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Drop @VERSION * jQuery UI Effects Drop @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Explode @VERSION * jQuery UI Effects Explode @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Fold @VERSION * jQuery UI Effects Fold @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Highlight @VERSION * jQuery UI Effects Highlight @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Pulsate @VERSION * jQuery UI Effects Pulsate @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Scale @VERSION * jQuery UI Effects Scale @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Shake @VERSION * jQuery UI Effects Shake @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Slide @VERSION * jQuery UI Effects Slide @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Effects Transfer @VERSION * jQuery UI Effects Transfer @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Accordion @VERSION * jQuery UI Accordion @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI @VERSION * jQuery UI @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Datepicker @VERSION * jQuery UI Datepicker @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Dialog @VERSION * jQuery UI Dialog @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Draggable @VERSION * jQuery UI Draggable @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Droppable @VERSION * jQuery UI Droppable @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Progressbar @VERSION * jQuery UI Progressbar @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Resizable @VERSION * jQuery UI Resizable @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Selectable @VERSION * jQuery UI Selectable @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Slider @VERSION * jQuery UI Slider @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Sortable @VERSION * jQuery UI Sortable @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *

View File

@ -1,7 +1,7 @@
/* /*
* jQuery UI Tabs @VERSION * jQuery UI Tabs @VERSION
* *
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about) * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) * Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses. * and GPL (GPL-LICENSE.txt) licenses.
* *