mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
changed ui.jquery.com to jqueryui.com
This commit is contained in:
parent
e3825ccc80
commit
bd3dc48e02
@ -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
|
||||
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
|
||||
at http://jquery-ui.googlecode.com/svn/
|
||||
|
||||
|
@ -250,23 +250,23 @@
|
||||
<dd><a href="slider/index.html">Slider</a></dd>
|
||||
<dd><a href="tabs/index.html">Tabs</a></dd>
|
||||
<dt>Effects</dt>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effect">Effect</dd>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effects/Animate">Animate</a></dd>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effects/Hide">Hide</a></dd>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effects/Show">Show</a></dd>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effects/SwitchClass">Switch Class</a></dd>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effects/Toggle">Toggle</a></dd>
|
||||
<dd><a href="http://ui.jquery.com/docs/Effects/ToggleClass">Toggle Class</a></dd>
|
||||
<dd><a href="animate/index.html">Animate</a></dd>
|
||||
<dd><a href="effect/index.html">Effect</dd>
|
||||
<dd><a href="hide/index.html">Hide</a></dd>
|
||||
<dd><a href="show/index.html">Show</a></dd>
|
||||
<dd><a href="switchClass/index.html">Switch Class</a></dd>
|
||||
<dd><a href="toggle/index.html">Toggle</a></dd>
|
||||
<dd><a href="toggleClass/index.html">Toggle Class</a></dd>
|
||||
<dt>About jQuery UI</dt>
|
||||
<dd><a href="http://ui.jquery.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://ui.jquery.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/Developer_Guide">UI Developer Guidelines</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Roadmap">Roadmap</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Subversion">Subversion Access</a></dd>
|
||||
<dt>Theming</dt>
|
||||
<dd><a href="http://ui.jquery.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://ui.jquery.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">Theming jQuery UI</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming/API">jQuery UI CSS Framework</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming/Themeroller">ThemeRoller application</a></dd>
|
||||
<dd><a href="http://jqueryui.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd>
|
||||
|
||||
</dl>
|
||||
</td>
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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.
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* 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)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user