jquery_rails3 1.4.2.b2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. data/Rakefile +1 -1
  2. data/lib/generators/{jquery_install → jquery/install}/USAGE +3 -2
  3. data/lib/generators/jquery/install/install_generator.rb +40 -0
  4. data/lib/jquery_rails3.rb +11 -0
  5. metadata +13 -186
  6. data/lib/generators/jquery_install/jquery_install_generator.rb +0 -102
  7. data/lib/generators/jquery_install/templates/jquery-1.4.2.js +0 -6240
  8. data/lib/generators/jquery_install/templates/jquery-1.4.2.min.js +0 -154
  9. data/lib/generators/jquery_install/templates/layout.html.erb +0 -14
  10. data/lib/generators/jquery_install/templates/rails.js +0 -132
  11. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  12. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  13. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  14. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  15. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  16. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  17. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  18. data/lib/generators/jquery_install/templates/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  19. data/lib/generators/jquery_install/templates/themes/base/images/ui-icons_222222_256x240.png +0 -0
  20. data/lib/generators/jquery_install/templates/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  21. data/lib/generators/jquery_install/templates/themes/base/images/ui-icons_454545_256x240.png +0 -0
  22. data/lib/generators/jquery_install/templates/themes/base/images/ui-icons_888888_256x240.png +0 -0
  23. data/lib/generators/jquery_install/templates/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  24. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.accordion.css +0 -19
  25. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.all.css +0 -11
  26. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.autocomplete.css +0 -53
  27. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.base.css +0 -11
  28. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.button.css +0 -38
  29. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.core.css +0 -41
  30. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.datepicker.css +0 -68
  31. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.dialog.css +0 -21
  32. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.progressbar.css +0 -11
  33. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.resizable.css +0 -20
  34. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.selectable.css +0 -10
  35. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.slider.css +0 -24
  36. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.tabs.css +0 -18
  37. data/lib/generators/jquery_install/templates/themes/base/jquery.ui.theme.css +0 -252
  38. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  39. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  40. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  41. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  42. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  43. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  44. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  45. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  46. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  47. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  48. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  49. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  50. data/lib/generators/jquery_install/templates/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  51. data/lib/generators/jquery_install/templates/themes/smoothness/jquery-ui-1.8.4.custom.css +0 -572
  52. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.accordion.css +0 -19
  53. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.all.css +0 -11
  54. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.autocomplete.css +0 -53
  55. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.base.css +0 -11
  56. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.button.css +0 -38
  57. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.core.css +0 -41
  58. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.datepicker.css +0 -68
  59. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.dialog.css +0 -21
  60. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.progressbar.css +0 -11
  61. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.resizable.css +0 -20
  62. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.selectable.css +0 -10
  63. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.slider.css +0 -24
  64. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.tabs.css +0 -18
  65. data/lib/generators/jquery_install/templates/themes/smoothness/jquery.ui.theme.css +0 -254
  66. data/lib/generators/jquery_install/templates/ui/i18n/jquery-ui-i18n.js +0 -1176
  67. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-af.js +0 -23
  68. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ar.js +0 -24
  69. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-az.js +0 -23
  70. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-bg.js +0 -24
  71. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-bs.js +0 -23
  72. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ca.js +0 -23
  73. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-cs.js +0 -23
  74. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-da.js +0 -23
  75. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-de.js +0 -23
  76. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-el.js +0 -23
  77. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-en-GB.js +0 -23
  78. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-eo.js +0 -23
  79. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-es.js +0 -23
  80. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-et.js +0 -23
  81. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-eu.js +0 -23
  82. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-fa.js +0 -23
  83. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-fi.js +0 -23
  84. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-fo.js +0 -23
  85. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-fr-CH.js +0 -23
  86. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-fr.js +0 -23
  87. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-he.js +0 -23
  88. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-hr.js +0 -23
  89. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-hu.js +0 -23
  90. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-hy.js +0 -23
  91. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-id.js +0 -23
  92. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-is.js +0 -23
  93. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-it.js +0 -23
  94. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ja.js +0 -23
  95. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ko.js +0 -23
  96. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-lt.js +0 -23
  97. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-lv.js +0 -23
  98. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ms.js +0 -23
  99. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-nl.js +0 -23
  100. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-no.js +0 -23
  101. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-pl.js +0 -23
  102. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-pt-BR.js +0 -23
  103. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ro.js +0 -26
  104. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ru.js +0 -23
  105. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-sk.js +0 -23
  106. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-sl.js +0 -24
  107. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-sq.js +0 -23
  108. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-sr-SR.js +0 -23
  109. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-sr.js +0 -23
  110. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-sv.js +0 -23
  111. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-ta.js +0 -23
  112. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-th.js +0 -23
  113. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-tr.js +0 -23
  114. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-uk.js +0 -23
  115. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-vi.js +0 -23
  116. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-zh-CN.js +0 -23
  117. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-zh-HK.js +0 -23
  118. data/lib/generators/jquery_install/templates/ui/i18n/jquery.ui.datepicker-zh-TW.js +0 -23
  119. data/lib/generators/jquery_install/templates/ui/jquery-ui-1.8.4.custom.js +0 -11241
  120. data/lib/generators/jquery_install/templates/ui/jquery.effects.blind.js +0 -49
  121. data/lib/generators/jquery_install/templates/ui/jquery.effects.bounce.js +0 -78
  122. data/lib/generators/jquery_install/templates/ui/jquery.effects.clip.js +0 -54
  123. data/lib/generators/jquery_install/templates/ui/jquery.effects.core.js +0 -714
  124. data/lib/generators/jquery_install/templates/ui/jquery.effects.drop.js +0 -50
  125. data/lib/generators/jquery_install/templates/ui/jquery.effects.explode.js +0 -79
  126. data/lib/generators/jquery_install/templates/ui/jquery.effects.fold.js +0 -56
  127. data/lib/generators/jquery_install/templates/ui/jquery.effects.highlight.js +0 -50
  128. data/lib/generators/jquery_install/templates/ui/jquery.effects.pulsate.js +0 -51
  129. data/lib/generators/jquery_install/templates/ui/jquery.effects.scale.js +0 -178
  130. data/lib/generators/jquery_install/templates/ui/jquery.effects.shake.js +0 -57
  131. data/lib/generators/jquery_install/templates/ui/jquery.effects.slide.js +0 -50
  132. data/lib/generators/jquery_install/templates/ui/jquery.effects.transfer.js +0 -45
  133. data/lib/generators/jquery_install/templates/ui/jquery.ui.accordion.js +0 -598
  134. data/lib/generators/jquery_install/templates/ui/jquery.ui.autocomplete.js +0 -544
  135. data/lib/generators/jquery_install/templates/ui/jquery.ui.button.js +0 -365
  136. data/lib/generators/jquery_install/templates/ui/jquery.ui.core.js +0 -281
  137. data/lib/generators/jquery_install/templates/ui/jquery.ui.datepicker.js +0 -1732
  138. data/lib/generators/jquery_install/templates/ui/jquery.ui.dialog.js +0 -827
  139. data/lib/generators/jquery_install/templates/ui/jquery.ui.draggable.js +0 -797
  140. data/lib/generators/jquery_install/templates/ui/jquery.ui.droppable.js +0 -285
  141. data/lib/generators/jquery_install/templates/ui/jquery.ui.mouse.js +0 -151
  142. data/lib/generators/jquery_install/templates/ui/jquery.ui.position.js +0 -233
  143. data/lib/generators/jquery_install/templates/ui/jquery.ui.progressbar.js +0 -94
  144. data/lib/generators/jquery_install/templates/ui/jquery.ui.resizable.js +0 -812
  145. data/lib/generators/jquery_install/templates/ui/jquery.ui.selectable.js +0 -266
  146. data/lib/generators/jquery_install/templates/ui/jquery.ui.slider.js +0 -680
  147. data/lib/generators/jquery_install/templates/ui/jquery.ui.sortable.js +0 -1071
  148. data/lib/generators/jquery_install/templates/ui/jquery.ui.tabs.js +0 -757
  149. data/lib/generators/jquery_install/templates/ui/jquery.ui.widget.js +0 -237
  150. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.blind.min.js +0 -14
  151. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.bounce.min.js +0 -15
  152. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.clip.min.js +0 -14
  153. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.core.min.js +0 -30
  154. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.drop.min.js +0 -14
  155. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.explode.min.js +0 -15
  156. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.fold.min.js +0 -14
  157. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.highlight.min.js +0 -14
  158. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.pulsate.min.js +0 -14
  159. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.scale.min.js +0 -20
  160. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.shake.min.js +0 -14
  161. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.slide.min.js +0 -14
  162. data/lib/generators/jquery_install/templates/ui-min/jquery.effects.transfer.min.js +0 -14
  163. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.accordion.min.js +0 -30
  164. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.autocomplete.min.js +0 -31
  165. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.button.min.js +0 -24
  166. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.core.min.js +0 -17
  167. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.datepicker.min.js +0 -80
  168. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.dialog.min.js +0 -39
  169. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.draggable.min.js +0 -49
  170. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.droppable.min.js +0 -26
  171. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.mouse.min.js +0 -17
  172. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.position.min.js +0 -15
  173. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.progressbar.min.js +0 -16
  174. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.resizable.min.js +0 -47
  175. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.selectable.min.js +0 -22
  176. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.slider.min.js +0 -33
  177. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.sortable.min.js +0 -60
  178. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.tabs.min.js +0 -35
  179. data/lib/generators/jquery_install/templates/ui-min/jquery.ui.widget.min.js +0 -15
@@ -1,50 +0,0 @@
1
- /*
2
- * jQuery UI Effects Drop 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Drop
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.drop = function(o) {
16
-
17
- return this.queue(function() {
18
-
19
- // Create element
20
- var el = $(this), props = ['position','top','left','opacity'];
21
-
22
- // Set options
23
- var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode
24
- var direction = o.options.direction || 'left'; // Default Direction
25
-
26
- // Adjust
27
- $.effects.save(el, props); el.show(); // Save & Show
28
- $.effects.createWrapper(el); // Create Wrapper
29
- var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left';
30
- var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
31
- var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) / 2 : el.outerWidth({margin:true}) / 2);
32
- if (mode == 'show') el.css('opacity', 0).css(ref, motion == 'pos' ? -distance : distance); // Shift
33
-
34
- // Animation
35
- var animation = {opacity: mode == 'show' ? 1 : 0};
36
- animation[ref] = (mode == 'show' ? (motion == 'pos' ? '+=' : '-=') : (motion == 'pos' ? '-=' : '+=')) + distance;
37
-
38
- // Animate
39
- el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() {
40
- if(mode == 'hide') el.hide(); // Hide
41
- $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore
42
- if(o.callback) o.callback.apply(this, arguments); // Callback
43
- el.dequeue();
44
- }});
45
-
46
- });
47
-
48
- };
49
-
50
- })(jQuery);
@@ -1,79 +0,0 @@
1
- /*
2
- * jQuery UI Effects Explode 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Explode
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.explode = function(o) {
16
-
17
- return this.queue(function() {
18
-
19
- var rows = o.options.pieces ? Math.round(Math.sqrt(o.options.pieces)) : 3;
20
- var cells = o.options.pieces ? Math.round(Math.sqrt(o.options.pieces)) : 3;
21
-
22
- o.options.mode = o.options.mode == 'toggle' ? ($(this).is(':visible') ? 'hide' : 'show') : o.options.mode;
23
- var el = $(this).show().css('visibility', 'hidden');
24
- var offset = el.offset();
25
-
26
- //Substract the margins - not fixing the problem yet.
27
- offset.top -= parseInt(el.css("marginTop"),10) || 0;
28
- offset.left -= parseInt(el.css("marginLeft"),10) || 0;
29
-
30
- var width = el.outerWidth(true);
31
- var height = el.outerHeight(true);
32
-
33
- for(var i=0;i<rows;i++) { // =
34
- for(var j=0;j<cells;j++) { // ||
35
- el
36
- .clone()
37
- .appendTo('body')
38
- .wrap('<div></div>')
39
- .css({
40
- position: 'absolute',
41
- visibility: 'visible',
42
- left: -j*(width/cells),
43
- top: -i*(height/rows)
44
- })
45
- .parent()
46
- .addClass('ui-effects-explode')
47
- .css({
48
- position: 'absolute',
49
- overflow: 'hidden',
50
- width: width/cells,
51
- height: height/rows,
52
- left: offset.left + j*(width/cells) + (o.options.mode == 'show' ? (j-Math.floor(cells/2))*(width/cells) : 0),
53
- top: offset.top + i*(height/rows) + (o.options.mode == 'show' ? (i-Math.floor(rows/2))*(height/rows) : 0),
54
- opacity: o.options.mode == 'show' ? 0 : 1
55
- }).animate({
56
- left: offset.left + j*(width/cells) + (o.options.mode == 'show' ? 0 : (j-Math.floor(cells/2))*(width/cells)),
57
- top: offset.top + i*(height/rows) + (o.options.mode == 'show' ? 0 : (i-Math.floor(rows/2))*(height/rows)),
58
- opacity: o.options.mode == 'show' ? 1 : 0
59
- }, o.duration || 500);
60
- }
61
- }
62
-
63
- // Set a timeout, to call the callback approx. when the other animations have finished
64
- setTimeout(function() {
65
-
66
- o.options.mode == 'show' ? el.css({ visibility: 'visible' }) : el.css({ visibility: 'visible' }).hide();
67
- if(o.callback) o.callback.apply(el[0]); // Callback
68
- el.dequeue();
69
-
70
- $('div.ui-effects-explode').remove();
71
-
72
- }, o.duration || 500);
73
-
74
-
75
- });
76
-
77
- };
78
-
79
- })(jQuery);
@@ -1,56 +0,0 @@
1
- /*
2
- * jQuery UI Effects Fold 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Fold
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.fold = function(o) {
16
-
17
- return this.queue(function() {
18
-
19
- // Create element
20
- var el = $(this), props = ['position','top','left'];
21
-
22
- // Set options
23
- var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode
24
- var size = o.options.size || 15; // Default fold size
25
- var horizFirst = !(!o.options.horizFirst); // Ensure a boolean value
26
- var duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2;
27
-
28
- // Adjust
29
- $.effects.save(el, props); el.show(); // Save & Show
30
- var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper
31
- var widthFirst = ((mode == 'show') != horizFirst);
32
- var ref = widthFirst ? ['width', 'height'] : ['height', 'width'];
33
- var distance = widthFirst ? [wrapper.width(), wrapper.height()] : [wrapper.height(), wrapper.width()];
34
- var percent = /([0-9]+)%/.exec(size);
35
- if(percent) size = parseInt(percent[1],10) / 100 * distance[mode == 'hide' ? 0 : 1];
36
- if(mode == 'show') wrapper.css(horizFirst ? {height: 0, width: size} : {height: size, width: 0}); // Shift
37
-
38
- // Animation
39
- var animation1 = {}, animation2 = {};
40
- animation1[ref[0]] = mode == 'show' ? distance[0] : size;
41
- animation2[ref[1]] = mode == 'show' ? distance[1] : 0;
42
-
43
- // Animate
44
- wrapper.animate(animation1, duration, o.options.easing)
45
- .animate(animation2, duration, o.options.easing, function() {
46
- if(mode == 'hide') el.hide(); // Hide
47
- $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore
48
- if(o.callback) o.callback.apply(el[0], arguments); // Callback
49
- el.dequeue();
50
- });
51
-
52
- });
53
-
54
- };
55
-
56
- })(jQuery);
@@ -1,50 +0,0 @@
1
- /*
2
- * jQuery UI Effects Highlight 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Highlight
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.highlight = function(o) {
16
- return this.queue(function() {
17
- var elem = $(this),
18
- props = ['backgroundImage', 'backgroundColor', 'opacity'],
19
- mode = $.effects.setMode(elem, o.options.mode || 'show'),
20
- animation = {
21
- backgroundColor: elem.css('backgroundColor')
22
- };
23
-
24
- if (mode == 'hide') {
25
- animation.opacity = 0;
26
- }
27
-
28
- $.effects.save(elem, props);
29
- elem
30
- .show()
31
- .css({
32
- backgroundImage: 'none',
33
- backgroundColor: o.options.color || '#ffff99'
34
- })
35
- .animate(animation, {
36
- queue: false,
37
- duration: o.duration,
38
- easing: o.options.easing,
39
- complete: function() {
40
- (mode == 'hide' && elem.hide());
41
- $.effects.restore(elem, props);
42
- (mode == 'show' && !$.support.opacity && this.style.removeAttribute('filter'));
43
- (o.callback && o.callback.apply(this, arguments));
44
- elem.dequeue();
45
- }
46
- });
47
- });
48
- };
49
-
50
- })(jQuery);
@@ -1,51 +0,0 @@
1
- /*
2
- * jQuery UI Effects Pulsate 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Pulsate
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.pulsate = function(o) {
16
- return this.queue(function() {
17
- var elem = $(this),
18
- mode = $.effects.setMode(elem, o.options.mode || 'show');
19
- times = ((o.options.times || 5) * 2) - 1;
20
- duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2,
21
- isVisible = elem.is(':visible'),
22
- animateTo = 0;
23
-
24
- if (!isVisible) {
25
- elem.css('opacity', 0).show();
26
- animateTo = 1;
27
- }
28
-
29
- if ((mode == 'hide' && isVisible) || (mode == 'show' && !isVisible)) {
30
- times--;
31
- }
32
-
33
- for (var i = 0; i < times; i++) {
34
- elem.animate({ opacity: animateTo }, duration, o.options.easing);
35
- animateTo = (animateTo + 1) % 2;
36
- }
37
-
38
- elem.animate({ opacity: animateTo }, duration, o.options.easing, function() {
39
- if (animateTo == 0) {
40
- elem.hide();
41
- }
42
- (o.callback && o.callback.apply(this, arguments));
43
- });
44
-
45
- elem
46
- .queue('fx', function() { elem.dequeue(); })
47
- .dequeue();
48
- });
49
- };
50
-
51
- })(jQuery);
@@ -1,178 +0,0 @@
1
- /*
2
- * jQuery UI Effects Scale 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Scale
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.puff = function(o) {
16
- return this.queue(function() {
17
- var elem = $(this),
18
- mode = $.effects.setMode(elem, o.options.mode || 'hide'),
19
- percent = parseInt(o.options.percent, 10) || 150,
20
- factor = percent / 100,
21
- original = { height: elem.height(), width: elem.width() };
22
-
23
- $.extend(o.options, {
24
- fade: true,
25
- mode: mode,
26
- percent: mode == 'hide' ? percent : 100,
27
- from: mode == 'hide'
28
- ? original
29
- : {
30
- height: original.height * factor,
31
- width: original.width * factor
32
- }
33
- });
34
-
35
- elem.effect('scale', o.options, o.duration, o.callback);
36
- elem.dequeue();
37
- });
38
- };
39
-
40
- $.effects.scale = function(o) {
41
-
42
- return this.queue(function() {
43
-
44
- // Create element
45
- var el = $(this);
46
-
47
- // Set options
48
- var options = $.extend(true, {}, o.options);
49
- var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode
50
- var percent = parseInt(o.options.percent,10) || (parseInt(o.options.percent,10) == 0 ? 0 : (mode == 'hide' ? 0 : 100)); // Set default scaling percent
51
- var direction = o.options.direction || 'both'; // Set default axis
52
- var origin = o.options.origin; // The origin of the scaling
53
- if (mode != 'effect') { // Set default origin and restore for show/hide
54
- options.origin = origin || ['middle','center'];
55
- options.restore = true;
56
- }
57
- var original = {height: el.height(), width: el.width()}; // Save original
58
- el.from = o.options.from || (mode == 'show' ? {height: 0, width: 0} : original); // Default from state
59
-
60
- // Adjust
61
- var factor = { // Set scaling factor
62
- y: direction != 'horizontal' ? (percent / 100) : 1,
63
- x: direction != 'vertical' ? (percent / 100) : 1
64
- };
65
- el.to = {height: original.height * factor.y, width: original.width * factor.x}; // Set to state
66
-
67
- if (o.options.fade) { // Fade option to support puff
68
- if (mode == 'show') {el.from.opacity = 0; el.to.opacity = 1;};
69
- if (mode == 'hide') {el.from.opacity = 1; el.to.opacity = 0;};
70
- };
71
-
72
- // Animation
73
- options.from = el.from; options.to = el.to; options.mode = mode;
74
-
75
- // Animate
76
- el.effect('size', options, o.duration, o.callback);
77
- el.dequeue();
78
- });
79
-
80
- };
81
-
82
- $.effects.size = function(o) {
83
-
84
- return this.queue(function() {
85
-
86
- // Create element
87
- var el = $(this), props = ['position','top','left','width','height','overflow','opacity'];
88
- var props1 = ['position','top','left','overflow','opacity']; // Always restore
89
- var props2 = ['width','height','overflow']; // Copy for children
90
- var cProps = ['fontSize'];
91
- var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom'];
92
- var hProps = ['borderLeftWidth', 'borderRightWidth', 'paddingLeft', 'paddingRight'];
93
-
94
- // Set options
95
- var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode
96
- var restore = o.options.restore || false; // Default restore
97
- var scale = o.options.scale || 'both'; // Default scale mode
98
- var origin = o.options.origin; // The origin of the sizing
99
- var original = {height: el.height(), width: el.width()}; // Save original
100
- el.from = o.options.from || original; // Default from state
101
- el.to = o.options.to || original; // Default to state
102
- // Adjust
103
- if (origin) { // Calculate baseline shifts
104
- var baseline = $.effects.getBaseline(origin, original);
105
- el.from.top = (original.height - el.from.height) * baseline.y;
106
- el.from.left = (original.width - el.from.width) * baseline.x;
107
- el.to.top = (original.height - el.to.height) * baseline.y;
108
- el.to.left = (original.width - el.to.width) * baseline.x;
109
- };
110
- var factor = { // Set scaling factor
111
- from: {y: el.from.height / original.height, x: el.from.width / original.width},
112
- to: {y: el.to.height / original.height, x: el.to.width / original.width}
113
- };
114
- if (scale == 'box' || scale == 'both') { // Scale the css box
115
- if (factor.from.y != factor.to.y) { // Vertical props scaling
116
- props = props.concat(vProps);
117
- el.from = $.effects.setTransition(el, vProps, factor.from.y, el.from);
118
- el.to = $.effects.setTransition(el, vProps, factor.to.y, el.to);
119
- };
120
- if (factor.from.x != factor.to.x) { // Horizontal props scaling
121
- props = props.concat(hProps);
122
- el.from = $.effects.setTransition(el, hProps, factor.from.x, el.from);
123
- el.to = $.effects.setTransition(el, hProps, factor.to.x, el.to);
124
- };
125
- };
126
- if (scale == 'content' || scale == 'both') { // Scale the content
127
- if (factor.from.y != factor.to.y) { // Vertical props scaling
128
- props = props.concat(cProps);
129
- el.from = $.effects.setTransition(el, cProps, factor.from.y, el.from);
130
- el.to = $.effects.setTransition(el, cProps, factor.to.y, el.to);
131
- };
132
- };
133
- $.effects.save(el, restore ? props : props1); el.show(); // Save & Show
134
- $.effects.createWrapper(el); // Create Wrapper
135
- el.css('overflow','hidden').css(el.from); // Shift
136
-
137
- // Animate
138
- if (scale == 'content' || scale == 'both') { // Scale the children
139
- vProps = vProps.concat(['marginTop','marginBottom']).concat(cProps); // Add margins/font-size
140
- hProps = hProps.concat(['marginLeft','marginRight']); // Add margins
141
- props2 = props.concat(vProps).concat(hProps); // Concat
142
- el.find("*[width]").each(function(){
143
- child = $(this);
144
- if (restore) $.effects.save(child, props2);
145
- var c_original = {height: child.height(), width: child.width()}; // Save original
146
- child.from = {height: c_original.height * factor.from.y, width: c_original.width * factor.from.x};
147
- child.to = {height: c_original.height * factor.to.y, width: c_original.width * factor.to.x};
148
- if (factor.from.y != factor.to.y) { // Vertical props scaling
149
- child.from = $.effects.setTransition(child, vProps, factor.from.y, child.from);
150
- child.to = $.effects.setTransition(child, vProps, factor.to.y, child.to);
151
- };
152
- if (factor.from.x != factor.to.x) { // Horizontal props scaling
153
- child.from = $.effects.setTransition(child, hProps, factor.from.x, child.from);
154
- child.to = $.effects.setTransition(child, hProps, factor.to.x, child.to);
155
- };
156
- child.css(child.from); // Shift children
157
- child.animate(child.to, o.duration, o.options.easing, function(){
158
- if (restore) $.effects.restore(child, props2); // Restore children
159
- }); // Animate children
160
- });
161
- };
162
-
163
- // Animate
164
- el.animate(el.to, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() {
165
- if (el.to.opacity === 0) {
166
- el.css('opacity', el.from.opacity);
167
- }
168
- if(mode == 'hide') el.hide(); // Hide
169
- $.effects.restore(el, restore ? props : props1); $.effects.removeWrapper(el); // Restore
170
- if(o.callback) o.callback.apply(this, arguments); // Callback
171
- el.dequeue();
172
- }});
173
-
174
- });
175
-
176
- };
177
-
178
- })(jQuery);
@@ -1,57 +0,0 @@
1
- /*
2
- * jQuery UI Effects Shake 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Shake
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.shake = function(o) {
16
-
17
- return this.queue(function() {
18
-
19
- // Create element
20
- var el = $(this), props = ['position','top','left'];
21
-
22
- // Set options
23
- var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode
24
- var direction = o.options.direction || 'left'; // Default direction
25
- var distance = o.options.distance || 20; // Default distance
26
- var times = o.options.times || 3; // Default # of times
27
- var speed = o.duration || o.options.duration || 140; // Default speed per shake
28
-
29
- // Adjust
30
- $.effects.save(el, props); el.show(); // Save & Show
31
- $.effects.createWrapper(el); // Create Wrapper
32
- var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left';
33
- var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
34
-
35
- // Animation
36
- var animation = {}, animation1 = {}, animation2 = {};
37
- animation[ref] = (motion == 'pos' ? '-=' : '+=') + distance;
38
- animation1[ref] = (motion == 'pos' ? '+=' : '-=') + distance * 2;
39
- animation2[ref] = (motion == 'pos' ? '-=' : '+=') + distance * 2;
40
-
41
- // Animate
42
- el.animate(animation, speed, o.options.easing);
43
- for (var i = 1; i < times; i++) { // Shakes
44
- el.animate(animation1, speed, o.options.easing).animate(animation2, speed, o.options.easing);
45
- };
46
- el.animate(animation1, speed, o.options.easing).
47
- animate(animation, speed / 2, o.options.easing, function(){ // Last shake
48
- $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore
49
- if(o.callback) o.callback.apply(this, arguments); // Callback
50
- });
51
- el.queue('fx', function() { el.dequeue(); });
52
- el.dequeue();
53
- });
54
-
55
- };
56
-
57
- })(jQuery);
@@ -1,50 +0,0 @@
1
- /*
2
- * jQuery UI Effects Slide 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Slide
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.slide = function(o) {
16
-
17
- return this.queue(function() {
18
-
19
- // Create element
20
- var el = $(this), props = ['position','top','left'];
21
-
22
- // Set options
23
- var mode = $.effects.setMode(el, o.options.mode || 'show'); // Set Mode
24
- var direction = o.options.direction || 'left'; // Default Direction
25
-
26
- // Adjust
27
- $.effects.save(el, props); el.show(); // Save & Show
28
- $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper
29
- var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left';
30
- var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
31
- var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) : el.outerWidth({margin:true}));
32
- if (mode == 'show') el.css(ref, motion == 'pos' ? -distance : distance); // Shift
33
-
34
- // Animation
35
- var animation = {};
36
- animation[ref] = (mode == 'show' ? (motion == 'pos' ? '+=' : '-=') : (motion == 'pos' ? '-=' : '+=')) + distance;
37
-
38
- // Animate
39
- el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() {
40
- if(mode == 'hide') el.hide(); // Hide
41
- $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore
42
- if(o.callback) o.callback.apply(this, arguments); // Callback
43
- el.dequeue();
44
- }});
45
-
46
- });
47
-
48
- };
49
-
50
- })(jQuery);
@@ -1,45 +0,0 @@
1
- /*
2
- * jQuery UI Effects Transfer 1.8.4
3
- *
4
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Effects/Transfer
9
- *
10
- * Depends:
11
- * jquery.effects.core.js
12
- */
13
- (function( $, undefined ) {
14
-
15
- $.effects.transfer = function(o) {
16
- return this.queue(function() {
17
- var elem = $(this),
18
- target = $(o.options.to),
19
- endPosition = target.offset(),
20
- animation = {
21
- top: endPosition.top,
22
- left: endPosition.left,
23
- height: target.innerHeight(),
24
- width: target.innerWidth()
25
- },
26
- startPosition = elem.offset(),
27
- transfer = $('<div class="ui-effects-transfer"></div>')
28
- .appendTo(document.body)
29
- .addClass(o.options.className)
30
- .css({
31
- top: startPosition.top,
32
- left: startPosition.left,
33
- height: elem.innerHeight(),
34
- width: elem.innerWidth(),
35
- position: 'absolute'
36
- })
37
- .animate(animation, o.duration, o.options.easing, function() {
38
- transfer.remove();
39
- (o.callback && o.callback.apply(elem[0], arguments));
40
- elem.dequeue();
41
- });
42
- });
43
- };
44
-
45
- })(jQuery);