postrest 0.0.3 → 0.0.5

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 (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,100 @@
1
+ define( [
2
+ "../core",
3
+ "./var/nonce",
4
+ "./var/rquery",
5
+ "../ajax"
6
+ ], function( jQuery, nonce, rquery ) {
7
+
8
+ var oldCallbacks = [],
9
+ rjsonp = /(=)\?(?=&|$)|\?\?/;
10
+
11
+ // Default jsonp settings
12
+ jQuery.ajaxSetup( {
13
+ jsonp: "callback",
14
+ jsonpCallback: function() {
15
+ var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
16
+ this[ callback ] = true;
17
+ return callback;
18
+ }
19
+ } );
20
+
21
+ // Detect, normalize options and install callbacks for jsonp requests
22
+ jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
23
+
24
+ var callbackName, overwritten, responseContainer,
25
+ jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?
26
+ "url" :
27
+ typeof s.data === "string" &&
28
+ ( s.contentType || "" )
29
+ .indexOf( "application/x-www-form-urlencoded" ) === 0 &&
30
+ rjsonp.test( s.data ) && "data"
31
+ );
32
+
33
+ // Handle iff the expected data type is "jsonp" or we have a parameter to set
34
+ if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) {
35
+
36
+ // Get callback name, remembering preexisting value associated with it
37
+ callbackName = s.jsonpCallback = jQuery.isFunction( s.jsonpCallback ) ?
38
+ s.jsonpCallback() :
39
+ s.jsonpCallback;
40
+
41
+ // Insert callback into url or form data
42
+ if ( jsonProp ) {
43
+ s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName );
44
+ } else if ( s.jsonp !== false ) {
45
+ s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName;
46
+ }
47
+
48
+ // Use data converter to retrieve json after script execution
49
+ s.converters[ "script json" ] = function() {
50
+ if ( !responseContainer ) {
51
+ jQuery.error( callbackName + " was not called" );
52
+ }
53
+ return responseContainer[ 0 ];
54
+ };
55
+
56
+ // Force json dataType
57
+ s.dataTypes[ 0 ] = "json";
58
+
59
+ // Install callback
60
+ overwritten = window[ callbackName ];
61
+ window[ callbackName ] = function() {
62
+ responseContainer = arguments;
63
+ };
64
+
65
+ // Clean-up function (fires after converters)
66
+ jqXHR.always( function() {
67
+
68
+ // If previous value didn't exist - remove it
69
+ if ( overwritten === undefined ) {
70
+ jQuery( window ).removeProp( callbackName );
71
+
72
+ // Otherwise restore preexisting value
73
+ } else {
74
+ window[ callbackName ] = overwritten;
75
+ }
76
+
77
+ // Save back as free
78
+ if ( s[ callbackName ] ) {
79
+
80
+ // Make sure that re-using the options doesn't screw things around
81
+ s.jsonpCallback = originalSettings.jsonpCallback;
82
+
83
+ // Save the callback name for future use
84
+ oldCallbacks.push( callbackName );
85
+ }
86
+
87
+ // Call if it was a function and we have a response
88
+ if ( responseContainer && jQuery.isFunction( overwritten ) ) {
89
+ overwritten( responseContainer[ 0 ] );
90
+ }
91
+
92
+ responseContainer = overwritten = undefined;
93
+ } );
94
+
95
+ // Delegate to script
96
+ return "script";
97
+ }
98
+ } );
99
+
100
+ } );
@@ -0,0 +1,83 @@
1
+ define( [
2
+ "../core",
3
+ "../core/parseHTML",
4
+ "../ajax",
5
+ "../traversing",
6
+ "../manipulation",
7
+ "../selector",
8
+
9
+ // Optional event/alias dependency
10
+ "../event/alias"
11
+ ], function( jQuery ) {
12
+
13
+ // Keep a copy of the old load method
14
+ var _load = jQuery.fn.load;
15
+
16
+ /**
17
+ * Load a url into a page
18
+ */
19
+ jQuery.fn.load = function( url, params, callback ) {
20
+ if ( typeof url !== "string" && _load ) {
21
+ return _load.apply( this, arguments );
22
+ }
23
+
24
+ var selector, type, response,
25
+ self = this,
26
+ off = url.indexOf( " " );
27
+
28
+ if ( off > -1 ) {
29
+ selector = jQuery.trim( url.slice( off ) );
30
+ url = url.slice( 0, off );
31
+ }
32
+
33
+ // If it's a function
34
+ if ( jQuery.isFunction( params ) ) {
35
+
36
+ // We assume that it's the callback
37
+ callback = params;
38
+ params = undefined;
39
+
40
+ // Otherwise, build a param string
41
+ } else if ( params && typeof params === "object" ) {
42
+ type = "POST";
43
+ }
44
+
45
+ // If we have elements to modify, make the request
46
+ if ( self.length > 0 ) {
47
+ jQuery.ajax( {
48
+ url: url,
49
+
50
+ // If "type" variable is undefined, then "GET" method will be used.
51
+ // Make value of this field explicit since
52
+ // user can override it through ajaxSetup method
53
+ type: type || "GET",
54
+ dataType: "html",
55
+ data: params
56
+ } ).done( function( responseText ) {
57
+
58
+ // Save response for use in complete callback
59
+ response = arguments;
60
+
61
+ self.html( selector ?
62
+
63
+ // If a selector was specified, locate the right elements in a dummy div
64
+ // Exclude scripts to avoid IE 'Permission Denied' errors
65
+ jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :
66
+
67
+ // Otherwise use the full result
68
+ responseText );
69
+
70
+ // If the request succeeds, this function gets "data", "status", "jqXHR"
71
+ // but they are ignored because response was set above.
72
+ // If it fails, this function gets "jqXHR", "status", "error"
73
+ } ).always( callback && function( jqXHR, status ) {
74
+ self.each( function() {
75
+ callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
76
+ } );
77
+ } );
78
+ }
79
+
80
+ return this;
81
+ };
82
+
83
+ } );
@@ -0,0 +1,13 @@
1
+ define( [
2
+ "../core"
3
+ ], function( jQuery ) {
4
+
5
+ // Support: Android 2.3
6
+ // Workaround failure to string-cast null input
7
+ jQuery.parseJSON = function( data ) {
8
+ return JSON.parse( data + "" );
9
+ };
10
+
11
+ return jQuery.parseJSON;
12
+
13
+ } );
@@ -0,0 +1,27 @@
1
+ define( [
2
+ "../core"
3
+ ], function( jQuery ) {
4
+
5
+ // Cross-browser xml parsing
6
+ jQuery.parseXML = function( data ) {
7
+ var xml;
8
+ if ( !data || typeof data !== "string" ) {
9
+ return null;
10
+ }
11
+
12
+ // Support: IE9
13
+ try {
14
+ xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" );
15
+ } catch ( e ) {
16
+ xml = undefined;
17
+ }
18
+
19
+ if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) {
20
+ jQuery.error( "Invalid XML: " + data );
21
+ }
22
+ return xml;
23
+ };
24
+
25
+ return jQuery.parseXML;
26
+
27
+ } );
@@ -0,0 +1,68 @@
1
+ define( [
2
+ "../core",
3
+ "../var/document",
4
+ "../ajax"
5
+ ], function( jQuery, document ) {
6
+
7
+ // Install script dataType
8
+ jQuery.ajaxSetup( {
9
+ accepts: {
10
+ script: "text/javascript, application/javascript, " +
11
+ "application/ecmascript, application/x-ecmascript"
12
+ },
13
+ contents: {
14
+ script: /\b(?:java|ecma)script\b/
15
+ },
16
+ converters: {
17
+ "text script": function( text ) {
18
+ jQuery.globalEval( text );
19
+ return text;
20
+ }
21
+ }
22
+ } );
23
+
24
+ // Handle cache's special case and crossDomain
25
+ jQuery.ajaxPrefilter( "script", function( s ) {
26
+ if ( s.cache === undefined ) {
27
+ s.cache = false;
28
+ }
29
+ if ( s.crossDomain ) {
30
+ s.type = "GET";
31
+ }
32
+ } );
33
+
34
+ // Bind script tag hack transport
35
+ jQuery.ajaxTransport( "script", function( s ) {
36
+
37
+ // This transport only deals with cross domain requests
38
+ if ( s.crossDomain ) {
39
+ var script, callback;
40
+ return {
41
+ send: function( _, complete ) {
42
+ script = jQuery( "<script>" ).prop( {
43
+ charset: s.scriptCharset,
44
+ src: s.url
45
+ } ).on(
46
+ "load error",
47
+ callback = function( evt ) {
48
+ script.remove();
49
+ callback = null;
50
+ if ( evt ) {
51
+ complete( evt.type === "error" ? 404 : 200, evt.type );
52
+ }
53
+ }
54
+ );
55
+
56
+ // Use native DOM manipulation to avoid our domManip AJAX trickery
57
+ document.head.appendChild( script[ 0 ] );
58
+ },
59
+ abort: function() {
60
+ if ( callback ) {
61
+ callback();
62
+ }
63
+ }
64
+ };
65
+ }
66
+ } );
67
+
68
+ } );
@@ -0,0 +1,3 @@
1
+ define( function() {
2
+ return window.location;
3
+ } );
@@ -0,0 +1,5 @@
1
+ define( [
2
+ "../../core"
3
+ ], function( jQuery ) {
4
+ return jQuery.now();
5
+ } );
@@ -0,0 +1,3 @@
1
+ define( function() {
2
+ return ( /\?/ );
3
+ } );
@@ -0,0 +1,167 @@
1
+ define( [
2
+ "../core",
3
+ "../var/support",
4
+ "../ajax"
5
+ ], function( jQuery, support ) {
6
+
7
+ jQuery.ajaxSettings.xhr = function() {
8
+ try {
9
+ return new window.XMLHttpRequest();
10
+ } catch ( e ) {}
11
+ };
12
+
13
+ var xhrSuccessStatus = {
14
+
15
+ // File protocol always yields status code 0, assume 200
16
+ 0: 200,
17
+
18
+ // Support: IE9
19
+ // #1450: sometimes IE returns 1223 when it should be 204
20
+ 1223: 204
21
+ },
22
+ xhrSupported = jQuery.ajaxSettings.xhr();
23
+
24
+ support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported );
25
+ support.ajax = xhrSupported = !!xhrSupported;
26
+
27
+ jQuery.ajaxTransport( function( options ) {
28
+ var callback, errorCallback;
29
+
30
+ // Cross domain only allowed if supported through XMLHttpRequest
31
+ if ( support.cors || xhrSupported && !options.crossDomain ) {
32
+ return {
33
+ send: function( headers, complete ) {
34
+ var i,
35
+ xhr = options.xhr();
36
+
37
+ xhr.open(
38
+ options.type,
39
+ options.url,
40
+ options.async,
41
+ options.username,
42
+ options.password
43
+ );
44
+
45
+ // Apply custom fields if provided
46
+ if ( options.xhrFields ) {
47
+ for ( i in options.xhrFields ) {
48
+ xhr[ i ] = options.xhrFields[ i ];
49
+ }
50
+ }
51
+
52
+ // Override mime type if needed
53
+ if ( options.mimeType && xhr.overrideMimeType ) {
54
+ xhr.overrideMimeType( options.mimeType );
55
+ }
56
+
57
+ // X-Requested-With header
58
+ // For cross-domain requests, seeing as conditions for a preflight are
59
+ // akin to a jigsaw puzzle, we simply never set it to be sure.
60
+ // (it can always be set on a per-request basis or even using ajaxSetup)
61
+ // For same-domain requests, won't change header if already provided.
62
+ if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) {
63
+ headers[ "X-Requested-With" ] = "XMLHttpRequest";
64
+ }
65
+
66
+ // Set headers
67
+ for ( i in headers ) {
68
+ xhr.setRequestHeader( i, headers[ i ] );
69
+ }
70
+
71
+ // Callback
72
+ callback = function( type ) {
73
+ return function() {
74
+ if ( callback ) {
75
+ callback = errorCallback = xhr.onload =
76
+ xhr.onerror = xhr.onabort = xhr.onreadystatechange = null;
77
+
78
+ if ( type === "abort" ) {
79
+ xhr.abort();
80
+ } else if ( type === "error" ) {
81
+
82
+ // Support: IE9
83
+ // On a manual native abort, IE9 throws
84
+ // errors on any property access that is not readyState
85
+ if ( typeof xhr.status !== "number" ) {
86
+ complete( 0, "error" );
87
+ } else {
88
+ complete(
89
+
90
+ // File: protocol always yields status 0; see #8605, #14207
91
+ xhr.status,
92
+ xhr.statusText
93
+ );
94
+ }
95
+ } else {
96
+ complete(
97
+ xhrSuccessStatus[ xhr.status ] || xhr.status,
98
+ xhr.statusText,
99
+
100
+ // Support: IE9 only
101
+ // IE9 has no XHR2 but throws on binary (trac-11426)
102
+ // For XHR2 non-text, let the caller handle it (gh-2498)
103
+ ( xhr.responseType || "text" ) !== "text" ||
104
+ typeof xhr.responseText !== "string" ?
105
+ { binary: xhr.response } :
106
+ { text: xhr.responseText },
107
+ xhr.getAllResponseHeaders()
108
+ );
109
+ }
110
+ }
111
+ };
112
+ };
113
+
114
+ // Listen to events
115
+ xhr.onload = callback();
116
+ errorCallback = xhr.onerror = callback( "error" );
117
+
118
+ // Support: IE9
119
+ // Use onreadystatechange to replace onabort
120
+ // to handle uncaught aborts
121
+ if ( xhr.onabort !== undefined ) {
122
+ xhr.onabort = errorCallback;
123
+ } else {
124
+ xhr.onreadystatechange = function() {
125
+
126
+ // Check readyState before timeout as it changes
127
+ if ( xhr.readyState === 4 ) {
128
+
129
+ // Allow onerror to be called first,
130
+ // but that will not handle a native abort
131
+ // Also, save errorCallback to a variable
132
+ // as xhr.onerror cannot be accessed
133
+ window.setTimeout( function() {
134
+ if ( callback ) {
135
+ errorCallback();
136
+ }
137
+ } );
138
+ }
139
+ };
140
+ }
141
+
142
+ // Create the abort callback
143
+ callback = callback( "abort" );
144
+
145
+ try {
146
+
147
+ // Do send the request (this may raise an exception)
148
+ xhr.send( options.hasContent && options.data || null );
149
+ } catch ( e ) {
150
+
151
+ // #14683: Only rethrow if this hasn't been notified as an error yet
152
+ if ( callback ) {
153
+ throw e;
154
+ }
155
+ }
156
+ },
157
+
158
+ abort: function() {
159
+ if ( callback ) {
160
+ callback();
161
+ }
162
+ }
163
+ };
164
+ }
165
+ } );
166
+
167
+ } );