github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 227
    • 26
  • Source
  • Commits
  • Network (26)
  • Graphs
  • Tree: 0741534

click here to add a description

click here to add a homepage

  • Switch Branches (4)
    • bind
    • master
    • panel
    • tooltip
  • Switch Tags (15)
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Happy New Year
rdworth (author)
Wed Jan 20 06:04:26 -0800 2010
commit  074153407d3e863fa5510b226a4a38a0842f3f45
tree    fd99e6278adb5b19afd54e128972d8bc49a7e0f5
parent  eecbde22a6b338785ac8e1991858ba7dab976eae
M MIT-LICENSE.txt 2 ••
M tests/jquery.simulate.js 2 ••
M themes/base/ui.core.css 2 ••
M themes/base/ui.theme.css 2 ••
M ui/jquery.effects.blind.js 2 ••
M ui/jquery.effects.bounce.js 2 ••
M ui/jquery.effects.clip.js 2 ••
M ui/jquery.effects.core.js 2 ••
M ui/jquery.effects.drop.js 2 ••
M ui/jquery.effects.explode.js 2 ••
M ui/jquery.effects.fade.js 2 ••
M ui/jquery.effects.fold.js 2 ••
M ui/jquery.effects.highlight.js 2 ••
M ui/jquery.effects.pulsate.js 2 ••
M ui/jquery.effects.scale.js 2 ••
M ui/jquery.effects.shake.js 2 ••
M ui/jquery.effects.slide.js 2 ••
M ui/jquery.effects.transfer.js 2 ••
M ui/jquery.ui.accordion.js 2 ••
M ui/jquery.ui.autocomplete.js 4 ••••
M ui/jquery.ui.button.js 2 ••
M ui/jquery.ui.core.js 2 ••
M ui/jquery.ui.datepicker.js 2 ••
M ui/jquery.ui.dialog.js 2 ••
M ui/jquery.ui.draggable.js 2 ••
M ui/jquery.ui.droppable.js 2 ••
M ui/jquery.ui.mouse.js 2 ••
M ui/jquery.ui.position.js 2 ••
M ui/jquery.ui.progressbar.js 2 ••
M ui/jquery.ui.resizable.js 2 ••
M ui/jquery.ui.selectable.js 2 ••
M ui/jquery.ui.slider.js 2 ••
M ui/jquery.ui.sortable.js 2 ••
M ui/jquery.ui.tabs.js 2 ••
M ui/jquery.ui.widget.js 2 ••
0
MIT-LICENSE.txt
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2009 Paul Bakaus, http://jqueryui.com/
0
+Copyright (c) 2010 Paul Bakaus, http://jqueryui.com/
0
 
0
 This software consists of voluntary contributions made by many
0
 individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
0
tests/jquery.simulate.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jquery.simulate - simulate browser mouse and keyboard events
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
themes/base/ui.core.css
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
 * jQuery UI CSS Framework
0
-* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
 * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
0
 */
0
 
0
themes/base/ui.theme.css
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 /*
0
 * jQuery UI CSS Framework
0
-* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
 * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
0
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
0
 */
0
ui/jquery.effects.blind.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Blind @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.bounce.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Bounce @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.clip.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Clip @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.core.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.drop.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Drop @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.explode.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Explode @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.fade.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Fade @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.fold.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Fold @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.highlight.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Highlight @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.pulsate.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Pulsate @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.scale.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Scale @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.shake.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Shake @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.slide.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Slide @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.effects.transfer.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Effects Transfer @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.accordion.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Accordion @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.autocomplete.js
...
1
2
3
4
 
5
6
7
...
289
290
291
292
 
293
294
295
...
1
2
3
 
4
5
6
7
...
289
290
291
 
292
293
294
295
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Autocomplete @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
@@ -289,7 +289,7 @@ $.extend( $.ui.autocomplete, {
0
  * it for the next release. You're welcome to give it a try anyway and give us feedback,
0
  * as long as you're okay with migrating your code later on. We can help with that, too.
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.button.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Button @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.core.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*!
0
  * jQuery UI @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.datepicker.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Datepicker @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.dialog.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Dialog @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.draggable.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Draggable @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.droppable.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Droppable @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.mouse.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*!
0
  * jQuery UI Mouse @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.position.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Position @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.progressbar.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Progressbar @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.resizable.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Resizable @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.selectable.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Selectable @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.slider.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Slider @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.sortable.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Sortable @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.tabs.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*
0
  * jQuery UI Tabs @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *
0
ui/jquery.ui.widget.js
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 /*!
0
  * jQuery UI Widget @VERSION
0
  *
0
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
0
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
0
  * Dual licensed under the MIT (MIT-LICENSE.txt)
0
  * and GPL (GPL-LICENSE.txt) licenses.
0
  *

Comments

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server