postrest 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/lib/app.rb +1 -1
  3. data/public/index.htm +116 -0
  4. data/public/node_modules/pivottable/CONTRIBUTING.md +19 -0
  5. data/public/node_modules/pivottable/LICENSE.md +9 -0
  6. data/public/node_modules/pivottable/ReadMe.md +155 -0
  7. data/public/node_modules/pivottable/bower.json +31 -0
  8. data/public/node_modules/pivottable/c3_renderers.coffee +155 -0
  9. data/public/node_modules/pivottable/d3_renderers.coffee +73 -0
  10. data/public/node_modules/pivottable/dist/c3_renderers.js +256 -0
  11. data/public/node_modules/pivottable/dist/c3_renderers.js.map +1 -0
  12. data/public/node_modules/pivottable/dist/c3_renderers.min.js +2 -0
  13. data/public/node_modules/pivottable/dist/c3_renderers.min.js.map +1 -0
  14. data/public/node_modules/pivottable/dist/d3_renderers.js +105 -0
  15. data/public/node_modules/pivottable/dist/d3_renderers.js.map +1 -0
  16. data/public/node_modules/pivottable/dist/d3_renderers.min.js +2 -0
  17. data/public/node_modules/pivottable/dist/d3_renderers.min.js.map +1 -0
  18. data/public/node_modules/pivottable/dist/export_renderers.js +80 -0
  19. data/public/node_modules/pivottable/dist/export_renderers.js.map +1 -0
  20. data/public/node_modules/pivottable/dist/export_renderers.min.js +2 -0
  21. data/public/node_modules/pivottable/dist/export_renderers.min.js.map +1 -0
  22. data/public/node_modules/pivottable/dist/gchart_renderers.js +183 -0
  23. data/public/node_modules/pivottable/dist/gchart_renderers.js.map +1 -0
  24. data/public/node_modules/pivottable/dist/gchart_renderers.min.js +2 -0
  25. data/public/node_modules/pivottable/dist/gchart_renderers.min.js.map +1 -0
  26. data/public/node_modules/pivottable/dist/pivot.css +97 -0
  27. data/public/node_modules/pivottable/dist/pivot.es.js +78 -0
  28. data/public/node_modules/pivottable/dist/pivot.es.js.map +1 -0
  29. data/public/node_modules/pivottable/dist/pivot.es.min.js +2 -0
  30. data/public/node_modules/pivottable/dist/pivot.es.min.js.map +1 -0
  31. data/public/node_modules/pivottable/dist/pivot.fr.js +78 -0
  32. data/public/node_modules/pivottable/dist/pivot.fr.js.map +1 -0
  33. data/public/node_modules/pivottable/dist/pivot.fr.min.js +2 -0
  34. data/public/node_modules/pivottable/dist/pivot.fr.min.js.map +1 -0
  35. data/public/node_modules/pivottable/dist/pivot.js +1511 -0
  36. data/public/node_modules/pivottable/dist/pivot.js.map +1 -0
  37. data/public/node_modules/pivottable/dist/pivot.min.css +1 -0
  38. data/public/node_modules/pivottable/dist/pivot.min.js +2 -0
  39. data/public/node_modules/pivottable/dist/pivot.min.js.map +1 -0
  40. data/public/node_modules/pivottable/dist/pivot.nl.js +78 -0
  41. data/public/node_modules/pivottable/dist/pivot.nl.js.map +1 -0
  42. data/public/node_modules/pivottable/dist/pivot.nl.min.js +2 -0
  43. data/public/node_modules/pivottable/dist/pivot.nl.min.js.map +1 -0
  44. data/public/node_modules/pivottable/dist/pivot.pt.js +104 -0
  45. data/public/node_modules/pivottable/dist/pivot.pt.js.map +1 -0
  46. data/public/node_modules/pivottable/dist/pivot.pt.min.js +2 -0
  47. data/public/node_modules/pivottable/dist/pivot.pt.min.js.map +1 -0
  48. data/public/node_modules/pivottable/dist/pivot.ru.js +78 -0
  49. data/public/node_modules/pivottable/dist/pivot.ru.js.map +1 -0
  50. data/public/node_modules/pivottable/dist/pivot.ru.min.js +2 -0
  51. data/public/node_modules/pivottable/dist/pivot.ru.min.js.map +1 -0
  52. data/public/node_modules/pivottable/dist/pivot.tr.js +104 -0
  53. data/public/node_modules/pivottable/dist/pivot.tr.js.map +1 -0
  54. data/public/node_modules/pivottable/dist/pivot.tr.min.js +2 -0
  55. data/public/node_modules/pivottable/dist/pivot.tr.min.js.map +1 -0
  56. data/public/node_modules/pivottable/dist/tips_data.min.js +247 -0
  57. data/public/node_modules/pivottable/examples/c3.html +61 -0
  58. data/public/node_modules/pivottable/examples/d3.html +49 -0
  59. data/public/node_modules/pivottable/examples/fully_loaded.html +80 -0
  60. data/public/node_modules/pivottable/examples/gchart.html +53 -0
  61. data/public/node_modules/pivottable/examples/gh-fork-ribbon.css +140 -0
  62. data/public/node_modules/pivottable/examples/gh-fork-ribbon.ie.css +78 -0
  63. data/public/node_modules/pivottable/examples/index.html +85 -0
  64. data/public/node_modules/pivottable/examples/local.html +74 -0
  65. data/public/node_modules/pivottable/examples/montreal_2014.csv +366 -0
  66. data/public/node_modules/pivottable/examples/montreal_2014.html +106 -0
  67. data/public/node_modules/pivottable/examples/mps.csv +309 -0
  68. data/public/node_modules/pivottable/examples/mps.html +45 -0
  69. data/public/node_modules/pivottable/examples/mps.json +1 -0
  70. data/public/node_modules/pivottable/examples/mps_agg.html +44 -0
  71. data/public/node_modules/pivottable/examples/mps_csv.html +42 -0
  72. data/public/node_modules/pivottable/examples/mps_export.html +44 -0
  73. data/public/node_modules/pivottable/examples/mps_fr.html +40 -0
  74. data/public/node_modules/pivottable/examples/mps_prepop.html +42 -0
  75. data/public/node_modules/pivottable/examples/onrefresh.html +52 -0
  76. data/public/node_modules/pivottable/examples/rcsvs.html +87 -0
  77. data/public/node_modules/pivottable/examples/scatter.html +53 -0
  78. data/public/node_modules/pivottable/examples/show_code.js +17 -0
  79. data/public/node_modules/pivottable/examples/simple.html +41 -0
  80. data/public/node_modules/pivottable/examples/simple_agg.html +51 -0
  81. data/public/node_modules/pivottable/examples/simple_function.html +57 -0
  82. data/public/node_modules/pivottable/examples/simple_ui.html +42 -0
  83. data/public/node_modules/pivottable/examples/simple_ui_from_table.html +60 -0
  84. data/public/node_modules/pivottable/export_renderers.coffee +57 -0
  85. data/public/node_modules/pivottable/gchart_renderers.coffee +111 -0
  86. data/public/node_modules/pivottable/gulpFile.js +95 -0
  87. data/public/node_modules/pivottable/images/animation.gif +0 -0
  88. data/public/node_modules/pivottable/images/filters.png +0 -0
  89. data/public/node_modules/pivottable/images/gender_age_bins.png +0 -0
  90. data/public/node_modules/pivottable/images/gender_imbalance.png +0 -0
  91. data/public/node_modules/pivottable/images/gender_imbalance_instructions.png +0 -0
  92. data/public/node_modules/pivottable/images/initial_state.png +0 -0
  93. data/public/node_modules/pivottable/images/province_x_party_heatmap.png +0 -0
  94. data/public/node_modules/pivottable/images/province_x_party_heatmap_instructions.png +0 -0
  95. data/public/node_modules/pivottable/images/simple.png +0 -0
  96. data/public/node_modules/pivottable/images/simple_ui.png +0 -0
  97. data/public/node_modules/pivottable/images/whats_what.png +0 -0
  98. data/public/node_modules/pivottable/index.html +14 -0
  99. data/public/node_modules/pivottable/node_modules/jquery/AUTHORS.txt +278 -0
  100. data/public/node_modules/pivottable/node_modules/jquery/LICENSE.txt +36 -0
  101. data/public/node_modules/pivottable/node_modules/jquery/README.md +65 -0
  102. data/public/node_modules/pivottable/node_modules/jquery/bower.json +14 -0
  103. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.js +9842 -0
  104. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.js +4 -0
  105. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.map +1 -0
  106. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.js +7877 -0
  107. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.js +4 -0
  108. data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  109. data/public/node_modules/pivottable/node_modules/jquery/package.json +122 -0
  110. data/public/node_modules/pivottable/node_modules/jquery/sizzle/LICENSE.txt +36 -0
  111. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.js +2143 -0
  112. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.js +3 -0
  113. data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.map +1 -0
  114. data/public/node_modules/pivottable/node_modules/jquery/src/ajax.js +845 -0
  115. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/jsonp.js +100 -0
  116. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/load.js +83 -0
  117. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseJSON.js +13 -0
  118. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseXML.js +27 -0
  119. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/script.js +68 -0
  120. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/location.js +3 -0
  121. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  122. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  123. data/public/node_modules/pivottable/node_modules/jquery/src/ajax/xhr.js +167 -0
  124. data/public/node_modules/pivottable/node_modules/jquery/src/attributes.js +11 -0
  125. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/attr.js +142 -0
  126. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/classes.js +177 -0
  127. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/prop.js +125 -0
  128. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/support.js +36 -0
  129. data/public/node_modules/pivottable/node_modules/jquery/src/attributes/val.js +177 -0
  130. data/public/node_modules/pivottable/node_modules/jquery/src/callbacks.js +232 -0
  131. data/public/node_modules/pivottable/node_modules/jquery/src/core.js +494 -0
  132. data/public/node_modules/pivottable/node_modules/jquery/src/core/DOMEval.js +14 -0
  133. data/public/node_modules/pivottable/node_modules/jquery/src/core/access.js +65 -0
  134. data/public/node_modules/pivottable/node_modules/jquery/src/core/init.js +134 -0
  135. data/public/node_modules/pivottable/node_modules/jquery/src/core/parseHTML.js +41 -0
  136. data/public/node_modules/pivottable/node_modules/jquery/src/core/ready.js +103 -0
  137. data/public/node_modules/pivottable/node_modules/jquery/src/core/support.js +18 -0
  138. data/public/node_modules/pivottable/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
  139. data/public/node_modules/pivottable/node_modules/jquery/src/css.js +515 -0
  140. data/public/node_modules/pivottable/node_modules/jquery/src/css/addGetHookIf.js +24 -0
  141. data/public/node_modules/pivottable/node_modules/jquery/src/css/adjustCSS.js +65 -0
  142. data/public/node_modules/pivottable/node_modules/jquery/src/css/curCSS.js +60 -0
  143. data/public/node_modules/pivottable/node_modules/jquery/src/css/defaultDisplay.js +72 -0
  144. data/public/node_modules/pivottable/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
  145. data/public/node_modules/pivottable/node_modules/jquery/src/css/showHide.js +48 -0
  146. data/public/node_modules/pivottable/node_modules/jquery/src/css/support.js +121 -0
  147. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  148. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/getStyles.js +15 -0
  149. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/isHidden.js +16 -0
  150. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rmargin.js +3 -0
  151. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  152. data/public/node_modules/pivottable/node_modules/jquery/src/css/var/swap.js +24 -0
  153. data/public/node_modules/pivottable/node_modules/jquery/src/data.js +187 -0
  154. data/public/node_modules/pivottable/node_modules/jquery/src/data/Data.js +200 -0
  155. data/public/node_modules/pivottable/node_modules/jquery/src/data/accepts.js +20 -0
  156. data/public/node_modules/pivottable/node_modules/jquery/src/data/support.js +23 -0
  157. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/acceptData.js +18 -0
  158. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataPriv.js +5 -0
  159. data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataUser.js +5 -0
  160. data/public/node_modules/pivottable/node_modules/jquery/src/deferred.js +158 -0
  161. data/public/node_modules/pivottable/node_modules/jquery/src/deferred/exceptionHook.js +19 -0
  162. data/public/node_modules/pivottable/node_modules/jquery/src/deprecated.js +32 -0
  163. data/public/node_modules/pivottable/node_modules/jquery/src/dimensions.js +54 -0
  164. data/public/node_modules/pivottable/node_modules/jquery/src/effects.js +629 -0
  165. data/public/node_modules/pivottable/node_modules/jquery/src/effects/Tween.js +121 -0
  166. data/public/node_modules/pivottable/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  167. data/public/node_modules/pivottable/node_modules/jquery/src/effects/support.js +58 -0
  168. data/public/node_modules/pivottable/node_modules/jquery/src/event.js +710 -0
  169. data/public/node_modules/pivottable/node_modules/jquery/src/event/ajax.js +20 -0
  170. data/public/node_modules/pivottable/node_modules/jquery/src/event/alias.js +27 -0
  171. data/public/node_modules/pivottable/node_modules/jquery/src/event/focusin.js +53 -0
  172. data/public/node_modules/pivottable/node_modules/jquery/src/event/support.js +9 -0
  173. data/public/node_modules/pivottable/node_modules/jquery/src/event/trigger.js +199 -0
  174. data/public/node_modules/pivottable/node_modules/jquery/src/exports/amd.js +24 -0
  175. data/public/node_modules/pivottable/node_modules/jquery/src/exports/global.js +26 -0
  176. data/public/node_modules/pivottable/node_modules/jquery/src/intro.js +44 -0
  177. data/public/node_modules/pivottable/node_modules/jquery/src/jquery.js +37 -0
  178. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation.js +481 -0
  179. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
  180. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
  181. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
  182. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/getAll.js +21 -0
  183. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
  184. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/support.js +33 -0
  185. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
  186. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  187. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
  188. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
  189. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
  190. data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
  191. data/public/node_modules/pivottable/node_modules/jquery/src/offset.js +218 -0
  192. data/public/node_modules/pivottable/node_modules/jquery/src/outro.js +2 -0
  193. data/public/node_modules/pivottable/node_modules/jquery/src/queue.js +143 -0
  194. data/public/node_modules/pivottable/node_modules/jquery/src/queue/delay.js +22 -0
  195. data/public/node_modules/pivottable/node_modules/jquery/src/selector-native.js +211 -0
  196. data/public/node_modules/pivottable/node_modules/jquery/src/selector-sizzle.js +14 -0
  197. data/public/node_modules/pivottable/node_modules/jquery/src/selector.js +1 -0
  198. data/public/node_modules/pivottable/node_modules/jquery/src/serialize.js +125 -0
  199. data/public/node_modules/pivottable/node_modules/jquery/src/support.js +63 -0
  200. data/public/node_modules/pivottable/node_modules/jquery/src/traversing.js +175 -0
  201. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/findFilter.js +100 -0
  202. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/dir.js +20 -0
  203. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  204. data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/siblings.js +15 -0
  205. data/public/node_modules/pivottable/node_modules/jquery/src/var/arr.js +3 -0
  206. data/public/node_modules/pivottable/node_modules/jquery/src/var/class2type.js +5 -0
  207. data/public/node_modules/pivottable/node_modules/jquery/src/var/concat.js +5 -0
  208. data/public/node_modules/pivottable/node_modules/jquery/src/var/deletedIds.js +3 -0
  209. data/public/node_modules/pivottable/node_modules/jquery/src/var/document.js +3 -0
  210. data/public/node_modules/pivottable/node_modules/jquery/src/var/documentElement.js +5 -0
  211. data/public/node_modules/pivottable/node_modules/jquery/src/var/hasOwn.js +5 -0
  212. data/public/node_modules/pivottable/node_modules/jquery/src/var/indexOf.js +5 -0
  213. data/public/node_modules/pivottable/node_modules/jquery/src/var/pnum.js +3 -0
  214. data/public/node_modules/pivottable/node_modules/jquery/src/var/push.js +5 -0
  215. data/public/node_modules/pivottable/node_modules/jquery/src/var/rcssNum.js +7 -0
  216. data/public/node_modules/pivottable/node_modules/jquery/src/var/rnotwhite.js +3 -0
  217. data/public/node_modules/pivottable/node_modules/jquery/src/var/slice.js +5 -0
  218. data/public/node_modules/pivottable/node_modules/jquery/src/var/support.js +5 -0
  219. data/public/node_modules/pivottable/node_modules/jquery/src/var/toString.js +5 -0
  220. data/public/node_modules/pivottable/node_modules/jquery/src/wrap.js +79 -0
  221. data/public/node_modules/pivottable/package.json +70 -0
  222. data/public/node_modules/pivottable/pivot.coffee +957 -0
  223. data/public/node_modules/pivottable/pivot.es.coffee +57 -0
  224. data/public/node_modules/pivottable/pivot.fr.coffee +57 -0
  225. data/public/node_modules/pivottable/pivot.nl.coffee +55 -0
  226. data/public/node_modules/pivottable/pivot.pt.coffee +80 -0
  227. data/public/node_modules/pivottable/pivot.ru.coffee +56 -0
  228. data/public/node_modules/pivottable/pivot.tr.coffee +80 -0
  229. data/public/node_modules/pivottable/pivottable.jquery.json +33 -0
  230. data/public/node_modules/pivottable/tests/boot.js +152 -0
  231. data/public/node_modules/pivottable/tests/index.html +35 -0
  232. data/public/node_modules/pivottable/tests/pivot_spec.coffee +458 -0
  233. data/public/vendor.js +5 -0
  234. metadata +232 -1
@@ -0,0 +1,121 @@
1
+ define( [
2
+ "../core",
3
+ "../css"
4
+ ], function( jQuery ) {
5
+
6
+ function Tween( elem, options, prop, end, easing ) {
7
+ return new Tween.prototype.init( elem, options, prop, end, easing );
8
+ }
9
+ jQuery.Tween = Tween;
10
+
11
+ Tween.prototype = {
12
+ constructor: Tween,
13
+ init: function( elem, options, prop, end, easing, unit ) {
14
+ this.elem = elem;
15
+ this.prop = prop;
16
+ this.easing = easing || jQuery.easing._default;
17
+ this.options = options;
18
+ this.start = this.now = this.cur();
19
+ this.end = end;
20
+ this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" );
21
+ },
22
+ cur: function() {
23
+ var hooks = Tween.propHooks[ this.prop ];
24
+
25
+ return hooks && hooks.get ?
26
+ hooks.get( this ) :
27
+ Tween.propHooks._default.get( this );
28
+ },
29
+ run: function( percent ) {
30
+ var eased,
31
+ hooks = Tween.propHooks[ this.prop ];
32
+
33
+ if ( this.options.duration ) {
34
+ this.pos = eased = jQuery.easing[ this.easing ](
35
+ percent, this.options.duration * percent, 0, 1, this.options.duration
36
+ );
37
+ } else {
38
+ this.pos = eased = percent;
39
+ }
40
+ this.now = ( this.end - this.start ) * eased + this.start;
41
+
42
+ if ( this.options.step ) {
43
+ this.options.step.call( this.elem, this.now, this );
44
+ }
45
+
46
+ if ( hooks && hooks.set ) {
47
+ hooks.set( this );
48
+ } else {
49
+ Tween.propHooks._default.set( this );
50
+ }
51
+ return this;
52
+ }
53
+ };
54
+
55
+ Tween.prototype.init.prototype = Tween.prototype;
56
+
57
+ Tween.propHooks = {
58
+ _default: {
59
+ get: function( tween ) {
60
+ var result;
61
+
62
+ // Use a property on the element directly when it is not a DOM element,
63
+ // or when there is no matching style property that exists.
64
+ if ( tween.elem.nodeType !== 1 ||
65
+ tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {
66
+ return tween.elem[ tween.prop ];
67
+ }
68
+
69
+ // Passing an empty string as a 3rd parameter to .css will automatically
70
+ // attempt a parseFloat and fallback to a string if the parse fails.
71
+ // Simple values such as "10px" are parsed to Float;
72
+ // complex values such as "rotate(1rad)" are returned as-is.
73
+ result = jQuery.css( tween.elem, tween.prop, "" );
74
+
75
+ // Empty strings, null, undefined and "auto" are converted to 0.
76
+ return !result || result === "auto" ? 0 : result;
77
+ },
78
+ set: function( tween ) {
79
+
80
+ // Use step hook for back compat.
81
+ // Use cssHook if its there.
82
+ // Use .style if available and use plain properties where available.
83
+ if ( jQuery.fx.step[ tween.prop ] ) {
84
+ jQuery.fx.step[ tween.prop ]( tween );
85
+ } else if ( tween.elem.nodeType === 1 &&
86
+ ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null ||
87
+ jQuery.cssHooks[ tween.prop ] ) ) {
88
+ jQuery.style( tween.elem, tween.prop, tween.now + tween.unit );
89
+ } else {
90
+ tween.elem[ tween.prop ] = tween.now;
91
+ }
92
+ }
93
+ }
94
+ };
95
+
96
+ // Support: IE9
97
+ // Panic based approach to setting things on disconnected nodes
98
+ Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
99
+ set: function( tween ) {
100
+ if ( tween.elem.nodeType && tween.elem.parentNode ) {
101
+ tween.elem[ tween.prop ] = tween.now;
102
+ }
103
+ }
104
+ };
105
+
106
+ jQuery.easing = {
107
+ linear: function( p ) {
108
+ return p;
109
+ },
110
+ swing: function( p ) {
111
+ return 0.5 - Math.cos( p * Math.PI ) / 2;
112
+ },
113
+ _default: "swing"
114
+ };
115
+
116
+ jQuery.fx = Tween.prototype.init;
117
+
118
+ // Back Compat <1.8 extension point
119
+ jQuery.fx.step = {};
120
+
121
+ } );
@@ -0,0 +1,13 @@
1
+ define( [
2
+ "../core",
3
+ "../selector",
4
+ "../effects"
5
+ ], function( jQuery ) {
6
+
7
+ jQuery.expr.filters.animated = function( elem ) {
8
+ return jQuery.grep( jQuery.timers, function( fn ) {
9
+ return elem === fn.elem;
10
+ } ).length;
11
+ };
12
+
13
+ } );
@@ -0,0 +1,58 @@
1
+ define( [
2
+ "../var/support",
3
+ "../var/document"
4
+ ], function( support, document ) {
5
+
6
+ ( function() {
7
+ var shrinkWrapBlocksVal;
8
+
9
+ support.shrinkWrapBlocks = function() {
10
+ if ( shrinkWrapBlocksVal != null ) {
11
+ return shrinkWrapBlocksVal;
12
+ }
13
+
14
+ // Will be changed later if needed.
15
+ shrinkWrapBlocksVal = false;
16
+
17
+ // Minified: var b,c,d
18
+ var div, body, container;
19
+
20
+ body = document.getElementsByTagName( "body" )[ 0 ];
21
+ if ( !body || !body.style ) {
22
+
23
+ // Test fired too early or in an unsupported environment, exit.
24
+ return;
25
+ }
26
+
27
+ // Setup
28
+ div = document.createElement( "div" );
29
+ container = document.createElement( "div" );
30
+ container.style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px";
31
+ body.appendChild( container ).appendChild( div );
32
+
33
+ // Support: IE6
34
+ // Check if elements with layout shrink-wrap their children
35
+ if ( typeof div.style.zoom !== "undefined" ) {
36
+
37
+ // Reset CSS: box-sizing; display; margin; border
38
+ div.style.cssText =
39
+
40
+ // Support: Firefox<29, Android 2.3
41
+ // Vendor-prefix box-sizing
42
+ "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;" +
43
+ "box-sizing:content-box;display:block;margin:0;border:0;" +
44
+ "padding:1px;width:1px;zoom:1";
45
+ div.appendChild( document.createElement( "div" ) ).style.width = "5px";
46
+ shrinkWrapBlocksVal = div.offsetWidth !== 3;
47
+ }
48
+
49
+ body.removeChild( container );
50
+
51
+ return shrinkWrapBlocksVal;
52
+ };
53
+
54
+ } )();
55
+
56
+ return support;
57
+
58
+ } );
@@ -0,0 +1,710 @@
1
+ define( [
2
+ "./core",
3
+ "./var/document",
4
+ "./var/rnotwhite",
5
+ "./var/slice",
6
+ "./data/var/dataPriv",
7
+
8
+ "./core/init",
9
+ "./selector"
10
+ ], function( jQuery, document, rnotwhite, slice, dataPriv ) {
11
+
12
+ var
13
+ rkeyEvent = /^key/,
14
+ rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
15
+ rtypenamespace = /^([^.]*)(?:\.(.+)|)/;
16
+
17
+ function returnTrue() {
18
+ return true;
19
+ }
20
+
21
+ function returnFalse() {
22
+ return false;
23
+ }
24
+
25
+ // Support: IE9
26
+ // See #13393 for more info
27
+ function safeActiveElement() {
28
+ try {
29
+ return document.activeElement;
30
+ } catch ( err ) { }
31
+ }
32
+
33
+ function on( elem, types, selector, data, fn, one ) {
34
+ var origFn, type;
35
+
36
+ // Types can be a map of types/handlers
37
+ if ( typeof types === "object" ) {
38
+
39
+ // ( types-Object, selector, data )
40
+ if ( typeof selector !== "string" ) {
41
+
42
+ // ( types-Object, data )
43
+ data = data || selector;
44
+ selector = undefined;
45
+ }
46
+ for ( type in types ) {
47
+ on( elem, type, selector, data, types[ type ], one );
48
+ }
49
+ return elem;
50
+ }
51
+
52
+ if ( data == null && fn == null ) {
53
+
54
+ // ( types, fn )
55
+ fn = selector;
56
+ data = selector = undefined;
57
+ } else if ( fn == null ) {
58
+ if ( typeof selector === "string" ) {
59
+
60
+ // ( types, selector, fn )
61
+ fn = data;
62
+ data = undefined;
63
+ } else {
64
+
65
+ // ( types, data, fn )
66
+ fn = data;
67
+ data = selector;
68
+ selector = undefined;
69
+ }
70
+ }
71
+ if ( fn === false ) {
72
+ fn = returnFalse;
73
+ } else if ( !fn ) {
74
+ return elem;
75
+ }
76
+
77
+ if ( one === 1 ) {
78
+ origFn = fn;
79
+ fn = function( event ) {
80
+
81
+ // Can use an empty set, since event contains the info
82
+ jQuery().off( event );
83
+ return origFn.apply( this, arguments );
84
+ };
85
+
86
+ // Use same guid so caller can remove using origFn
87
+ fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
88
+ }
89
+ return elem.each( function() {
90
+ jQuery.event.add( this, types, fn, data, selector );
91
+ } );
92
+ }
93
+
94
+ /*
95
+ * Helper functions for managing events -- not part of the public interface.
96
+ * Props to Dean Edwards' addEvent library for many of the ideas.
97
+ */
98
+ jQuery.event = {
99
+
100
+ global: {},
101
+
102
+ add: function( elem, types, handler, data, selector ) {
103
+
104
+ var handleObjIn, eventHandle, tmp,
105
+ events, t, handleObj,
106
+ special, handlers, type, namespaces, origType,
107
+ elemData = dataPriv.get( elem );
108
+
109
+ // Don't attach events to noData or text/comment nodes (but allow plain objects)
110
+ if ( !elemData ) {
111
+ return;
112
+ }
113
+
114
+ // Caller can pass in an object of custom data in lieu of the handler
115
+ if ( handler.handler ) {
116
+ handleObjIn = handler;
117
+ handler = handleObjIn.handler;
118
+ selector = handleObjIn.selector;
119
+ }
120
+
121
+ // Make sure that the handler has a unique ID, used to find/remove it later
122
+ if ( !handler.guid ) {
123
+ handler.guid = jQuery.guid++;
124
+ }
125
+
126
+ // Init the element's event structure and main handler, if this is the first
127
+ if ( !( events = elemData.events ) ) {
128
+ events = elemData.events = {};
129
+ }
130
+ if ( !( eventHandle = elemData.handle ) ) {
131
+ eventHandle = elemData.handle = function( e ) {
132
+
133
+ // Discard the second event of a jQuery.event.trigger() and
134
+ // when an event is called after a page has unloaded
135
+ return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ?
136
+ jQuery.event.dispatch.apply( elem, arguments ) : undefined;
137
+ };
138
+ }
139
+
140
+ // Handle multiple events separated by a space
141
+ types = ( types || "" ).match( rnotwhite ) || [ "" ];
142
+ t = types.length;
143
+ while ( t-- ) {
144
+ tmp = rtypenamespace.exec( types[ t ] ) || [];
145
+ type = origType = tmp[ 1 ];
146
+ namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
147
+
148
+ // There *must* be a type, no attaching namespace-only handlers
149
+ if ( !type ) {
150
+ continue;
151
+ }
152
+
153
+ // If event changes its type, use the special event handlers for the changed type
154
+ special = jQuery.event.special[ type ] || {};
155
+
156
+ // If selector defined, determine special event api type, otherwise given type
157
+ type = ( selector ? special.delegateType : special.bindType ) || type;
158
+
159
+ // Update special based on newly reset type
160
+ special = jQuery.event.special[ type ] || {};
161
+
162
+ // handleObj is passed to all event handlers
163
+ handleObj = jQuery.extend( {
164
+ type: type,
165
+ origType: origType,
166
+ data: data,
167
+ handler: handler,
168
+ guid: handler.guid,
169
+ selector: selector,
170
+ needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
171
+ namespace: namespaces.join( "." )
172
+ }, handleObjIn );
173
+
174
+ // Init the event handler queue if we're the first
175
+ if ( !( handlers = events[ type ] ) ) {
176
+ handlers = events[ type ] = [];
177
+ handlers.delegateCount = 0;
178
+
179
+ // Only use addEventListener if the special events handler returns false
180
+ if ( !special.setup ||
181
+ special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
182
+
183
+ if ( elem.addEventListener ) {
184
+ elem.addEventListener( type, eventHandle );
185
+ }
186
+ }
187
+ }
188
+
189
+ if ( special.add ) {
190
+ special.add.call( elem, handleObj );
191
+
192
+ if ( !handleObj.handler.guid ) {
193
+ handleObj.handler.guid = handler.guid;
194
+ }
195
+ }
196
+
197
+ // Add to the element's handler list, delegates in front
198
+ if ( selector ) {
199
+ handlers.splice( handlers.delegateCount++, 0, handleObj );
200
+ } else {
201
+ handlers.push( handleObj );
202
+ }
203
+
204
+ // Keep track of which events have ever been used, for event optimization
205
+ jQuery.event.global[ type ] = true;
206
+ }
207
+
208
+ },
209
+
210
+ // Detach an event or set of events from an element
211
+ remove: function( elem, types, handler, selector, mappedTypes ) {
212
+
213
+ var j, origCount, tmp,
214
+ events, t, handleObj,
215
+ special, handlers, type, namespaces, origType,
216
+ elemData = dataPriv.hasData( elem ) && dataPriv.get( elem );
217
+
218
+ if ( !elemData || !( events = elemData.events ) ) {
219
+ return;
220
+ }
221
+
222
+ // Once for each type.namespace in types; type may be omitted
223
+ types = ( types || "" ).match( rnotwhite ) || [ "" ];
224
+ t = types.length;
225
+ while ( t-- ) {
226
+ tmp = rtypenamespace.exec( types[ t ] ) || [];
227
+ type = origType = tmp[ 1 ];
228
+ namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
229
+
230
+ // Unbind all events (on this namespace, if provided) for the element
231
+ if ( !type ) {
232
+ for ( type in events ) {
233
+ jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
234
+ }
235
+ continue;
236
+ }
237
+
238
+ special = jQuery.event.special[ type ] || {};
239
+ type = ( selector ? special.delegateType : special.bindType ) || type;
240
+ handlers = events[ type ] || [];
241
+ tmp = tmp[ 2 ] &&
242
+ new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" );
243
+
244
+ // Remove matching events
245
+ origCount = j = handlers.length;
246
+ while ( j-- ) {
247
+ handleObj = handlers[ j ];
248
+
249
+ if ( ( mappedTypes || origType === handleObj.origType ) &&
250
+ ( !handler || handler.guid === handleObj.guid ) &&
251
+ ( !tmp || tmp.test( handleObj.namespace ) ) &&
252
+ ( !selector || selector === handleObj.selector ||
253
+ selector === "**" && handleObj.selector ) ) {
254
+ handlers.splice( j, 1 );
255
+
256
+ if ( handleObj.selector ) {
257
+ handlers.delegateCount--;
258
+ }
259
+ if ( special.remove ) {
260
+ special.remove.call( elem, handleObj );
261
+ }
262
+ }
263
+ }
264
+
265
+ // Remove generic event handler if we removed something and no more handlers exist
266
+ // (avoids potential for endless recursion during removal of special event handlers)
267
+ if ( origCount && !handlers.length ) {
268
+ if ( !special.teardown ||
269
+ special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
270
+
271
+ jQuery.removeEvent( elem, type, elemData.handle );
272
+ }
273
+
274
+ delete events[ type ];
275
+ }
276
+ }
277
+
278
+ // Remove data and the expando if it's no longer used
279
+ if ( jQuery.isEmptyObject( events ) ) {
280
+ dataPriv.remove( elem, "handle events" );
281
+ }
282
+ },
283
+
284
+ dispatch: function( event ) {
285
+
286
+ // Make a writable jQuery.Event from the native event object
287
+ event = jQuery.event.fix( event );
288
+
289
+ var i, j, ret, matched, handleObj,
290
+ handlerQueue = [],
291
+ args = slice.call( arguments ),
292
+ handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [],
293
+ special = jQuery.event.special[ event.type ] || {};
294
+
295
+ // Use the fix-ed jQuery.Event rather than the (read-only) native event
296
+ args[ 0 ] = event;
297
+ event.delegateTarget = this;
298
+
299
+ // Call the preDispatch hook for the mapped type, and let it bail if desired
300
+ if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
301
+ return;
302
+ }
303
+
304
+ // Determine handlers
305
+ handlerQueue = jQuery.event.handlers.call( this, event, handlers );
306
+
307
+ // Run delegates first; they may want to stop propagation beneath us
308
+ i = 0;
309
+ while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {
310
+ event.currentTarget = matched.elem;
311
+
312
+ j = 0;
313
+ while ( ( handleObj = matched.handlers[ j++ ] ) &&
314
+ !event.isImmediatePropagationStopped() ) {
315
+
316
+ // Triggered event must either 1) have no namespace, or 2) have namespace(s)
317
+ // a subset or equal to those in the bound event (both can have no namespace).
318
+ if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) {
319
+
320
+ event.handleObj = handleObj;
321
+ event.data = handleObj.data;
322
+
323
+ ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||
324
+ handleObj.handler ).apply( matched.elem, args );
325
+
326
+ if ( ret !== undefined ) {
327
+ if ( ( event.result = ret ) === false ) {
328
+ event.preventDefault();
329
+ event.stopPropagation();
330
+ }
331
+ }
332
+ }
333
+ }
334
+ }
335
+
336
+ // Call the postDispatch hook for the mapped type
337
+ if ( special.postDispatch ) {
338
+ special.postDispatch.call( this, event );
339
+ }
340
+
341
+ return event.result;
342
+ },
343
+
344
+ handlers: function( event, handlers ) {
345
+ var i, matches, sel, handleObj,
346
+ handlerQueue = [],
347
+ delegateCount = handlers.delegateCount,
348
+ cur = event.target;
349
+
350
+ // Support (at least): Chrome, IE9
351
+ // Find delegate handlers
352
+ // Black-hole SVG <use> instance trees (#13180)
353
+ //
354
+ // Support: Firefox<=42+
355
+ // Avoid non-left-click in FF but don't block IE radio events (#3861, gh-2343)
356
+ if ( delegateCount && cur.nodeType &&
357
+ ( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) {
358
+
359
+ for ( ; cur !== this; cur = cur.parentNode || this ) {
360
+
361
+ // Don't check non-elements (#13208)
362
+ // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)
363
+ if ( cur.nodeType === 1 && ( cur.disabled !== true || event.type !== "click" ) ) {
364
+ matches = [];
365
+ for ( i = 0; i < delegateCount; i++ ) {
366
+ handleObj = handlers[ i ];
367
+
368
+ // Don't conflict with Object.prototype properties (#13203)
369
+ sel = handleObj.selector + " ";
370
+
371
+ if ( matches[ sel ] === undefined ) {
372
+ matches[ sel ] = handleObj.needsContext ?
373
+ jQuery( sel, this ).index( cur ) > -1 :
374
+ jQuery.find( sel, this, null, [ cur ] ).length;
375
+ }
376
+ if ( matches[ sel ] ) {
377
+ matches.push( handleObj );
378
+ }
379
+ }
380
+ if ( matches.length ) {
381
+ handlerQueue.push( { elem: cur, handlers: matches } );
382
+ }
383
+ }
384
+ }
385
+ }
386
+
387
+ // Add the remaining (directly-bound) handlers
388
+ if ( delegateCount < handlers.length ) {
389
+ handlerQueue.push( { elem: this, handlers: handlers.slice( delegateCount ) } );
390
+ }
391
+
392
+ return handlerQueue;
393
+ },
394
+
395
+ // Includes some event props shared by KeyEvent and MouseEvent
396
+ props: ( "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase " +
397
+ "metaKey relatedTarget shiftKey target timeStamp view which" ).split( " " ),
398
+
399
+ fixHooks: {},
400
+
401
+ keyHooks: {
402
+ props: "char charCode key keyCode".split( " " ),
403
+ filter: function( event, original ) {
404
+
405
+ // Add which for key events
406
+ if ( event.which == null ) {
407
+ event.which = original.charCode != null ? original.charCode : original.keyCode;
408
+ }
409
+
410
+ return event;
411
+ }
412
+ },
413
+
414
+ mouseHooks: {
415
+ props: ( "button buttons clientX clientY offsetX offsetY pageX pageY " +
416
+ "screenX screenY toElement" ).split( " " ),
417
+ filter: function( event, original ) {
418
+ var eventDoc, doc, body,
419
+ button = original.button;
420
+
421
+ // Calculate pageX/Y if missing and clientX/Y available
422
+ if ( event.pageX == null && original.clientX != null ) {
423
+ eventDoc = event.target.ownerDocument || document;
424
+ doc = eventDoc.documentElement;
425
+ body = eventDoc.body;
426
+
427
+ event.pageX = original.clientX +
428
+ ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) -
429
+ ( doc && doc.clientLeft || body && body.clientLeft || 0 );
430
+ event.pageY = original.clientY +
431
+ ( doc && doc.scrollTop || body && body.scrollTop || 0 ) -
432
+ ( doc && doc.clientTop || body && body.clientTop || 0 );
433
+ }
434
+
435
+ // Add which for click: 1 === left; 2 === middle; 3 === right
436
+ // Note: button is not normalized, so don't use it
437
+ if ( !event.which && button !== undefined ) {
438
+ event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
439
+ }
440
+
441
+ return event;
442
+ }
443
+ },
444
+
445
+ fix: function( event ) {
446
+ if ( event[ jQuery.expando ] ) {
447
+ return event;
448
+ }
449
+
450
+ // Create a writable copy of the event object and normalize some properties
451
+ var i, prop, copy,
452
+ type = event.type,
453
+ originalEvent = event,
454
+ fixHook = this.fixHooks[ type ];
455
+
456
+ if ( !fixHook ) {
457
+ this.fixHooks[ type ] = fixHook =
458
+ rmouseEvent.test( type ) ? this.mouseHooks :
459
+ rkeyEvent.test( type ) ? this.keyHooks :
460
+ {};
461
+ }
462
+ copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
463
+
464
+ event = new jQuery.Event( originalEvent );
465
+
466
+ i = copy.length;
467
+ while ( i-- ) {
468
+ prop = copy[ i ];
469
+ event[ prop ] = originalEvent[ prop ];
470
+ }
471
+
472
+ // Support: Cordova 2.5 (WebKit) (#13255)
473
+ // All events should have a target; Cordova deviceready doesn't
474
+ if ( !event.target ) {
475
+ event.target = document;
476
+ }
477
+
478
+ // Support: Safari 6.0+, Chrome<28
479
+ // Target should not be a text node (#504, #13143)
480
+ if ( event.target.nodeType === 3 ) {
481
+ event.target = event.target.parentNode;
482
+ }
483
+
484
+ return fixHook.filter ? fixHook.filter( event, originalEvent ) : event;
485
+ },
486
+
487
+ special: {
488
+ load: {
489
+
490
+ // Prevent triggered image.load events from bubbling to window.load
491
+ noBubble: true
492
+ },
493
+ focus: {
494
+
495
+ // Fire native event if possible so blur/focus sequence is correct
496
+ trigger: function() {
497
+ if ( this !== safeActiveElement() && this.focus ) {
498
+ this.focus();
499
+ return false;
500
+ }
501
+ },
502
+ delegateType: "focusin"
503
+ },
504
+ blur: {
505
+ trigger: function() {
506
+ if ( this === safeActiveElement() && this.blur ) {
507
+ this.blur();
508
+ return false;
509
+ }
510
+ },
511
+ delegateType: "focusout"
512
+ },
513
+ click: {
514
+
515
+ // For checkbox, fire native event so checked state will be right
516
+ trigger: function() {
517
+ if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) {
518
+ this.click();
519
+ return false;
520
+ }
521
+ },
522
+
523
+ // For cross-browser consistency, don't fire native .click() on links
524
+ _default: function( event ) {
525
+ return jQuery.nodeName( event.target, "a" );
526
+ }
527
+ },
528
+
529
+ beforeunload: {
530
+ postDispatch: function( event ) {
531
+
532
+ // Support: Firefox 20+
533
+ // Firefox doesn't alert if the returnValue field is not set.
534
+ if ( event.result !== undefined && event.originalEvent ) {
535
+ event.originalEvent.returnValue = event.result;
536
+ }
537
+ }
538
+ }
539
+ }
540
+ };
541
+
542
+ jQuery.removeEvent = function( elem, type, handle ) {
543
+
544
+ // This "if" is needed for plain objects
545
+ if ( elem.removeEventListener ) {
546
+ elem.removeEventListener( type, handle );
547
+ }
548
+ };
549
+
550
+ jQuery.Event = function( src, props ) {
551
+
552
+ // Allow instantiation without the 'new' keyword
553
+ if ( !( this instanceof jQuery.Event ) ) {
554
+ return new jQuery.Event( src, props );
555
+ }
556
+
557
+ // Event object
558
+ if ( src && src.type ) {
559
+ this.originalEvent = src;
560
+ this.type = src.type;
561
+
562
+ // Events bubbling up the document may have been marked as prevented
563
+ // by a handler lower down the tree; reflect the correct value.
564
+ this.isDefaultPrevented = src.defaultPrevented ||
565
+ src.defaultPrevented === undefined &&
566
+
567
+ // Support: Android<4.0
568
+ src.returnValue === false ?
569
+ returnTrue :
570
+ returnFalse;
571
+
572
+ // Event type
573
+ } else {
574
+ this.type = src;
575
+ }
576
+
577
+ // Put explicitly provided properties onto the event object
578
+ if ( props ) {
579
+ jQuery.extend( this, props );
580
+ }
581
+
582
+ // Create a timestamp if incoming event doesn't have one
583
+ this.timeStamp = src && src.timeStamp || jQuery.now();
584
+
585
+ // Mark it as fixed
586
+ this[ jQuery.expando ] = true;
587
+ };
588
+
589
+ // jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
590
+ // http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
591
+ jQuery.Event.prototype = {
592
+ constructor: jQuery.Event,
593
+ isDefaultPrevented: returnFalse,
594
+ isPropagationStopped: returnFalse,
595
+ isImmediatePropagationStopped: returnFalse,
596
+
597
+ preventDefault: function() {
598
+ var e = this.originalEvent;
599
+
600
+ this.isDefaultPrevented = returnTrue;
601
+
602
+ if ( e ) {
603
+ e.preventDefault();
604
+ }
605
+ },
606
+ stopPropagation: function() {
607
+ var e = this.originalEvent;
608
+
609
+ this.isPropagationStopped = returnTrue;
610
+
611
+ if ( e ) {
612
+ e.stopPropagation();
613
+ }
614
+ },
615
+ stopImmediatePropagation: function() {
616
+ var e = this.originalEvent;
617
+
618
+ this.isImmediatePropagationStopped = returnTrue;
619
+
620
+ if ( e ) {
621
+ e.stopImmediatePropagation();
622
+ }
623
+
624
+ this.stopPropagation();
625
+ }
626
+ };
627
+
628
+ // Create mouseenter/leave events using mouseover/out and event-time checks
629
+ // so that event delegation works in jQuery.
630
+ // Do the same for pointerenter/pointerleave and pointerover/pointerout
631
+ //
632
+ // Support: Safari 7 only
633
+ // Safari sends mouseenter too often; see:
634
+ // https://code.google.com/p/chromium/issues/detail?id=470258
635
+ // for the description of the bug (it existed in older Chrome versions as well).
636
+ jQuery.each( {
637
+ mouseenter: "mouseover",
638
+ mouseleave: "mouseout",
639
+ pointerenter: "pointerover",
640
+ pointerleave: "pointerout"
641
+ }, function( orig, fix ) {
642
+ jQuery.event.special[ orig ] = {
643
+ delegateType: fix,
644
+ bindType: fix,
645
+
646
+ handle: function( event ) {
647
+ var ret,
648
+ target = this,
649
+ related = event.relatedTarget,
650
+ handleObj = event.handleObj;
651
+
652
+ // For mouseenter/leave call the handler if related is outside the target.
653
+ // NB: No relatedTarget if the mouse left/entered the browser window
654
+ if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
655
+ event.type = handleObj.origType;
656
+ ret = handleObj.handler.apply( this, arguments );
657
+ event.type = fix;
658
+ }
659
+ return ret;
660
+ }
661
+ };
662
+ } );
663
+
664
+ jQuery.fn.extend( {
665
+ on: function( types, selector, data, fn ) {
666
+ return on( this, types, selector, data, fn );
667
+ },
668
+ one: function( types, selector, data, fn ) {
669
+ return on( this, types, selector, data, fn, 1 );
670
+ },
671
+ off: function( types, selector, fn ) {
672
+ var handleObj, type;
673
+ if ( types && types.preventDefault && types.handleObj ) {
674
+
675
+ // ( event ) dispatched jQuery.Event
676
+ handleObj = types.handleObj;
677
+ jQuery( types.delegateTarget ).off(
678
+ handleObj.namespace ?
679
+ handleObj.origType + "." + handleObj.namespace :
680
+ handleObj.origType,
681
+ handleObj.selector,
682
+ handleObj.handler
683
+ );
684
+ return this;
685
+ }
686
+ if ( typeof types === "object" ) {
687
+
688
+ // ( types-object [, selector] )
689
+ for ( type in types ) {
690
+ this.off( type, selector, types[ type ] );
691
+ }
692
+ return this;
693
+ }
694
+ if ( selector === false || typeof selector === "function" ) {
695
+
696
+ // ( types [, fn] )
697
+ fn = selector;
698
+ selector = undefined;
699
+ }
700
+ if ( fn === false ) {
701
+ fn = returnFalse;
702
+ }
703
+ return this.each( function() {
704
+ jQuery.event.remove( this, types, fn, selector );
705
+ } );
706
+ }
707
+ } );
708
+
709
+ return jQuery;
710
+ } );