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

jquery / jquery-ui

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

click here to add a description

click here to add a homepage

  • Switch Branches (7)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
  • Switch Tags (18)
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

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

0 notes on commit 0741534

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