mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
effects - added standard UI plugin file headers with copyright, license, docs url, and depends list
This commit is contained in:
parent
17d55655b9
commit
5e6ef44bb4
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Blind
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Blind
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.blind = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Bounce
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Bounce
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.bounce = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Clip
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Clip
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.clip = function(o) {
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
/*
|
||||
* jQuery UI Effects
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/
|
||||
*
|
||||
*/
|
||||
;(function($) {
|
||||
|
||||
$.effects = $.effects || {}; //Add the 'effects' scope
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Drop
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Drop
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.drop = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Explode
|
||||
*
|
||||
* Copyright (c) 2008 Paul Bakaus (ui.jquery.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Explode
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.explode = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Fold
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Fold
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.fold = function(o) {
|
||||
|
||||
|
@ -1,3 +1,16 @@
|
||||
/*
|
||||
* jQuery UI Effects Highlight
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Highlight
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
;(function($) {
|
||||
|
||||
$.effects.highlight = function(o) {
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Pulsate
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Pulsate
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.pulsate = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Scale
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Scale
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.puff = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Shake
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Shake
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.shake = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Slide
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Slide
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.slide = function(o) {
|
||||
|
||||
|
@ -1,4 +1,17 @@
|
||||
;(function($) {
|
||||
/*
|
||||
* jQuery UI Effects Transfer
|
||||
*
|
||||
* Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com)
|
||||
* Dual licensed under the MIT (MIT-LICENSE.txt)
|
||||
* and GPL (GPL-LICENSE.txt) licenses.
|
||||
*
|
||||
* http://docs.jquery.com/UI/Effects/Transfer
|
||||
*
|
||||
* Depends:
|
||||
* effects.core.js
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
$.effects.transfer = function(o) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user