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,14 @@
1
+ define( [
2
+ "../var/document"
3
+ ], function( document ) {
4
+ function DOMEval( code, doc ) {
5
+ doc = doc || document;
6
+
7
+ var script = doc.createElement( "script" );
8
+
9
+ script.text = code;
10
+ doc.head.appendChild( script ).parentNode.removeChild( script );
11
+ }
12
+
13
+ return DOMEval;
14
+ } );
@@ -0,0 +1,65 @@
1
+ define( [
2
+ "../core"
3
+ ], function( jQuery ) {
4
+
5
+ // Multifunctional method to get and set values of a collection
6
+ // The value/s can optionally be executed if it's a function
7
+ var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
8
+ var i = 0,
9
+ len = elems.length,
10
+ bulk = key == null;
11
+
12
+ // Sets many values
13
+ if ( jQuery.type( key ) === "object" ) {
14
+ chainable = true;
15
+ for ( i in key ) {
16
+ access( elems, fn, i, key[ i ], true, emptyGet, raw );
17
+ }
18
+
19
+ // Sets one value
20
+ } else if ( value !== undefined ) {
21
+ chainable = true;
22
+
23
+ if ( !jQuery.isFunction( value ) ) {
24
+ raw = true;
25
+ }
26
+
27
+ if ( bulk ) {
28
+
29
+ // Bulk operations run against the entire set
30
+ if ( raw ) {
31
+ fn.call( elems, value );
32
+ fn = null;
33
+
34
+ // ...except when executing function values
35
+ } else {
36
+ bulk = fn;
37
+ fn = function( elem, key, value ) {
38
+ return bulk.call( jQuery( elem ), value );
39
+ };
40
+ }
41
+ }
42
+
43
+ if ( fn ) {
44
+ for ( ; i < len; i++ ) {
45
+ fn(
46
+ elems[ i ], key, raw ?
47
+ value :
48
+ value.call( elems[ i ], i, fn( elems[ i ], key ) )
49
+ );
50
+ }
51
+ }
52
+ }
53
+
54
+ return chainable ?
55
+ elems :
56
+
57
+ // Gets
58
+ bulk ?
59
+ fn.call( elems ) :
60
+ len ? fn( elems[ 0 ], key ) : emptyGet;
61
+ };
62
+
63
+ return access;
64
+
65
+ } );
@@ -0,0 +1,134 @@
1
+ // Initialize a jQuery object
2
+ define( [
3
+ "../core",
4
+ "../var/document",
5
+ "./var/rsingleTag",
6
+ "../traversing/findFilter"
7
+ ], function( jQuery, document, rsingleTag ) {
8
+
9
+ // A central reference to the root jQuery(document)
10
+ var rootjQuery,
11
+
12
+ // A simple way to check for HTML strings
13
+ // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
14
+ // Strict HTML recognition (#11290: must start with <)
15
+ rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,
16
+
17
+ init = jQuery.fn.init = function( selector, context, root ) {
18
+ var match, elem;
19
+
20
+ // HANDLE: $(""), $(null), $(undefined), $(false)
21
+ if ( !selector ) {
22
+ return this;
23
+ }
24
+
25
+ // Method init() accepts an alternate rootjQuery
26
+ // so migrate can support jQuery.sub (gh-2101)
27
+ root = root || rootjQuery;
28
+
29
+ // Handle HTML strings
30
+ if ( typeof selector === "string" ) {
31
+ if ( selector[ 0 ] === "<" &&
32
+ selector[ selector.length - 1 ] === ">" &&
33
+ selector.length >= 3 ) {
34
+
35
+ // Assume that strings that start and end with <> are HTML and skip the regex check
36
+ match = [ null, selector, null ];
37
+
38
+ } else {
39
+ match = rquickExpr.exec( selector );
40
+ }
41
+
42
+ // Match html or make sure no context is specified for #id
43
+ if ( match && ( match[ 1 ] || !context ) ) {
44
+
45
+ // HANDLE: $(html) -> $(array)
46
+ if ( match[ 1 ] ) {
47
+ context = context instanceof jQuery ? context[ 0 ] : context;
48
+
49
+ // Option to run scripts is true for back-compat
50
+ // Intentionally let the error be thrown if parseHTML is not present
51
+ jQuery.merge( this, jQuery.parseHTML(
52
+ match[ 1 ],
53
+ context && context.nodeType ? context.ownerDocument || context : document,
54
+ true
55
+ ) );
56
+
57
+ // HANDLE: $(html, props)
58
+ if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {
59
+ for ( match in context ) {
60
+
61
+ // Properties of context are called as methods if possible
62
+ if ( jQuery.isFunction( this[ match ] ) ) {
63
+ this[ match ]( context[ match ] );
64
+
65
+ // ...and otherwise set as attributes
66
+ } else {
67
+ this.attr( match, context[ match ] );
68
+ }
69
+ }
70
+ }
71
+
72
+ return this;
73
+
74
+ // HANDLE: $(#id)
75
+ } else {
76
+ elem = document.getElementById( match[ 2 ] );
77
+
78
+ // Support: Blackberry 4.6
79
+ // gEBID returns nodes no longer in the document (#6963)
80
+ if ( elem && elem.parentNode ) {
81
+
82
+ // Inject the element directly into the jQuery object
83
+ this.length = 1;
84
+ this[ 0 ] = elem;
85
+ }
86
+
87
+ this.context = document;
88
+ this.selector = selector;
89
+ return this;
90
+ }
91
+
92
+ // HANDLE: $(expr, $(...))
93
+ } else if ( !context || context.jquery ) {
94
+ return ( context || root ).find( selector );
95
+
96
+ // HANDLE: $(expr, context)
97
+ // (which is just equivalent to: $(context).find(expr)
98
+ } else {
99
+ return this.constructor( context ).find( selector );
100
+ }
101
+
102
+ // HANDLE: $(DOMElement)
103
+ } else if ( selector.nodeType ) {
104
+ this.context = this[ 0 ] = selector;
105
+ this.length = 1;
106
+ return this;
107
+
108
+ // HANDLE: $(function)
109
+ // Shortcut for document ready
110
+ } else if ( jQuery.isFunction( selector ) ) {
111
+ return root.ready !== undefined ?
112
+ root.ready( selector ) :
113
+
114
+ // Execute immediately if ready is not present
115
+ selector( jQuery );
116
+ }
117
+
118
+ if ( selector.selector !== undefined ) {
119
+ this.selector = selector.selector;
120
+ this.context = selector.context;
121
+ }
122
+
123
+ return jQuery.makeArray( selector, this );
124
+ };
125
+
126
+ // Give the init function the jQuery prototype for later instantiation
127
+ init.prototype = jQuery.fn;
128
+
129
+ // Initialize central reference
130
+ rootjQuery = jQuery( document );
131
+
132
+ return init;
133
+
134
+ } );
@@ -0,0 +1,41 @@
1
+ define( [
2
+ "../core",
3
+ "../var/document",
4
+ "./var/rsingleTag",
5
+ "../manipulation/buildFragment"
6
+ ], function( jQuery, document, rsingleTag, buildFragment ) {
7
+
8
+ // Argument "data" should be string of html
9
+ // context (optional): If specified, the fragment will be created in this context,
10
+ // defaults to document
11
+ // keepScripts (optional): If true, will include scripts passed in the html string
12
+ jQuery.parseHTML = function( data, context, keepScripts ) {
13
+ if ( !data || typeof data !== "string" ) {
14
+ return null;
15
+ }
16
+ if ( typeof context === "boolean" ) {
17
+ keepScripts = context;
18
+ context = false;
19
+ }
20
+ context = context || document;
21
+
22
+ var parsed = rsingleTag.exec( data ),
23
+ scripts = !keepScripts && [];
24
+
25
+ // Single tag
26
+ if ( parsed ) {
27
+ return [ context.createElement( parsed[ 1 ] ) ];
28
+ }
29
+
30
+ parsed = buildFragment( [ data ], context, scripts );
31
+
32
+ if ( scripts && scripts.length ) {
33
+ jQuery( scripts ).remove();
34
+ }
35
+
36
+ return jQuery.merge( [], parsed.childNodes );
37
+ };
38
+
39
+ return jQuery.parseHTML;
40
+
41
+ } );
@@ -0,0 +1,103 @@
1
+ define( [
2
+ "../core",
3
+ "../var/document",
4
+ "../core/init",
5
+ "../deferred"
6
+ ], function( jQuery, document ) {
7
+
8
+ // The deferred used on DOM ready
9
+ var readyList;
10
+
11
+ jQuery.fn.ready = function( fn ) {
12
+
13
+ // Add the callback
14
+ jQuery.ready.promise().done( fn );
15
+
16
+ return this;
17
+ };
18
+
19
+ jQuery.extend( {
20
+
21
+ // Is the DOM ready to be used? Set to true once it occurs.
22
+ isReady: false,
23
+
24
+ // A counter to track how many items to wait for before
25
+ // the ready event fires. See #6781
26
+ readyWait: 1,
27
+
28
+ // Hold (or release) the ready event
29
+ holdReady: function( hold ) {
30
+ if ( hold ) {
31
+ jQuery.readyWait++;
32
+ } else {
33
+ jQuery.ready( true );
34
+ }
35
+ },
36
+
37
+ // Handle when the DOM is ready
38
+ ready: function( wait ) {
39
+
40
+ // Abort if there are pending holds or we're already ready
41
+ if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
42
+ return;
43
+ }
44
+
45
+ // Remember that the DOM is ready
46
+ jQuery.isReady = true;
47
+
48
+ // If a normal DOM Ready event fired, decrement, and wait if need be
49
+ if ( wait !== true && --jQuery.readyWait > 0 ) {
50
+ return;
51
+ }
52
+
53
+ // If there are functions bound, to execute
54
+ readyList.resolveWith( document, [ jQuery ] );
55
+
56
+ // Trigger any bound ready events
57
+ if ( jQuery.fn.triggerHandler ) {
58
+ jQuery( document ).triggerHandler( "ready" );
59
+ jQuery( document ).off( "ready" );
60
+ }
61
+ }
62
+ } );
63
+
64
+ /**
65
+ * The ready event handler and self cleanup method
66
+ */
67
+ function completed() {
68
+ document.removeEventListener( "DOMContentLoaded", completed );
69
+ window.removeEventListener( "load", completed );
70
+ jQuery.ready();
71
+ }
72
+
73
+ jQuery.ready.promise = function( obj ) {
74
+ if ( !readyList ) {
75
+
76
+ readyList = jQuery.Deferred();
77
+
78
+ // Catch cases where $(document).ready() is called
79
+ // after the browser event has already occurred.
80
+ // Support: IE9-10 only
81
+ // Older IE sometimes signals "interactive" too soon
82
+ if ( document.readyState === "complete" ||
83
+ ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
84
+
85
+ // Handle it asynchronously to allow scripts the opportunity to delay ready
86
+ window.setTimeout( jQuery.ready );
87
+
88
+ } else {
89
+
90
+ // Use the handy event callback
91
+ document.addEventListener( "DOMContentLoaded", completed );
92
+
93
+ // A fallback to window.onload, that will always work
94
+ window.addEventListener( "load", completed );
95
+ }
96
+ }
97
+ return readyList.promise( obj );
98
+ };
99
+
100
+ // Kick off the DOM ready check even if the user does not
101
+ jQuery.ready.promise();
102
+
103
+ } );
@@ -0,0 +1,18 @@
1
+ define( [
2
+ "../var/document",
3
+ "../var/support"
4
+ ], function( document, support ) {
5
+
6
+ // Support: Safari 8+
7
+ // In Safari 8 documents created via document.implementation.createHTMLDocument
8
+ // collapse sibling forms: the second one becomes a child of the first one.
9
+ // Because of that, this security measure has to be disabled in Safari 8.
10
+ // https://bugs.webkit.org/show_bug.cgi?id=137337
11
+ support.createHTMLDocument = ( function() {
12
+ var body = document.implementation.createHTMLDocument( "" ).body;
13
+ body.innerHTML = "<form></form><form></form>";
14
+ return body.childNodes.length === 2;
15
+ } )();
16
+
17
+ return support;
18
+ } );
@@ -0,0 +1,5 @@
1
+ define( function() {
2
+
3
+ // Match a standalone tag
4
+ return ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
5
+ } );
@@ -0,0 +1,515 @@
1
+ define( [
2
+ "./core",
3
+ "./var/pnum",
4
+ "./core/access",
5
+ "./css/var/rmargin",
6
+ "./var/document",
7
+ "./var/rcssNum",
8
+ "./css/var/rnumnonpx",
9
+ "./css/var/cssExpand",
10
+ "./css/var/isHidden",
11
+ "./css/var/getStyles",
12
+ "./css/var/swap",
13
+ "./css/curCSS",
14
+ "./css/adjustCSS",
15
+ "./css/defaultDisplay",
16
+ "./css/addGetHookIf",
17
+ "./css/support",
18
+ "./data/var/dataPriv",
19
+
20
+ "./core/init",
21
+ "./core/ready",
22
+ "./selector" // contains
23
+ ], function( jQuery, pnum, access, rmargin, document, rcssNum, rnumnonpx, cssExpand, isHidden,
24
+ getStyles, swap, curCSS, adjustCSS, defaultDisplay, addGetHookIf, support, dataPriv ) {
25
+
26
+ var
27
+
28
+ // Swappable if display is none or starts with table
29
+ // except "table", "table-cell", or "table-caption"
30
+ // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
31
+ rdisplayswap = /^(none|table(?!-c[ea]).+)/,
32
+
33
+ cssShow = { position: "absolute", visibility: "hidden", display: "block" },
34
+ cssNormalTransform = {
35
+ letterSpacing: "0",
36
+ fontWeight: "400"
37
+ },
38
+
39
+ cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
40
+ emptyStyle = document.createElement( "div" ).style;
41
+
42
+ // Return a css property mapped to a potentially vendor prefixed property
43
+ function vendorPropName( name ) {
44
+
45
+ // Shortcut for names that are not vendor prefixed
46
+ if ( name in emptyStyle ) {
47
+ return name;
48
+ }
49
+
50
+ // Check for vendor prefixed names
51
+ var capName = name[ 0 ].toUpperCase() + name.slice( 1 ),
52
+ i = cssPrefixes.length;
53
+
54
+ while ( i-- ) {
55
+ name = cssPrefixes[ i ] + capName;
56
+ if ( name in emptyStyle ) {
57
+ return name;
58
+ }
59
+ }
60
+ }
61
+
62
+ function setPositiveNumber( elem, value, subtract ) {
63
+
64
+ // Any relative (+/-) values have already been
65
+ // normalized at this point
66
+ var matches = rcssNum.exec( value );
67
+ return matches ?
68
+
69
+ // Guard against undefined "subtract", e.g., when used as in cssHooks
70
+ Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) :
71
+ value;
72
+ }
73
+
74
+ function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
75
+ var i = extra === ( isBorderBox ? "border" : "content" ) ?
76
+
77
+ // If we already have the right measurement, avoid augmentation
78
+ 4 :
79
+
80
+ // Otherwise initialize for horizontal or vertical properties
81
+ name === "width" ? 1 : 0,
82
+
83
+ val = 0;
84
+
85
+ for ( ; i < 4; i += 2 ) {
86
+
87
+ // Both box models exclude margin, so add it if we want it
88
+ if ( extra === "margin" ) {
89
+ val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
90
+ }
91
+
92
+ if ( isBorderBox ) {
93
+
94
+ // border-box includes padding, so remove it if we want content
95
+ if ( extra === "content" ) {
96
+ val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
97
+ }
98
+
99
+ // At this point, extra isn't border nor margin, so remove border
100
+ if ( extra !== "margin" ) {
101
+ val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
102
+ }
103
+ } else {
104
+
105
+ // At this point, extra isn't content, so add padding
106
+ val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
107
+
108
+ // At this point, extra isn't content nor padding, so add border
109
+ if ( extra !== "padding" ) {
110
+ val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
111
+ }
112
+ }
113
+ }
114
+
115
+ return val;
116
+ }
117
+
118
+ function getWidthOrHeight( elem, name, extra ) {
119
+
120
+ // Start with offset property, which is equivalent to the border-box value
121
+ var valueIsBorderBox = true,
122
+ val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
123
+ styles = getStyles( elem ),
124
+ isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
125
+
126
+ // Support: IE11 only
127
+ // In IE 11 fullscreen elements inside of an iframe have
128
+ // 100x too small dimensions (gh-1764).
129
+ if ( document.msFullscreenElement && window.top !== window ) {
130
+
131
+ // Support: IE11 only
132
+ // Running getBoundingClientRect on a disconnected node
133
+ // in IE throws an error.
134
+ if ( elem.getClientRects().length ) {
135
+ val = Math.round( elem.getBoundingClientRect()[ name ] * 100 );
136
+ }
137
+ }
138
+
139
+ // Some non-html elements return undefined for offsetWidth, so check for null/undefined
140
+ // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
141
+ // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
142
+ if ( val <= 0 || val == null ) {
143
+
144
+ // Fall back to computed then uncomputed css if necessary
145
+ val = curCSS( elem, name, styles );
146
+ if ( val < 0 || val == null ) {
147
+ val = elem.style[ name ];
148
+ }
149
+
150
+ // Computed unit is not pixels. Stop here and return.
151
+ if ( rnumnonpx.test( val ) ) {
152
+ return val;
153
+ }
154
+
155
+ // Check for style in case a browser which returns unreliable values
156
+ // for getComputedStyle silently falls back to the reliable elem.style
157
+ valueIsBorderBox = isBorderBox &&
158
+ ( support.boxSizingReliable() || val === elem.style[ name ] );
159
+
160
+ // Normalize "", auto, and prepare for extra
161
+ val = parseFloat( val ) || 0;
162
+ }
163
+
164
+ // Use the active box-sizing model to add/subtract irrelevant styles
165
+ return ( val +
166
+ augmentWidthOrHeight(
167
+ elem,
168
+ name,
169
+ extra || ( isBorderBox ? "border" : "content" ),
170
+ valueIsBorderBox,
171
+ styles
172
+ )
173
+ ) + "px";
174
+ }
175
+
176
+ function showHide( elements, show ) {
177
+ var display, elem, hidden,
178
+ values = [],
179
+ index = 0,
180
+ length = elements.length;
181
+
182
+ for ( ; index < length; index++ ) {
183
+ elem = elements[ index ];
184
+ if ( !elem.style ) {
185
+ continue;
186
+ }
187
+
188
+ values[ index ] = dataPriv.get( elem, "olddisplay" );
189
+ display = elem.style.display;
190
+ if ( show ) {
191
+
192
+ // Reset the inline display of this element to learn if it is
193
+ // being hidden by cascaded rules or not
194
+ if ( !values[ index ] && display === "none" ) {
195
+ elem.style.display = "";
196
+ }
197
+
198
+ // Set elements which have been overridden with display: none
199
+ // in a stylesheet to whatever the default browser style is
200
+ // for such an element
201
+ if ( elem.style.display === "" && isHidden( elem ) ) {
202
+ values[ index ] = dataPriv.access(
203
+ elem,
204
+ "olddisplay",
205
+ defaultDisplay( elem.nodeName )
206
+ );
207
+ }
208
+ } else {
209
+ hidden = isHidden( elem );
210
+
211
+ if ( display !== "none" || !hidden ) {
212
+ dataPriv.set(
213
+ elem,
214
+ "olddisplay",
215
+ hidden ? display : jQuery.css( elem, "display" )
216
+ );
217
+ }
218
+ }
219
+ }
220
+
221
+ // Set the display of most of the elements in a second loop
222
+ // to avoid the constant reflow
223
+ for ( index = 0; index < length; index++ ) {
224
+ elem = elements[ index ];
225
+ if ( !elem.style ) {
226
+ continue;
227
+ }
228
+ if ( !show || elem.style.display === "none" || elem.style.display === "" ) {
229
+ elem.style.display = show ? values[ index ] || "" : "none";
230
+ }
231
+ }
232
+
233
+ return elements;
234
+ }
235
+
236
+ jQuery.extend( {
237
+
238
+ // Add in style property hooks for overriding the default
239
+ // behavior of getting and setting a style property
240
+ cssHooks: {
241
+ opacity: {
242
+ get: function( elem, computed ) {
243
+ if ( computed ) {
244
+
245
+ // We should always get a number back from opacity
246
+ var ret = curCSS( elem, "opacity" );
247
+ return ret === "" ? "1" : ret;
248
+ }
249
+ }
250
+ }
251
+ },
252
+
253
+ // Don't automatically add "px" to these possibly-unitless properties
254
+ cssNumber: {
255
+ "animationIterationCount": true,
256
+ "columnCount": true,
257
+ "fillOpacity": true,
258
+ "flexGrow": true,
259
+ "flexShrink": true,
260
+ "fontWeight": true,
261
+ "lineHeight": true,
262
+ "opacity": true,
263
+ "order": true,
264
+ "orphans": true,
265
+ "widows": true,
266
+ "zIndex": true,
267
+ "zoom": true
268
+ },
269
+
270
+ // Add in properties whose names you wish to fix before
271
+ // setting or getting the value
272
+ cssProps: {
273
+ "float": "cssFloat"
274
+ },
275
+
276
+ // Get and set the style property on a DOM Node
277
+ style: function( elem, name, value, extra ) {
278
+
279
+ // Don't set styles on text and comment nodes
280
+ if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
281
+ return;
282
+ }
283
+
284
+ // Make sure that we're working with the right name
285
+ var ret, type, hooks,
286
+ origName = jQuery.camelCase( name ),
287
+ style = elem.style;
288
+
289
+ name = jQuery.cssProps[ origName ] ||
290
+ ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName );
291
+
292
+ // Gets hook for the prefixed version, then unprefixed version
293
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
294
+
295
+ // Check if we're setting a value
296
+ if ( value !== undefined ) {
297
+ type = typeof value;
298
+
299
+ // Convert "+=" or "-=" to relative numbers (#7345)
300
+ if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
301
+ value = adjustCSS( elem, name, ret );
302
+
303
+ // Fixes bug #9237
304
+ type = "number";
305
+ }
306
+
307
+ // Make sure that null and NaN values aren't set (#7116)
308
+ if ( value == null || value !== value ) {
309
+ return;
310
+ }
311
+
312
+ // If a number was passed in, add the unit (except for certain CSS properties)
313
+ if ( type === "number" ) {
314
+ value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
315
+ }
316
+
317
+ // Support: IE9-11+
318
+ // background-* props affect original clone's values
319
+ if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
320
+ style[ name ] = "inherit";
321
+ }
322
+
323
+ // If a hook was provided, use that value, otherwise just set the specified value
324
+ if ( !hooks || !( "set" in hooks ) ||
325
+ ( value = hooks.set( elem, value, extra ) ) !== undefined ) {
326
+
327
+ style[ name ] = value;
328
+ }
329
+
330
+ } else {
331
+
332
+ // If a hook was provided get the non-computed value from there
333
+ if ( hooks && "get" in hooks &&
334
+ ( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
335
+
336
+ return ret;
337
+ }
338
+
339
+ // Otherwise just get the value from the style object
340
+ return style[ name ];
341
+ }
342
+ },
343
+
344
+ css: function( elem, name, extra, styles ) {
345
+ var val, num, hooks,
346
+ origName = jQuery.camelCase( name );
347
+
348
+ // Make sure that we're working with the right name
349
+ name = jQuery.cssProps[ origName ] ||
350
+ ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName );
351
+
352
+ // Try prefixed name followed by the unprefixed name
353
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
354
+
355
+ // If a hook was provided get the computed value from there
356
+ if ( hooks && "get" in hooks ) {
357
+ val = hooks.get( elem, true, extra );
358
+ }
359
+
360
+ // Otherwise, if a way to get the computed value exists, use that
361
+ if ( val === undefined ) {
362
+ val = curCSS( elem, name, styles );
363
+ }
364
+
365
+ // Convert "normal" to computed value
366
+ if ( val === "normal" && name in cssNormalTransform ) {
367
+ val = cssNormalTransform[ name ];
368
+ }
369
+
370
+ // Make numeric if forced or a qualifier was provided and val looks numeric
371
+ if ( extra === "" || extra ) {
372
+ num = parseFloat( val );
373
+ return extra === true || isFinite( num ) ? num || 0 : val;
374
+ }
375
+ return val;
376
+ }
377
+ } );
378
+
379
+ jQuery.each( [ "height", "width" ], function( i, name ) {
380
+ jQuery.cssHooks[ name ] = {
381
+ get: function( elem, computed, extra ) {
382
+ if ( computed ) {
383
+
384
+ // Certain elements can have dimension info if we invisibly show them
385
+ // but it must have a current display style that would benefit
386
+ return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
387
+ elem.offsetWidth === 0 ?
388
+ swap( elem, cssShow, function() {
389
+ return getWidthOrHeight( elem, name, extra );
390
+ } ) :
391
+ getWidthOrHeight( elem, name, extra );
392
+ }
393
+ },
394
+
395
+ set: function( elem, value, extra ) {
396
+ var matches,
397
+ styles = extra && getStyles( elem ),
398
+ subtract = extra && augmentWidthOrHeight(
399
+ elem,
400
+ name,
401
+ extra,
402
+ jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
403
+ styles
404
+ );
405
+
406
+ // Convert to pixels if value adjustment is needed
407
+ if ( subtract && ( matches = rcssNum.exec( value ) ) &&
408
+ ( matches[ 3 ] || "px" ) !== "px" ) {
409
+
410
+ elem.style[ name ] = value;
411
+ value = jQuery.css( elem, name );
412
+ }
413
+
414
+ return setPositiveNumber( elem, value, subtract );
415
+ }
416
+ };
417
+ } );
418
+
419
+ jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
420
+ function( elem, computed ) {
421
+ if ( computed ) {
422
+ return ( parseFloat( curCSS( elem, "marginLeft" ) ) ||
423
+ elem.getBoundingClientRect().left -
424
+ swap( elem, { marginLeft: 0 }, function() {
425
+ return elem.getBoundingClientRect().left;
426
+ } )
427
+ ) + "px";
428
+ }
429
+ }
430
+ );
431
+
432
+ // Support: Android 2.3
433
+ jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,
434
+ function( elem, computed ) {
435
+ if ( computed ) {
436
+ return swap( elem, { "display": "inline-block" },
437
+ curCSS, [ elem, "marginRight" ] );
438
+ }
439
+ }
440
+ );
441
+
442
+ // These hooks are used by animate to expand properties
443
+ jQuery.each( {
444
+ margin: "",
445
+ padding: "",
446
+ border: "Width"
447
+ }, function( prefix, suffix ) {
448
+ jQuery.cssHooks[ prefix + suffix ] = {
449
+ expand: function( value ) {
450
+ var i = 0,
451
+ expanded = {},
452
+
453
+ // Assumes a single number if not a string
454
+ parts = typeof value === "string" ? value.split( " " ) : [ value ];
455
+
456
+ for ( ; i < 4; i++ ) {
457
+ expanded[ prefix + cssExpand[ i ] + suffix ] =
458
+ parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
459
+ }
460
+
461
+ return expanded;
462
+ }
463
+ };
464
+
465
+ if ( !rmargin.test( prefix ) ) {
466
+ jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
467
+ }
468
+ } );
469
+
470
+ jQuery.fn.extend( {
471
+ css: function( name, value ) {
472
+ return access( this, function( elem, name, value ) {
473
+ var styles, len,
474
+ map = {},
475
+ i = 0;
476
+
477
+ if ( jQuery.isArray( name ) ) {
478
+ styles = getStyles( elem );
479
+ len = name.length;
480
+
481
+ for ( ; i < len; i++ ) {
482
+ map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
483
+ }
484
+
485
+ return map;
486
+ }
487
+
488
+ return value !== undefined ?
489
+ jQuery.style( elem, name, value ) :
490
+ jQuery.css( elem, name );
491
+ }, name, value, arguments.length > 1 );
492
+ },
493
+ show: function() {
494
+ return showHide( this, true );
495
+ },
496
+ hide: function() {
497
+ return showHide( this );
498
+ },
499
+ toggle: function( state ) {
500
+ if ( typeof state === "boolean" ) {
501
+ return state ? this.show() : this.hide();
502
+ }
503
+
504
+ return this.each( function() {
505
+ if ( isHidden( this ) ) {
506
+ jQuery( this ).show();
507
+ } else {
508
+ jQuery( this ).hide();
509
+ }
510
+ } );
511
+ }
512
+ } );
513
+
514
+ return jQuery;
515
+ } );