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,481 @@
1
+ define( [
2
+ "./core",
3
+ "./var/concat",
4
+ "./var/push",
5
+ "./core/access",
6
+ "./manipulation/var/rcheckableType",
7
+ "./manipulation/var/rtagName",
8
+ "./manipulation/var/rscriptType",
9
+ "./manipulation/wrapMap",
10
+ "./manipulation/getAll",
11
+ "./manipulation/setGlobalEval",
12
+ "./manipulation/buildFragment",
13
+ "./manipulation/support",
14
+
15
+ "./data/var/dataPriv",
16
+ "./data/var/dataUser",
17
+ "./data/var/acceptData",
18
+
19
+ "./core/init",
20
+ "./traversing",
21
+ "./selector",
22
+ "./event"
23
+ ], function( jQuery, concat, push, access,
24
+ rcheckableType, rtagName, rscriptType,
25
+ wrapMap, getAll, setGlobalEval, buildFragment, support,
26
+ dataPriv, dataUser, acceptData ) {
27
+
28
+ var
29
+ rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,
30
+
31
+ // Support: IE 10-11, Edge 10240+
32
+ // In IE/Edge using regex groups here causes severe slowdowns.
33
+ // See https://connect.microsoft.com/IE/feedback/details/1736512/
34
+ rnoInnerhtml = /<script|<style|<link/i,
35
+
36
+ // checked="checked" or checked
37
+ rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
38
+ rscriptTypeMasked = /^true\/(.*)/,
39
+ rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
40
+
41
+ // Manipulating tables requires a tbody
42
+ function manipulationTarget( elem, content ) {
43
+ return jQuery.nodeName( elem, "table" ) &&
44
+ jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ?
45
+
46
+ elem.getElementsByTagName( "tbody" )[ 0 ] ||
47
+ elem.appendChild( elem.ownerDocument.createElement( "tbody" ) ) :
48
+ elem;
49
+ }
50
+
51
+ // Replace/restore the type attribute of script elements for safe DOM manipulation
52
+ function disableScript( elem ) {
53
+ elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type;
54
+ return elem;
55
+ }
56
+ function restoreScript( elem ) {
57
+ var match = rscriptTypeMasked.exec( elem.type );
58
+
59
+ if ( match ) {
60
+ elem.type = match[ 1 ];
61
+ } else {
62
+ elem.removeAttribute( "type" );
63
+ }
64
+
65
+ return elem;
66
+ }
67
+
68
+ function cloneCopyEvent( src, dest ) {
69
+ var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events;
70
+
71
+ if ( dest.nodeType !== 1 ) {
72
+ return;
73
+ }
74
+
75
+ // 1. Copy private data: events, handlers, etc.
76
+ if ( dataPriv.hasData( src ) ) {
77
+ pdataOld = dataPriv.access( src );
78
+ pdataCur = dataPriv.set( dest, pdataOld );
79
+ events = pdataOld.events;
80
+
81
+ if ( events ) {
82
+ delete pdataCur.handle;
83
+ pdataCur.events = {};
84
+
85
+ for ( type in events ) {
86
+ for ( i = 0, l = events[ type ].length; i < l; i++ ) {
87
+ jQuery.event.add( dest, type, events[ type ][ i ] );
88
+ }
89
+ }
90
+ }
91
+ }
92
+
93
+ // 2. Copy user data
94
+ if ( dataUser.hasData( src ) ) {
95
+ udataOld = dataUser.access( src );
96
+ udataCur = jQuery.extend( {}, udataOld );
97
+
98
+ dataUser.set( dest, udataCur );
99
+ }
100
+ }
101
+
102
+ // Fix IE bugs, see support tests
103
+ function fixInput( src, dest ) {
104
+ var nodeName = dest.nodeName.toLowerCase();
105
+
106
+ // Fails to persist the checked state of a cloned checkbox or radio button.
107
+ if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
108
+ dest.checked = src.checked;
109
+
110
+ // Fails to return the selected option to the default selected state when cloning options
111
+ } else if ( nodeName === "input" || nodeName === "textarea" ) {
112
+ dest.defaultValue = src.defaultValue;
113
+ }
114
+ }
115
+
116
+ function domManip( collection, args, callback, ignored ) {
117
+
118
+ // Flatten any nested arrays
119
+ args = concat.apply( [], args );
120
+
121
+ var fragment, first, scripts, hasScripts, node, doc,
122
+ i = 0,
123
+ l = collection.length,
124
+ iNoClone = l - 1,
125
+ value = args[ 0 ],
126
+ isFunction = jQuery.isFunction( value );
127
+
128
+ // We can't cloneNode fragments that contain checked, in WebKit
129
+ if ( isFunction ||
130
+ ( l > 1 && typeof value === "string" &&
131
+ !support.checkClone && rchecked.test( value ) ) ) {
132
+ return collection.each( function( index ) {
133
+ var self = collection.eq( index );
134
+ if ( isFunction ) {
135
+ args[ 0 ] = value.call( this, index, self.html() );
136
+ }
137
+ domManip( self, args, callback, ignored );
138
+ } );
139
+ }
140
+
141
+ if ( l ) {
142
+ fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
143
+ first = fragment.firstChild;
144
+
145
+ if ( fragment.childNodes.length === 1 ) {
146
+ fragment = first;
147
+ }
148
+
149
+ // Require either new content or an interest in ignored elements to invoke the callback
150
+ if ( first || ignored ) {
151
+ scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
152
+ hasScripts = scripts.length;
153
+
154
+ // Use the original fragment for the last item
155
+ // instead of the first because it can end up
156
+ // being emptied incorrectly in certain situations (#8070).
157
+ for ( ; i < l; i++ ) {
158
+ node = fragment;
159
+
160
+ if ( i !== iNoClone ) {
161
+ node = jQuery.clone( node, true, true );
162
+
163
+ // Keep references to cloned scripts for later restoration
164
+ if ( hasScripts ) {
165
+
166
+ // Support: Android<4.1, PhantomJS<2
167
+ // push.apply(_, arraylike) throws on ancient WebKit
168
+ jQuery.merge( scripts, getAll( node, "script" ) );
169
+ }
170
+ }
171
+
172
+ callback.call( collection[ i ], node, i );
173
+ }
174
+
175
+ if ( hasScripts ) {
176
+ doc = scripts[ scripts.length - 1 ].ownerDocument;
177
+
178
+ // Reenable scripts
179
+ jQuery.map( scripts, restoreScript );
180
+
181
+ // Evaluate executable scripts on first document insertion
182
+ for ( i = 0; i < hasScripts; i++ ) {
183
+ node = scripts[ i ];
184
+ if ( rscriptType.test( node.type || "" ) &&
185
+ !dataPriv.access( node, "globalEval" ) &&
186
+ jQuery.contains( doc, node ) ) {
187
+
188
+ if ( node.src ) {
189
+
190
+ // Optional AJAX dependency, but won't run scripts if not present
191
+ if ( jQuery._evalUrl ) {
192
+ jQuery._evalUrl( node.src );
193
+ }
194
+ } else {
195
+ jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) );
196
+ }
197
+ }
198
+ }
199
+ }
200
+ }
201
+ }
202
+
203
+ return collection;
204
+ }
205
+
206
+ function remove( elem, selector, keepData ) {
207
+ var node,
208
+ nodes = selector ? jQuery.filter( selector, elem ) : elem,
209
+ i = 0;
210
+
211
+ for ( ; ( node = nodes[ i ] ) != null; i++ ) {
212
+ if ( !keepData && node.nodeType === 1 ) {
213
+ jQuery.cleanData( getAll( node ) );
214
+ }
215
+
216
+ if ( node.parentNode ) {
217
+ if ( keepData && jQuery.contains( node.ownerDocument, node ) ) {
218
+ setGlobalEval( getAll( node, "script" ) );
219
+ }
220
+ node.parentNode.removeChild( node );
221
+ }
222
+ }
223
+
224
+ return elem;
225
+ }
226
+
227
+ jQuery.extend( {
228
+ htmlPrefilter: function( html ) {
229
+ return html.replace( rxhtmlTag, "<$1></$2>" );
230
+ },
231
+
232
+ clone: function( elem, dataAndEvents, deepDataAndEvents ) {
233
+ var i, l, srcElements, destElements,
234
+ clone = elem.cloneNode( true ),
235
+ inPage = jQuery.contains( elem.ownerDocument, elem );
236
+
237
+ // Fix IE cloning issues
238
+ if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
239
+ !jQuery.isXMLDoc( elem ) ) {
240
+
241
+ // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2
242
+ destElements = getAll( clone );
243
+ srcElements = getAll( elem );
244
+
245
+ for ( i = 0, l = srcElements.length; i < l; i++ ) {
246
+ fixInput( srcElements[ i ], destElements[ i ] );
247
+ }
248
+ }
249
+
250
+ // Copy the events from the original to the clone
251
+ if ( dataAndEvents ) {
252
+ if ( deepDataAndEvents ) {
253
+ srcElements = srcElements || getAll( elem );
254
+ destElements = destElements || getAll( clone );
255
+
256
+ for ( i = 0, l = srcElements.length; i < l; i++ ) {
257
+ cloneCopyEvent( srcElements[ i ], destElements[ i ] );
258
+ }
259
+ } else {
260
+ cloneCopyEvent( elem, clone );
261
+ }
262
+ }
263
+
264
+ // Preserve script evaluation history
265
+ destElements = getAll( clone, "script" );
266
+ if ( destElements.length > 0 ) {
267
+ setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
268
+ }
269
+
270
+ // Return the cloned set
271
+ return clone;
272
+ },
273
+
274
+ cleanData: function( elems ) {
275
+ var data, elem, type,
276
+ special = jQuery.event.special,
277
+ i = 0;
278
+
279
+ for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {
280
+ if ( acceptData( elem ) ) {
281
+ if ( ( data = elem[ dataPriv.expando ] ) ) {
282
+ if ( data.events ) {
283
+ for ( type in data.events ) {
284
+ if ( special[ type ] ) {
285
+ jQuery.event.remove( elem, type );
286
+
287
+ // This is a shortcut to avoid jQuery.event.remove's overhead
288
+ } else {
289
+ jQuery.removeEvent( elem, type, data.handle );
290
+ }
291
+ }
292
+ }
293
+
294
+ // Support: Chrome <= 35-45+
295
+ // Assign undefined instead of using delete, see Data#remove
296
+ elem[ dataPriv.expando ] = undefined;
297
+ }
298
+ if ( elem[ dataUser.expando ] ) {
299
+
300
+ // Support: Chrome <= 35-45+
301
+ // Assign undefined instead of using delete, see Data#remove
302
+ elem[ dataUser.expando ] = undefined;
303
+ }
304
+ }
305
+ }
306
+ }
307
+ } );
308
+
309
+ jQuery.fn.extend( {
310
+
311
+ // Keep domManip exposed until 3.0 (gh-2225)
312
+ domManip: domManip,
313
+
314
+ detach: function( selector ) {
315
+ return remove( this, selector, true );
316
+ },
317
+
318
+ remove: function( selector ) {
319
+ return remove( this, selector );
320
+ },
321
+
322
+ text: function( value ) {
323
+ return access( this, function( value ) {
324
+ return value === undefined ?
325
+ jQuery.text( this ) :
326
+ this.empty().each( function() {
327
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
328
+ this.textContent = value;
329
+ }
330
+ } );
331
+ }, null, value, arguments.length );
332
+ },
333
+
334
+ append: function() {
335
+ return domManip( this, arguments, function( elem ) {
336
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
337
+ var target = manipulationTarget( this, elem );
338
+ target.appendChild( elem );
339
+ }
340
+ } );
341
+ },
342
+
343
+ prepend: function() {
344
+ return domManip( this, arguments, function( elem ) {
345
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
346
+ var target = manipulationTarget( this, elem );
347
+ target.insertBefore( elem, target.firstChild );
348
+ }
349
+ } );
350
+ },
351
+
352
+ before: function() {
353
+ return domManip( this, arguments, function( elem ) {
354
+ if ( this.parentNode ) {
355
+ this.parentNode.insertBefore( elem, this );
356
+ }
357
+ } );
358
+ },
359
+
360
+ after: function() {
361
+ return domManip( this, arguments, function( elem ) {
362
+ if ( this.parentNode ) {
363
+ this.parentNode.insertBefore( elem, this.nextSibling );
364
+ }
365
+ } );
366
+ },
367
+
368
+ empty: function() {
369
+ var elem,
370
+ i = 0;
371
+
372
+ for ( ; ( elem = this[ i ] ) != null; i++ ) {
373
+ if ( elem.nodeType === 1 ) {
374
+
375
+ // Prevent memory leaks
376
+ jQuery.cleanData( getAll( elem, false ) );
377
+
378
+ // Remove any remaining nodes
379
+ elem.textContent = "";
380
+ }
381
+ }
382
+
383
+ return this;
384
+ },
385
+
386
+ clone: function( dataAndEvents, deepDataAndEvents ) {
387
+ dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
388
+ deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
389
+
390
+ return this.map( function() {
391
+ return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
392
+ } );
393
+ },
394
+
395
+ html: function( value ) {
396
+ return access( this, function( value ) {
397
+ var elem = this[ 0 ] || {},
398
+ i = 0,
399
+ l = this.length;
400
+
401
+ if ( value === undefined && elem.nodeType === 1 ) {
402
+ return elem.innerHTML;
403
+ }
404
+
405
+ // See if we can take a shortcut and just use innerHTML
406
+ if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
407
+ !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
408
+
409
+ value = jQuery.htmlPrefilter( value );
410
+
411
+ try {
412
+ for ( ; i < l; i++ ) {
413
+ elem = this[ i ] || {};
414
+
415
+ // Remove element nodes and prevent memory leaks
416
+ if ( elem.nodeType === 1 ) {
417
+ jQuery.cleanData( getAll( elem, false ) );
418
+ elem.innerHTML = value;
419
+ }
420
+ }
421
+
422
+ elem = 0;
423
+
424
+ // If using innerHTML throws an exception, use the fallback method
425
+ } catch ( e ) {}
426
+ }
427
+
428
+ if ( elem ) {
429
+ this.empty().append( value );
430
+ }
431
+ }, null, value, arguments.length );
432
+ },
433
+
434
+ replaceWith: function() {
435
+ var ignored = [];
436
+
437
+ // Make the changes, replacing each non-ignored context element with the new content
438
+ return domManip( this, arguments, function( elem ) {
439
+ var parent = this.parentNode;
440
+
441
+ if ( jQuery.inArray( this, ignored ) < 0 ) {
442
+ jQuery.cleanData( getAll( this ) );
443
+ if ( parent ) {
444
+ parent.replaceChild( elem, this );
445
+ }
446
+ }
447
+
448
+ // Force callback invocation
449
+ }, ignored );
450
+ }
451
+ } );
452
+
453
+ jQuery.each( {
454
+ appendTo: "append",
455
+ prependTo: "prepend",
456
+ insertBefore: "before",
457
+ insertAfter: "after",
458
+ replaceAll: "replaceWith"
459
+ }, function( name, original ) {
460
+ jQuery.fn[ name ] = function( selector ) {
461
+ var elems,
462
+ ret = [],
463
+ insert = jQuery( selector ),
464
+ last = insert.length - 1,
465
+ i = 0;
466
+
467
+ for ( ; i <= last; i++ ) {
468
+ elems = i === last ? this : this.clone( true );
469
+ jQuery( insert[ i ] )[ original ]( elems );
470
+
471
+ // Support: QtWebKit
472
+ // .get() because push.apply(_, arraylike) throws
473
+ push.apply( ret, elems.get() );
474
+ }
475
+
476
+ return this.pushStack( ret );
477
+ };
478
+ } );
479
+
480
+ return jQuery;
481
+ } );