old_sql 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. data/Gemfile +4 -4
  2. data/Gemfile.lock +3 -8
  3. data/VERSION +1 -1
  4. data/app/views/old_sql/report/index.html.erb +5 -4
  5. data/old_sql.gemspec +310 -17
  6. data/public/javascripts/old_sql/jquery-1.5.1.min.js +16 -0
  7. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  8. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  9. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  10. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  11. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  12. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  13. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  14. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  15. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  16. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  17. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  18. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  19. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  20. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  21. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/jquery-ui-1.8.13.custom.css +518 -0
  22. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/AUTHORS.txt +30 -0
  23. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/GPL-LICENSE.txt +278 -0
  24. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/MIT-LICENSE.txt +25 -0
  25. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/categories.html +71 -0
  26. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/combobox.html +174 -0
  27. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/custom-data.html +95 -0
  28. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/default.html +64 -0
  29. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/folding.html +62 -0
  30. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  31. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  32. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  33. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  34. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  35. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/index.html +27 -0
  36. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/london.xml +114 -0
  37. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/maxheight.html +79 -0
  38. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/multiple-remote.html +84 -0
  39. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/multiple.html +99 -0
  40. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  41. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  42. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote.html +59 -0
  43. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/search.php +640 -0
  44. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/xml.html +72 -0
  45. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/checkbox.html +44 -0
  46. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/default.html +38 -0
  47. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/icons.html +56 -0
  48. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/index.html +23 -0
  49. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/radio.html +39 -0
  50. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/splitbutton.html +55 -0
  51. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/toolbar.html +120 -0
  52. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/alt-field.html +36 -0
  53. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/animation.html +58 -0
  54. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/buttonbar.html +35 -0
  55. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/date-formats.html +47 -0
  56. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/date-range.html +49 -0
  57. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/default.html +33 -0
  58. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  59. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  60. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  61. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/index.html +31 -0
  62. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/inline.html +33 -0
  63. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/localization.html +162 -0
  64. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/min-max.html +33 -0
  65. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  66. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/other-months.html +37 -0
  67. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/show-week.html +39 -0
  68. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/demos.css +334 -0
  69. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/animated.html +56 -0
  70. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/default.html +54 -0
  71. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/index.html +23 -0
  72. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  73. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-form.html +167 -0
  74. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-message.html +71 -0
  75. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal.html +60 -0
  76. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/constrain-movement.html +69 -0
  77. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/cursor-style.html +49 -0
  78. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/default.html +39 -0
  79. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/delay-start.html +45 -0
  80. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/events.html +77 -0
  81. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/handle.html +50 -0
  82. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/index.html +28 -0
  83. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/revert.html +44 -0
  84. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/scroll.html +51 -0
  85. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/snap-to.html +68 -0
  86. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/sortable.html +57 -0
  87. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/visual-feedback.html +77 -0
  88. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/accepted-elements.html +60 -0
  89. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/default.html +53 -0
  90. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  91. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  92. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  93. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  94. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  95. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  96. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  97. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  98. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/index.html +24 -0
  99. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/photo-manager.html +184 -0
  100. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/propagation.html +80 -0
  101. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/revert.html +61 -0
  102. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/shopping-cart.html +101 -0
  103. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/visual-feedback.html +78 -0
  104. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/calendar.gif +0 -0
  105. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  106. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-config-on.gif +0 -0
  107. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  108. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  109. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/icon-docs-info.gif +0 -0
  110. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/pbar-ani.gif +0 -0
  111. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/index.html +321 -0
  112. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/cycler.html +122 -0
  113. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/default.html +153 -0
  114. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/earth.jpg +0 -0
  115. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/flight.jpg +0 -0
  116. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/rocket.jpg +0 -0
  117. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/index.html +19 -0
  118. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/animated.html +44 -0
  119. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/default.html +35 -0
  120. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  121. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/index.html +20 -0
  122. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/resize.html +40 -0
  123. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/animate.html +43 -0
  124. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/aspect-ratio.html +42 -0
  125. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/constrain-area.html +47 -0
  126. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/default.html +40 -0
  127. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/delay-start.html +52 -0
  128. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/helper.html +43 -0
  129. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/index.html +28 -0
  130. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/max-min.html +45 -0
  131. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/snap-to-grid.html +42 -0
  132. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/synchronous-resize.html +49 -0
  133. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/textarea.html +41 -0
  134. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/visual-feedback.html +43 -0
  135. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/default.html +50 -0
  136. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/display-grid.html +55 -0
  137. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/index.html +20 -0
  138. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/serialize.html +61 -0
  139. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
  140. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/connect-lists.html +58 -0
  141. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/default.html +51 -0
  142. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/delay-start.html +67 -0
  143. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/display-grid.html +54 -0
  144. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/empty-lists.html +69 -0
  145. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/index.html +26 -0
  146. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/items.html +70 -0
  147. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/placeholder.html +56 -0
  148. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/portlets.html +96 -0
  149. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/autocomplete.html +875 -0
  150. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/button.html +500 -0
  151. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/datepicker.html +2570 -0
  152. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/dialog.html +1698 -0
  153. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/draggable.html +1577 -0
  154. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/droppable.html +829 -0
  155. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/position.html +227 -0
  156. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/progressbar.html +460 -0
  157. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/resizable.html +1201 -0
  158. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/selectable.html +848 -0
  159. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/sortable.html +1953 -0
  160. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
  161. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.cookie.js +89 -0
  162. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.metadata.js +122 -0
  163. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/qunit.css +153 -0
  164. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/qunit.js +1261 -0
  165. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/jquery-1.5.1.js +8316 -0
  166. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  167. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  168. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  169. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  170. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  171. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  172. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  173. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  174. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  175. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  176. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  177. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  178. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  179. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.all.css +11 -0
  180. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  181. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.base.css +8 -0
  182. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.button.css +38 -0
  183. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.core.css +41 -0
  184. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  185. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  186. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  187. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.resizable.css +25 -0
  188. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  189. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.theme.css +252 -0
  190. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  191. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  192. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  193. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  194. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  195. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  196. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  197. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  198. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  199. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  200. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  201. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  202. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  203. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  204. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery-ui-1.8.13.custom.css +518 -0
  205. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.all.css +11 -0
  206. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css +53 -0
  207. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.base.css +8 -0
  208. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.button.css +38 -0
  209. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.core.css +41 -0
  210. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css +68 -0
  211. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.dialog.css +21 -0
  212. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css +11 -0
  213. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.resizable.css +25 -0
  214. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.selectable.css +10 -0
  215. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.theme.css +254 -0
  216. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery-ui-i18n.js +1379 -0
  217. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  218. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  219. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  220. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  221. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  222. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  223. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  224. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  225. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  226. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  227. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  228. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  229. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  230. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  231. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  232. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  233. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  234. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  235. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  236. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  237. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  238. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  239. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  240. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  241. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  242. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  243. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  244. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  245. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  246. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  247. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  248. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  249. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  250. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  251. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  252. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  253. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  254. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  255. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  256. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  257. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  258. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  259. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  260. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  261. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  262. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  263. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  264. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  265. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  266. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  267. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  268. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  269. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  270. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  271. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  272. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  273. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  274. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  275. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  276. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  277. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  278. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery-ui-1.8.13.custom.js +8021 -0
  279. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.autocomplete.js +612 -0
  280. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.button.js +388 -0
  281. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.core.js +312 -0
  282. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.datepicker.js +1791 -0
  283. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.dialog.js +878 -0
  284. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.draggable.js +815 -0
  285. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.droppable.js +285 -0
  286. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.mouse.js +160 -0
  287. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.position.js +252 -0
  288. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.progressbar.js +109 -0
  289. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.resizable.js +814 -0
  290. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.selectable.js +266 -0
  291. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.sortable.js +1077 -0
  292. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.widget.js +262 -0
  293. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +32 -0
  294. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.button.min.js +25 -0
  295. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  296. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.datepicker.min.js +82 -0
  297. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.dialog.min.js +40 -0
  298. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.draggable.min.js +50 -0
  299. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.droppable.min.js +26 -0
  300. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  301. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  302. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  303. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.resizable.min.js +48 -0
  304. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  305. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  306. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  307. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/version.txt +1 -0
  308. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/index.html +321 -0
  309. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/js/jquery-1.5.1.min.js +16 -0
  310. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/js/jquery-ui-1.8.13.custom.min.js +467 -0
  311. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom.min.js +467 -0
  312. data/test/dummy/Gemfile +1 -1
  313. data/test/dummy/Gemfile.lock +3 -3
  314. metadata +309 -40
  315. data/pkg/old_sql-0.1.0.gem +0 -0
  316. data/pkg/old_sql-0.2.0.gem +0 -0
  317. data/pkg/old_sql-0.3.0.gem +0 -0
  318. data/pkg/old_sql-0.4.0.gem +0 -0
@@ -0,0 +1,829 @@
1
+
2
+ <ul class="UIAPIPlugin-toc">
3
+ <li><a href="#overview">Overview</a></li>
4
+ <li><a href="#options">Options</a></li>
5
+ <li><a href="#events">Events</a></li>
6
+ <li><a href="#methods">Methods</a></li>
7
+ <li><a href="#theming">Theming</a></li>
8
+ </ul>
9
+ <div class="UIAPIPlugin">
10
+ <h1>jQuery UI Droppable</h1>
11
+ <div id="overview">
12
+ <h2 class="top-header">Overview</h2>
13
+ <div id="overview-main">
14
+ <p>The jQuery UI Droppable plugin makes selected elements droppable (meaning they accept being dropped on by draggables). You can specify which (individually) or which kind of draggables each will accept.</p>
15
+ <p>All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):</p>
16
+ <ul>
17
+ <li> <b>ui.draggable</b> - current draggable element, a jQuery object.</li>
18
+ <li> <b>ui.helper</b> - current draggable helper, a jQuery object</li>
19
+ <li> <b>ui.position</b> - current position of the draggable helper { top: , left: }</li>
20
+ <li> <b>ui.offset</b> - current absolute position of the draggable helper { top: , left: }</li>
21
+ </ul>
22
+ </div>
23
+ <div id="overview-dependencies">
24
+ <h3>Dependencies</h3>
25
+ <ul>
26
+ <li>UI Core</li>
27
+ <li>UI Widget</li>
28
+ <li>UI Mouse</li>
29
+ <li><a href="http://docs.jquery.com/UI/Draggable" title="UI/Draggable">UI Draggable</a></li>
30
+ </ul>
31
+ </div>
32
+ <div id="overview-example">
33
+ <h3>Example</h3>
34
+ <div id="overview-example" class="example">
35
+ <ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
36
+ <p><div id="demo" class="tabs-container" rel="100">
37
+ Makes the div droppable (a drop target for a draggable).<br />
38
+ </p>
39
+ <pre>$(&quot;#draggable&quot;).draggable();
40
+ $(&quot;#droppable&quot;).droppable({
41
+ drop: function() { alert('dropped'); }
42
+ });
43
+ </pre>
44
+ <p></div><div id="source" class="tabs-container">
45
+ </p>
46
+ <pre>&lt;!DOCTYPE html&gt;
47
+ &lt;html&gt;
48
+ &lt;head&gt;
49
+ &lt;link href=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt;
50
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&quot;&gt;&lt;/script&gt;
51
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
52
+ &lt;style type=&quot;text/css&quot;&gt;
53
+ #draggable { width: 75px; height: 25px; background: silver; padding: 10px; }
54
+ #droppable { position: absolute; left: 250px; top: 0; width: 125px; height: 75px; background: gray; color: white; padding: 10px; }
55
+ &lt;/style&gt;
56
+ &lt;script&gt;
57
+ $(document).ready(function() {
58
+ $(&quot;#draggable&quot;).draggable();
59
+ $(&quot;#droppable&quot;).droppable({
60
+ drop: function() { alert('dropped'); }
61
+ });
62
+ });
63
+ &lt;/script&gt;
64
+ &lt;/head&gt;
65
+ &lt;body style="font-size:62.5%;"&gt;
66
+
67
+ &lt;div id=&quot;droppable&quot;&gt;Drop here&lt;/div&gt;
68
+ &lt;div id=&quot;draggable&quot;&gt;Drag me&lt;/div&gt;
69
+
70
+ &lt;/body&gt;
71
+ &lt;/html&gt;
72
+ </pre>
73
+ <p></div>
74
+ </p><p></div>
75
+ </div>
76
+ </div>
77
+ <div id="options">
78
+ <h2 class="top-header">Options</h2>
79
+ <ul class="options-list">
80
+
81
+ <li class="option" id="option-disabled">
82
+ <div class="option-header">
83
+ <h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
84
+ <dl>
85
+ <dt class="option-type-label">Type:</dt>
86
+ <dd class="option-type">Boolean</dd>
87
+
88
+ <dt class="option-default-label">Default:</dt>
89
+ <dd class="option-default">false</dd>
90
+
91
+ </dl>
92
+ </div>
93
+ <div class="option-description">
94
+ <p>Disables (true) or enables (false) the droppable. Can be set when initialising (first creating) the droppable.</p>
95
+ </div>
96
+ <div class="option-examples">
97
+ <h4>Code examples</h4>
98
+ <dl class="option-examples-list">
99
+
100
+ <dt>
101
+ Initialize a droppable with the <code>disabled</code> option specified.
102
+ </dt>
103
+ <dd>
104
+ <pre><code>$( ".selector" ).droppable({ disabled: true });</code></pre>
105
+ </dd>
106
+
107
+
108
+ <dt>
109
+ Get or set the <code>disabled</code> option, after init.
110
+ </dt>
111
+ <dd>
112
+ <pre><code>//getter
113
+ var disabled = $( ".selector" ).droppable( "option", "disabled" );
114
+ //setter
115
+ $( ".selector" ).droppable( "option", "disabled", true );</code></pre>
116
+ </dd>
117
+
118
+ </dl>
119
+ </div>
120
+ </li>
121
+
122
+
123
+ <li class="option" id="option-accept">
124
+ <div class="option-header">
125
+ <h3 class="option-name"><a href="#option-accept">accept</a></h3>
126
+ <dl>
127
+ <dt class="option-type-label">Type:</dt>
128
+ <dd class="option-type">Selector, Function</dd>
129
+
130
+ <dt class="option-default-label">Default:</dt>
131
+ <dd class="option-default">'*'</dd>
132
+
133
+ </dl>
134
+ </div>
135
+ <div class="option-description">
136
+ <p>All draggables that match the selector will be accepted. If a function is specified, the function will be called for each draggable on the page (passed as the first argument to the function), to provide a custom filter. The function should return true if the draggable should be accepted.</p>
137
+ </div>
138
+ <div class="option-examples">
139
+ <h4>Code examples</h4>
140
+ <dl class="option-examples-list">
141
+
142
+ <dt>
143
+ Initialize a droppable with the <code>accept</code> option specified.
144
+ </dt>
145
+ <dd>
146
+ <pre><code>$( ".selector" ).droppable({ accept: '.special' });</code></pre>
147
+ </dd>
148
+
149
+
150
+ <dt>
151
+ Get or set the <code>accept</code> option, after init.
152
+ </dt>
153
+ <dd>
154
+ <pre><code>//getter
155
+ var accept = $( ".selector" ).droppable( "option", "accept" );
156
+ //setter
157
+ $( ".selector" ).droppable( "option", "accept", '.special' );</code></pre>
158
+ </dd>
159
+
160
+ </dl>
161
+ </div>
162
+ </li>
163
+
164
+
165
+ <li class="option" id="option-activeClass">
166
+ <div class="option-header">
167
+ <h3 class="option-name"><a href="#option-activeClass">activeClass</a></h3>
168
+ <dl>
169
+ <dt class="option-type-label">Type:</dt>
170
+ <dd class="option-type">String</dd>
171
+
172
+ <dt class="option-default-label">Default:</dt>
173
+ <dd class="option-default">false</dd>
174
+
175
+ </dl>
176
+ </div>
177
+ <div class="option-description">
178
+ <p>If specified, the class will be added to the droppable while an acceptable draggable is being dragged.</p>
179
+ </div>
180
+ <div class="option-examples">
181
+ <h4>Code examples</h4>
182
+ <dl class="option-examples-list">
183
+
184
+ <dt>
185
+ Initialize a droppable with the <code>activeClass</code> option specified.
186
+ </dt>
187
+ <dd>
188
+ <pre><code>$( ".selector" ).droppable({ activeClass: 'ui-state-highlight' });</code></pre>
189
+ </dd>
190
+
191
+
192
+ <dt>
193
+ Get or set the <code>activeClass</code> option, after init.
194
+ </dt>
195
+ <dd>
196
+ <pre><code>//getter
197
+ var activeClass = $( ".selector" ).droppable( "option", "activeClass" );
198
+ //setter
199
+ $( ".selector" ).droppable( "option", "activeClass", 'ui-state-highlight' );</code></pre>
200
+ </dd>
201
+
202
+ </dl>
203
+ </div>
204
+ </li>
205
+
206
+
207
+ <li class="option" id="option-addClasses">
208
+ <div class="option-header">
209
+ <h3 class="option-name"><a href="#option-addClasses">addClasses</a></h3>
210
+ <dl>
211
+ <dt class="option-type-label">Type:</dt>
212
+ <dd class="option-type">Boolean</dd>
213
+
214
+ <dt class="option-default-label">Default:</dt>
215
+ <dd class="option-default">true</dd>
216
+
217
+ </dl>
218
+ </div>
219
+ <div class="option-description">
220
+ <p>If set to false, will prevent the ui-droppable class from being added. This may be desired as a performance optimization when calling .droppable() init on many hundreds of elements.</p>
221
+ </div>
222
+ <div class="option-examples">
223
+ <h4>Code examples</h4>
224
+ <dl class="option-examples-list">
225
+
226
+ <dt>
227
+ Initialize a droppable with the <code>addClasses</code> option specified.
228
+ </dt>
229
+ <dd>
230
+ <pre><code>$( ".selector" ).droppable({ addClasses: false });</code></pre>
231
+ </dd>
232
+
233
+
234
+ <dt>
235
+ Get or set the <code>addClasses</code> option, after init.
236
+ </dt>
237
+ <dd>
238
+ <pre><code>//getter
239
+ var addClasses = $( ".selector" ).droppable( "option", "addClasses" );
240
+ //setter
241
+ $( ".selector" ).droppable( "option", "addClasses", false );</code></pre>
242
+ </dd>
243
+
244
+ </dl>
245
+ </div>
246
+ </li>
247
+
248
+
249
+ <li class="option" id="option-greedy">
250
+ <div class="option-header">
251
+ <h3 class="option-name"><a href="#option-greedy">greedy</a></h3>
252
+ <dl>
253
+ <dt class="option-type-label">Type:</dt>
254
+ <dd class="option-type">Boolean</dd>
255
+
256
+ <dt class="option-default-label">Default:</dt>
257
+ <dd class="option-default">false</dd>
258
+
259
+ </dl>
260
+ </div>
261
+ <div class="option-description">
262
+ <p>If true, will prevent event propagation on nested droppables.</p>
263
+ </div>
264
+ <div class="option-examples">
265
+ <h4>Code examples</h4>
266
+ <dl class="option-examples-list">
267
+
268
+ <dt>
269
+ Initialize a droppable with the <code>greedy</code> option specified.
270
+ </dt>
271
+ <dd>
272
+ <pre><code>$( ".selector" ).droppable({ greedy: true });</code></pre>
273
+ </dd>
274
+
275
+
276
+ <dt>
277
+ Get or set the <code>greedy</code> option, after init.
278
+ </dt>
279
+ <dd>
280
+ <pre><code>//getter
281
+ var greedy = $( ".selector" ).droppable( "option", "greedy" );
282
+ //setter
283
+ $( ".selector" ).droppable( "option", "greedy", true );</code></pre>
284
+ </dd>
285
+
286
+ </dl>
287
+ </div>
288
+ </li>
289
+
290
+
291
+ <li class="option" id="option-hoverClass">
292
+ <div class="option-header">
293
+ <h3 class="option-name"><a href="#option-hoverClass">hoverClass</a></h3>
294
+ <dl>
295
+ <dt class="option-type-label">Type:</dt>
296
+ <dd class="option-type">String</dd>
297
+
298
+ <dt class="option-default-label">Default:</dt>
299
+ <dd class="option-default">false</dd>
300
+
301
+ </dl>
302
+ </div>
303
+ <div class="option-description">
304
+ <p>If specified, the class will be added to the droppable while an acceptable draggable is being hovered.</p>
305
+ </div>
306
+ <div class="option-examples">
307
+ <h4>Code examples</h4>
308
+ <dl class="option-examples-list">
309
+
310
+ <dt>
311
+ Initialize a droppable with the <code>hoverClass</code> option specified.
312
+ </dt>
313
+ <dd>
314
+ <pre><code>$( ".selector" ).droppable({ hoverClass: 'drophover' });</code></pre>
315
+ </dd>
316
+
317
+
318
+ <dt>
319
+ Get or set the <code>hoverClass</code> option, after init.
320
+ </dt>
321
+ <dd>
322
+ <pre><code>//getter
323
+ var hoverClass = $( ".selector" ).droppable( "option", "hoverClass" );
324
+ //setter
325
+ $( ".selector" ).droppable( "option", "hoverClass", 'drophover' );</code></pre>
326
+ </dd>
327
+
328
+ </dl>
329
+ </div>
330
+ </li>
331
+
332
+
333
+ <li class="option" id="option-scope">
334
+ <div class="option-header">
335
+ <h3 class="option-name"><a href="#option-scope">scope</a></h3>
336
+ <dl>
337
+ <dt class="option-type-label">Type:</dt>
338
+ <dd class="option-type">String</dd>
339
+
340
+ <dt class="option-default-label">Default:</dt>
341
+ <dd class="option-default">'default'</dd>
342
+
343
+ </dl>
344
+ </div>
345
+ <div class="option-description">
346
+ <p>Used to group sets of draggable and droppable items, in addition to droppable's accept option. A draggable with the same scope value as a droppable will be accepted.</p>
347
+ </div>
348
+ <div class="option-examples">
349
+ <h4>Code examples</h4>
350
+ <dl class="option-examples-list">
351
+
352
+ <dt>
353
+ Initialize a droppable with the <code>scope</code> option specified.
354
+ </dt>
355
+ <dd>
356
+ <pre><code>$( ".selector" ).droppable({ scope: 'tasks' });</code></pre>
357
+ </dd>
358
+
359
+
360
+ <dt>
361
+ Get or set the <code>scope</code> option, after init.
362
+ </dt>
363
+ <dd>
364
+ <pre><code>//getter
365
+ var scope = $( ".selector" ).droppable( "option", "scope" );
366
+ //setter
367
+ $( ".selector" ).droppable( "option", "scope", 'tasks' );</code></pre>
368
+ </dd>
369
+
370
+ </dl>
371
+ </div>
372
+ </li>
373
+
374
+
375
+ <li class="option" id="option-tolerance">
376
+ <div class="option-header">
377
+ <h3 class="option-name"><a href="#option-tolerance">tolerance</a></h3>
378
+ <dl>
379
+ <dt class="option-type-label">Type:</dt>
380
+ <dd class="option-type">String</dd>
381
+
382
+ <dt class="option-default-label">Default:</dt>
383
+ <dd class="option-default">'intersect'</dd>
384
+
385
+ </dl>
386
+ </div>
387
+ <div class="option-description">
388
+ <p>Specifies which mode to use for testing whether a draggable is 'over' a droppable. Possible values: 'fit', 'intersect', 'pointer', 'touch'.
389
+ </p>
390
+ <ul>
391
+ <li><b>fit</b>: draggable overlaps the droppable entirely</li>
392
+ <li><b>intersect</b>: draggable overlaps the droppable at least 50%</li>
393
+ <li><b>pointer</b>: mouse pointer overlaps the droppable</li>
394
+ <li><b>touch</b>: draggable overlaps the droppable any amount</li>
395
+ </ul>
396
+ <p></p>
397
+ </div>
398
+ <div class="option-examples">
399
+ <h4>Code examples</h4>
400
+ <dl class="option-examples-list">
401
+
402
+ <dt>
403
+ Initialize a droppable with the <code>tolerance</code> option specified.
404
+ </dt>
405
+ <dd>
406
+ <pre><code>$( ".selector" ).droppable({ tolerance: 'fit' });</code></pre>
407
+ </dd>
408
+
409
+
410
+ <dt>
411
+ Get or set the <code>tolerance</code> option, after init.
412
+ </dt>
413
+ <dd>
414
+ <pre><code>//getter
415
+ var tolerance = $( ".selector" ).droppable( "option", "tolerance" );
416
+ //setter
417
+ $( ".selector" ).droppable( "option", "tolerance", 'fit' );</code></pre>
418
+ </dd>
419
+
420
+ </dl>
421
+ </div>
422
+ </li>
423
+
424
+ </ul>
425
+ </div>
426
+ <div id="events">
427
+ <h2 class="top-header">Events</h2>
428
+ <ul class="events-list">
429
+
430
+ <li class="event" id="event-create">
431
+ <div class="event-header">
432
+ <h3 class="event-name"><a href="#event-create">create</a></h3>
433
+ <dl>
434
+ <dt class="event-type-label">Type:</dt>
435
+ <dd class="event-type">dropcreate</dd>
436
+ </dl>
437
+ </div>
438
+ <div class="event-description">
439
+ <p>This event is triggered when droppable is created.</p>
440
+ </div>
441
+ <div class="event-examples">
442
+ <h4>Code examples</h4>
443
+ <dl class="event-examples-list">
444
+
445
+ <dt>
446
+ Supply a callback function to handle the <code>create</code> event as an init option.
447
+ </dt>
448
+ <dd>
449
+ <pre><code>$( &quot;.selector&quot; ).droppable({
450
+ create: function(event, ui) { ... }
451
+ });</code></pre>
452
+ </dd>
453
+
454
+
455
+ <dt>
456
+ Bind to the <code>create</code> event by type: <code>dropcreate</code>.
457
+ </dt>
458
+ <dd>
459
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;dropcreate&quot;, function(event, ui) {
460
+ ...
461
+ });</code></pre>
462
+ </dd>
463
+
464
+ </dl>
465
+ </div>
466
+ </li>
467
+
468
+
469
+ <li class="event" id="event-activate">
470
+ <div class="event-header">
471
+ <h3 class="event-name"><a href="#event-activate">activate</a></h3>
472
+ <dl>
473
+ <dt class="event-type-label">Type:</dt>
474
+ <dd class="event-type">dropactivate</dd>
475
+ </dl>
476
+ </div>
477
+ <div class="event-description">
478
+ <p>This event is triggered any time an accepted draggable starts dragging. This can be useful if you want to make the droppable 'light up' when it can be dropped on.</p>
479
+ </div>
480
+ <div class="event-examples">
481
+ <h4>Code examples</h4>
482
+ <dl class="event-examples-list">
483
+
484
+ <dt>
485
+ Supply a callback function to handle the <code>activate</code> event as an init option.
486
+ </dt>
487
+ <dd>
488
+ <pre><code>$( &quot;.selector&quot; ).droppable({
489
+ activate: function(event, ui) { ... }
490
+ });</code></pre>
491
+ </dd>
492
+
493
+
494
+ <dt>
495
+ Bind to the <code>activate</code> event by type: <code>dropactivate</code>.
496
+ </dt>
497
+ <dd>
498
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;dropactivate&quot;, function(event, ui) {
499
+ ...
500
+ });</code></pre>
501
+ </dd>
502
+
503
+ </dl>
504
+ </div>
505
+ </li>
506
+
507
+
508
+ <li class="event" id="event-deactivate">
509
+ <div class="event-header">
510
+ <h3 class="event-name"><a href="#event-deactivate">deactivate</a></h3>
511
+ <dl>
512
+ <dt class="event-type-label">Type:</dt>
513
+ <dd class="event-type">dropdeactivate</dd>
514
+ </dl>
515
+ </div>
516
+ <div class="event-description">
517
+ <p>This event is triggered any time an accepted draggable stops dragging.</p>
518
+ </div>
519
+ <div class="event-examples">
520
+ <h4>Code examples</h4>
521
+ <dl class="event-examples-list">
522
+
523
+ <dt>
524
+ Supply a callback function to handle the <code>deactivate</code> event as an init option.
525
+ </dt>
526
+ <dd>
527
+ <pre><code>$( &quot;.selector&quot; ).droppable({
528
+ deactivate: function(event, ui) { ... }
529
+ });</code></pre>
530
+ </dd>
531
+
532
+
533
+ <dt>
534
+ Bind to the <code>deactivate</code> event by type: <code>dropdeactivate</code>.
535
+ </dt>
536
+ <dd>
537
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;dropdeactivate&quot;, function(event, ui) {
538
+ ...
539
+ });</code></pre>
540
+ </dd>
541
+
542
+ </dl>
543
+ </div>
544
+ </li>
545
+
546
+
547
+ <li class="event" id="event-over">
548
+ <div class="event-header">
549
+ <h3 class="event-name"><a href="#event-over">over</a></h3>
550
+ <dl>
551
+ <dt class="event-type-label">Type:</dt>
552
+ <dd class="event-type">dropover</dd>
553
+ </dl>
554
+ </div>
555
+ <div class="event-description">
556
+ <p>This event is triggered as an accepted draggable is dragged 'over' (within the tolerance of) this droppable.</p>
557
+ </div>
558
+ <div class="event-examples">
559
+ <h4>Code examples</h4>
560
+ <dl class="event-examples-list">
561
+
562
+ <dt>
563
+ Supply a callback function to handle the <code>over</code> event as an init option.
564
+ </dt>
565
+ <dd>
566
+ <pre><code>$( &quot;.selector&quot; ).droppable({
567
+ over: function(event, ui) { ... }
568
+ });</code></pre>
569
+ </dd>
570
+
571
+
572
+ <dt>
573
+ Bind to the <code>over</code> event by type: <code>dropover</code>.
574
+ </dt>
575
+ <dd>
576
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;dropover&quot;, function(event, ui) {
577
+ ...
578
+ });</code></pre>
579
+ </dd>
580
+
581
+ </dl>
582
+ </div>
583
+ </li>
584
+
585
+
586
+ <li class="event" id="event-out">
587
+ <div class="event-header">
588
+ <h3 class="event-name"><a href="#event-out">out</a></h3>
589
+ <dl>
590
+ <dt class="event-type-label">Type:</dt>
591
+ <dd class="event-type">dropout</dd>
592
+ </dl>
593
+ </div>
594
+ <div class="event-description">
595
+ <p>This event is triggered when an accepted draggable is dragged out (within the tolerance of) this droppable.</p>
596
+ </div>
597
+ <div class="event-examples">
598
+ <h4>Code examples</h4>
599
+ <dl class="event-examples-list">
600
+
601
+ <dt>
602
+ Supply a callback function to handle the <code>out</code> event as an init option.
603
+ </dt>
604
+ <dd>
605
+ <pre><code>$( &quot;.selector&quot; ).droppable({
606
+ out: function(event, ui) { ... }
607
+ });</code></pre>
608
+ </dd>
609
+
610
+
611
+ <dt>
612
+ Bind to the <code>out</code> event by type: <code>dropout</code>.
613
+ </dt>
614
+ <dd>
615
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;dropout&quot;, function(event, ui) {
616
+ ...
617
+ });</code></pre>
618
+ </dd>
619
+
620
+ </dl>
621
+ </div>
622
+ </li>
623
+
624
+
625
+ <li class="event" id="event-drop">
626
+ <div class="event-header">
627
+ <h3 class="event-name"><a href="#event-drop">drop</a></h3>
628
+ <dl>
629
+ <dt class="event-type-label">Type:</dt>
630
+ <dd class="event-type">drop</dd>
631
+ </dl>
632
+ </div>
633
+ <div class="event-description">
634
+ <p>This event is triggered when an accepted draggable is dropped 'over' (within the tolerance of) this droppable. In the callback, $(this) represents the droppable the draggable is dropped on.
635
+ ui.draggable represents the draggable.</p>
636
+ </div>
637
+ <div class="event-examples">
638
+ <h4>Code examples</h4>
639
+ <dl class="event-examples-list">
640
+
641
+ <dt>
642
+ Supply a callback function to handle the <code>drop</code> event as an init option.
643
+ </dt>
644
+ <dd>
645
+ <pre><code>$( &quot;.selector&quot; ).droppable({
646
+ drop: function(event, ui) { ... }
647
+ });</code></pre>
648
+ </dd>
649
+
650
+
651
+ <dt>
652
+ Bind to the <code>drop</code> event by type: <code>drop</code>.
653
+ </dt>
654
+ <dd>
655
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;drop&quot;, function(event, ui) {
656
+ ...
657
+ });</code></pre>
658
+ </dd>
659
+
660
+ </dl>
661
+ </div>
662
+ </li>
663
+
664
+ </ul>
665
+ </div>
666
+ <div id="methods">
667
+ <h2 class="top-header">Methods</h2>
668
+ <ul class="methods-list">
669
+
670
+ <li class="method" id="method-destroy">
671
+ <div class="method-header">
672
+ <h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
673
+ <dl>
674
+ <dt class="method-signature-label">Signature:</dt>
675
+ <dd class="method-signature">.droppable( "destroy"
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+ )</dd>
684
+ </dl>
685
+ </div>
686
+ <div class="method-description">
687
+ <p>Remove the droppable functionality completely. This will return the element back to its pre-init state.</p>
688
+ </div>
689
+ </li>
690
+
691
+
692
+ <li class="method" id="method-disable">
693
+ <div class="method-header">
694
+ <h3 class="method-name"><a href="#method-disable">disable</a></h3>
695
+ <dl>
696
+ <dt class="method-signature-label">Signature:</dt>
697
+ <dd class="method-signature">.droppable( "disable"
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+ )</dd>
706
+ </dl>
707
+ </div>
708
+ <div class="method-description">
709
+ <p>Disable the droppable.</p>
710
+ </div>
711
+ </li>
712
+
713
+
714
+ <li class="method" id="method-enable">
715
+ <div class="method-header">
716
+ <h3 class="method-name"><a href="#method-enable">enable</a></h3>
717
+ <dl>
718
+ <dt class="method-signature-label">Signature:</dt>
719
+ <dd class="method-signature">.droppable( "enable"
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+ )</dd>
728
+ </dl>
729
+ </div>
730
+ <div class="method-description">
731
+ <p>Enable the droppable.</p>
732
+ </div>
733
+ </li>
734
+
735
+
736
+ <li class="method" id="method-option">
737
+ <div class="method-header">
738
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
739
+ <dl>
740
+ <dt class="method-signature-label">Signature:</dt>
741
+ <dd class="method-signature">.droppable( "option"
742
+
743
+ , optionName
744
+
745
+ , <span class="optional">[</span>value<span class="optional">] </span>
746
+
747
+
748
+
749
+ )</dd>
750
+ </dl>
751
+ </div>
752
+ <div class="method-description">
753
+ <p>Get or set any droppable option. If no value is specified, will act as a getter.</p>
754
+ </div>
755
+ </li>
756
+
757
+
758
+ <li class="method" id="method-option">
759
+ <div class="method-header">
760
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
761
+ <dl>
762
+ <dt class="method-signature-label">Signature:</dt>
763
+ <dd class="method-signature">.droppable( "option"
764
+
765
+ , options
766
+
767
+
768
+
769
+
770
+
771
+ )</dd>
772
+ </dl>
773
+ </div>
774
+ <div class="method-description">
775
+ <p>Set multiple droppable options at once by providing an options object.</p>
776
+ </div>
777
+ </li>
778
+
779
+
780
+ <li class="method" id="method-widget">
781
+ <div class="method-header">
782
+ <h3 class="method-name"><a href="#method-widget">widget</a></h3>
783
+ <dl>
784
+ <dt class="method-signature-label">Signature:</dt>
785
+ <dd class="method-signature">.droppable( "widget"
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+ )</dd>
794
+ </dl>
795
+ </div>
796
+ <div class="method-description">
797
+ <p>Returns the .ui-droppable element.</p>
798
+ </div>
799
+ </li>
800
+
801
+
802
+ </ul>
803
+ </div>
804
+ <div id="theming">
805
+ <h2 class="top-header">Theming</h2>
806
+ <p>The jQuery UI Droppable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain.
807
+ </p>
808
+ <p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.droppable.css stylesheet that can be modified. These classes are highlighed in bold below.
809
+ </p>
810
+
811
+ <h3>Sample markup with jQuery UI CSS Framework classes</h3>
812
+ &lt;div class=&quot;<strong>ui-droppable</strong>&quot;&gt;&lt;/div&gt;
813
+ <p class="theme-note">
814
+ <strong>
815
+ Note: This is a sample of markup generated by the droppable plugin, not markup you should use to create a droppable. The only markup needed for that is &lt;div&gt;&lt;/div&gt;.
816
+ </strong>
817
+ </p>
818
+
819
+ </div>
820
+ </div>
821
+
822
+ </p><!--
823
+ Pre-expand include size: 33718 bytes
824
+ Post-expand include size: 53508 bytes
825
+ Template argument size: 26843 bytes
826
+ Maximum: 2097152 bytes
827
+ -->
828
+
829
+ <!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3769-1!1!0!!en!2 and timestamp 20110512144546 -->