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,43 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable - Helper</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.resizable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ #resizable { width: 150px; height: 150px; padding: 0.5em; }
15
+ #resizable h3 { text-align: center; margin: 0; }
16
+ .ui-resizable-helper { border: 2px dotted #00F; }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $( "#resizable" ).resizable({
21
+ helper: "ui-resizable-helper"
22
+ });
23
+ });
24
+ </script>
25
+ </head>
26
+ <body>
27
+
28
+ <div class="demo">
29
+
30
+ <div id="resizable" class="ui-widget-content">
31
+ <h3 class="ui-widget-header">Helper</h3>
32
+ </div>
33
+
34
+ </div><!-- End demo -->
35
+
36
+
37
+
38
+ <div class="demo-description">
39
+ <p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
40
+ </div><!-- End demo-description -->
41
+
42
+ </body>
43
+ </html>
@@ -0,0 +1,28 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable Demos</title>
6
+ <link rel="stylesheet" href="../demos.css">
7
+ </head>
8
+ <body>
9
+
10
+ <div class="demos-nav">
11
+ <h4>Examples</h4>
12
+ <ul>
13
+ <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
14
+ <li><a href="aspect-ratio.html">Preserve aspect ratio</a></li>
15
+ <li><a href="max-min.html">Maximum / minimum size</a></li>
16
+ <li><a href="constrain-area.html">Constrain resize area</a></li>
17
+ <li><a href="delay-start.html">Delay start</a></li>
18
+ <li><a href="snap-to-grid.html">Snap to grid</a></li>
19
+ <li><a href="visual-feedback.html">Visual feedback</a></li>
20
+ <li><a href="synchronous-resize.html">Synchronous resize</a></li>
21
+ <li><a href="animate.html">Animate</a></li>
22
+ <li><a href="helper.html">Resize Helper</a></li>
23
+ <li><a href="textarea.html">Textarea</a></li>
24
+ </ul>
25
+ </div>
26
+
27
+ </body>
28
+ </html>
@@ -0,0 +1,45 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable - Maximum / minimum size</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.resizable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ #resizable { width: 200px; height: 150px; padding: 5px; }
15
+ #resizable h3 { text-align: center; margin: 0; }
16
+ </style>
17
+ <script>
18
+ $(function() {
19
+ $( "#resizable" ).resizable({
20
+ maxHeight: 250,
21
+ maxWidth: 350,
22
+ minHeight: 150,
23
+ minWidth: 200
24
+ });
25
+ });
26
+ </script>
27
+ </head>
28
+ <body>
29
+
30
+ <div class="demo">
31
+
32
+ <div id="resizable" class="ui-widget-content">
33
+ <h3 class="ui-widget-header">Resize larger / smaller</h3>
34
+ </div>
35
+
36
+ </div><!-- End demo -->
37
+
38
+
39
+
40
+ <div class="demo-description">
41
+ <p>Limit the resizable element to a maximum or minimum height or width using the <code>maxHeight</code>, <code>maxWidth</code>, <code>minHeight</code>, and <code>minWidth</code> options.</p>
42
+ </div><!-- End demo-description -->
43
+
44
+ </body>
45
+ </html>
@@ -0,0 +1,42 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable - Snap to grid</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.resizable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ #resizable { width: 150px; height: 150px; padding: 0.5em; }
15
+ #resizable h3 { text-align: center; margin: 0; }
16
+ </style>
17
+ <script>
18
+ $(function() {
19
+ $( "#resizable" ).resizable({
20
+ grid: 50
21
+ });
22
+ });
23
+ </script>
24
+ </head>
25
+ <body>
26
+
27
+ <div class="demo">
28
+
29
+ <div id="resizable" class="ui-widget-content">
30
+ <h3 class="ui-widget-header">Grid</h3>
31
+ </div>
32
+
33
+ </div><!-- End demo -->
34
+
35
+
36
+
37
+ <div class="demo-description">
38
+ <p>Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the <code>grid</code> option.</p>
39
+ </div><!-- End demo-description -->
40
+
41
+ </body>
42
+ </html>
@@ -0,0 +1,49 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable - Synchronous resize</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.resizable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ #resizable { background-position: top left; }
15
+ #resizable, #also { width: 150px; height: 120px; padding: 0.5em; }
16
+ #resizable h3, #also h3 { text-align: center; margin: 0; }
17
+ #also { margin-top: 1em; }
18
+ </style>
19
+ <script>
20
+ $(function() {
21
+ $( "#resizable" ).resizable({
22
+ alsoResize: "#also"
23
+ });
24
+ $( "#also" ).resizable();
25
+ });
26
+ </script>
27
+ </head>
28
+ <body>
29
+
30
+ <div class="demo">
31
+
32
+ <div id="resizable" class="ui-widget-header">
33
+ <h3 class="ui-state-active">Resize</h3>
34
+ </div>
35
+
36
+ <div id="also" class="ui-widget-content">
37
+ <h3 class="ui-widget-header">will also resize</h3>
38
+ </div>
39
+
40
+ </div><!-- End demo -->
41
+
42
+
43
+
44
+ <div class="demo-description">
45
+ <p>Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the <code>alsoResize</code> option.</p>
46
+ </div><!-- End demo-description -->
47
+
48
+ </body>
49
+ </html>
@@ -0,0 +1,41 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable - Textarea</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.resizable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ .ui-resizable-se {
15
+ bottom: 17px;
16
+ }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $( "#resizable" ).resizable({
21
+ handles: "se"
22
+ });
23
+ });
24
+ </script>
25
+ </head>
26
+ <body>
27
+
28
+ <div class="demo">
29
+
30
+ <textarea id="resizable" rows="5" cols="20"></textarea>
31
+
32
+ </div><!-- End demo -->
33
+
34
+
35
+
36
+ <div class="demo-description">
37
+ <p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
38
+ </div><!-- End demo-description -->
39
+
40
+ </body>
41
+ </html>
@@ -0,0 +1,43 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Resizable - Visual feedback</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.resizable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ #resizable { width: 150px; height: 150px; padding: 0.5em; }
15
+ #resizable h3 { text-align: center; margin: 0; }
16
+ .ui-resizable-ghost { border: 1px dotted gray; }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $( "#resizable" ).resizable({
21
+ ghost: true
22
+ });
23
+ });
24
+ </script>
25
+ </head>
26
+ <body>
27
+
28
+ <div class="demo">
29
+
30
+ <div id="resizable" class="ui-widget-content">
31
+ <h3 class="ui-widget-header">Ghost</h3>
32
+ </div>
33
+
34
+ </div><!-- End demo -->
35
+
36
+
37
+
38
+ <div class="demo-description">
39
+ <p>Instead of showing the actual element during resize, set the <code>ghost</code> option to true to show a semi-transparent part of the element.</p>
40
+ </div><!-- End demo-description -->
41
+
42
+ </body>
43
+ </html>
@@ -0,0 +1,50 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Selectable - Default functionality</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.selectable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+
14
+ <style>
15
+ #feedback { font-size: 1.4em; }
16
+ #selectable .ui-selecting { background: #FECA40; }
17
+ #selectable .ui-selected { background: #F39814; color: white; }
18
+ #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
19
+ #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
20
+ </style>
21
+ <script>
22
+ $(function() {
23
+ $( "#selectable" ).selectable();
24
+ });
25
+ </script>
26
+ </head>
27
+ <body>
28
+
29
+ <div class="demo">
30
+
31
+ <ol id="selectable">
32
+ <li class="ui-widget-content">Item 1</li>
33
+ <li class="ui-widget-content">Item 2</li>
34
+ <li class="ui-widget-content">Item 3</li>
35
+ <li class="ui-widget-content">Item 4</li>
36
+ <li class="ui-widget-content">Item 5</li>
37
+ <li class="ui-widget-content">Item 6</li>
38
+ <li class="ui-widget-content">Item 7</li>
39
+ </ol>
40
+
41
+ </div><!-- End demo -->
42
+
43
+
44
+
45
+ <div class="demo-description">
46
+ <p>Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections. </p>
47
+ </div><!-- End demo-description -->
48
+
49
+ </body>
50
+ </html>
@@ -0,0 +1,55 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Selectable - Display as grid</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.selectable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+
14
+ <style>
15
+ #feedback { font-size: 1.4em; }
16
+ #selectable .ui-selecting { background: #FECA40; }
17
+ #selectable .ui-selected { background: #F39814; color: white; }
18
+ #selectable { list-style-type: none; margin: 0; padding: 0; }
19
+ #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 4em; text-align: center; }
20
+ </style>
21
+ <script>
22
+ $(function() {
23
+ $( "#selectable" ).selectable();
24
+ });
25
+ </script>
26
+ </head>
27
+ <body>
28
+
29
+ <div class="demo">
30
+
31
+ <ol id="selectable">
32
+ <li class="ui-state-default">1</li>
33
+ <li class="ui-state-default">2</li>
34
+ <li class="ui-state-default">3</li>
35
+ <li class="ui-state-default">4</li>
36
+ <li class="ui-state-default">5</li>
37
+ <li class="ui-state-default">6</li>
38
+ <li class="ui-state-default">7</li>
39
+ <li class="ui-state-default">8</li>
40
+ <li class="ui-state-default">9</li>
41
+ <li class="ui-state-default">10</li>
42
+ <li class="ui-state-default">11</li>
43
+ <li class="ui-state-default">12</li>
44
+ </ol>
45
+
46
+ </div><!-- End demo -->
47
+
48
+
49
+
50
+ <div class="demo-description">
51
+ <p>To arrange selectable items as a grid, give them identical dimensions and float them using CSS.</p>
52
+ </div><!-- End demo-description -->
53
+
54
+ </body>
55
+ </html>
@@ -0,0 +1,20 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Selectable Demos</title>
6
+ <link rel="stylesheet" href="../demos.css">
7
+ </head>
8
+ <body>
9
+
10
+ <div class="demos-nav">
11
+ <h4>Examples</h4>
12
+ <ul>
13
+ <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
14
+ <li><a href="serialize.html">Serialize</a></li>
15
+ <li><a href="display-grid.html">Display as grid</a></li>
16
+ </ul>
17
+ </div>
18
+
19
+ </body>
20
+ </html>
@@ -0,0 +1,61 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Selectable - Serialize</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.selectable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+
14
+ <style>
15
+ #feedback { font-size: 1.4em; }
16
+ #selectable .ui-selecting { background: #FECA40; }
17
+ #selectable .ui-selected { background: #F39814; color: white; }
18
+ #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
19
+ #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
20
+ </style>
21
+ <script>
22
+ $(function() {
23
+ $( "#selectable" ).selectable({
24
+ stop: function() {
25
+ var result = $( "#select-result" ).empty();
26
+ $( ".ui-selected", this ).each(function() {
27
+ var index = $( "#selectable li" ).index( this );
28
+ result.append( " #" + ( index + 1 ) );
29
+ });
30
+ }
31
+ });
32
+ });
33
+ </script>
34
+ </head>
35
+ <body>
36
+
37
+ <div class="demo">
38
+
39
+ <p id="feedback">
40
+ <span>You've selected:</span> <span id="select-result">none</span>.
41
+ </p>
42
+
43
+ <ol id="selectable">
44
+ <li class="ui-widget-content">Item 1</li>
45
+ <li class="ui-widget-content">Item 2</li>
46
+ <li class="ui-widget-content">Item 3</li>
47
+ <li class="ui-widget-content">Item 4</li>
48
+ <li class="ui-widget-content">Item 5</li>
49
+ <li class="ui-widget-content">Item 6</li>
50
+ </ol>
51
+
52
+ </div><!-- End demo -->
53
+
54
+
55
+
56
+ <div class="demo-description">
57
+ <p>Write a function that fires on the <code>stop</code> event to collect the index values of selected items. Present values as feedback, or pass as a data string.</p>
58
+ </div><!-- End demo-description -->
59
+
60
+ </body>
61
+ </html>
@@ -0,0 +1,78 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Sortable - Connect lists with Tabs</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.sortable.js"></script>
12
+ <script src="../../ui/jquery.ui.droppable.js"></script>
13
+ <script src="../../ui/jquery.ui.tabs.js"></script>
14
+ <link rel="stylesheet" href="../demos.css">
15
+ <style>
16
+ #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $( "#sortable1, #sortable2" ).sortable().disableSelection();
21
+
22
+ var $tabs = $( "#tabs" ).tabs();
23
+
24
+ var $tab_items = $( "ul:first li", $tabs ).droppable({
25
+ accept: ".connectedSortable li",
26
+ hoverClass: "ui-state-hover",
27
+ drop: function( event, ui ) {
28
+ var $item = $( this );
29
+ var $list = $( $item.find( "a" ).attr( "href" ) )
30
+ .find( ".connectedSortable" );
31
+
32
+ ui.draggable.hide( "slow", function() {
33
+ $tabs.tabs( "select", $tab_items.index( $item ) );
34
+ $( this ).appendTo( $list ).show( "slow" );
35
+ });
36
+ }
37
+ });
38
+ });
39
+ </script>
40
+ </head>
41
+ <body>
42
+ <div class="demo">
43
+
44
+ <div id="tabs">
45
+ <ul>
46
+ <li><a href="#tabs-1">Nunc tincidunt</a></li>
47
+ <li><a href="#tabs-2">Proin dolor</a></li>
48
+ </ul>
49
+ <div id="tabs-1">
50
+ <ul id="sortable1" class="connectedSortable ui-helper-reset">
51
+ <li class="ui-state-default">Item 1</li>
52
+ <li class="ui-state-default">Item 2</li>
53
+ <li class="ui-state-default">Item 3</li>
54
+ <li class="ui-state-default">Item 4</li>
55
+ <li class="ui-state-default">Item 5</li>
56
+ </ul>
57
+ </div>
58
+ <div id="tabs-2">
59
+ <ul id="sortable2" class="connectedSortable ui-helper-reset">
60
+ <li class="ui-state-highlight">Item 1</li>
61
+ <li class="ui-state-highlight">Item 2</li>
62
+ <li class="ui-state-highlight">Item 3</li>
63
+ <li class="ui-state-highlight">Item 4</li>
64
+ <li class="ui-state-highlight">Item 5</li>
65
+ </ul>
66
+ </div>
67
+ </div>
68
+
69
+ </div><!-- End demo -->
70
+
71
+
72
+
73
+ <div class="demo-description">
74
+ <p>Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.</p>
75
+ </div><!-- End demo-description -->
76
+
77
+ </body>
78
+ </html>
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Sortable - Connect lists</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.5.1.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.sortable.js"></script>
12
+ <link rel="stylesheet" href="../demos.css">
13
+ <style>
14
+ #sortable1, #sortable2 { list-style-type: none; margin: 0; padding: 0; float: left; margin-right: 10px; }
15
+ #sortable1 li, #sortable2 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; width: 120px; }
16
+ </style>
17
+ <script>
18
+ $(function() {
19
+ $( "#sortable1, #sortable2" ).sortable({
20
+ connectWith: ".connectedSortable"
21
+ }).disableSelection();
22
+ });
23
+ </script>
24
+ </head>
25
+ <body>
26
+ <div class="demo">
27
+
28
+ <ul id="sortable1" class="connectedSortable">
29
+ <li class="ui-state-default">Item 1</li>
30
+ <li class="ui-state-default">Item 2</li>
31
+ <li class="ui-state-default">Item 3</li>
32
+ <li class="ui-state-default">Item 4</li>
33
+ <li class="ui-state-default">Item 5</li>
34
+ </ul>
35
+
36
+ <ul id="sortable2" class="connectedSortable">
37
+ <li class="ui-state-highlight">Item 1</li>
38
+ <li class="ui-state-highlight">Item 2</li>
39
+ <li class="ui-state-highlight">Item 3</li>
40
+ <li class="ui-state-highlight">Item 4</li>
41
+ <li class="ui-state-highlight">Item 5</li>
42
+ </ul>
43
+
44
+ </div><!-- End demo -->
45
+
46
+
47
+
48
+ <div class="demo-description">
49
+ <p>
50
+ Sort items from one list into another and vice versa, by passing a selector into
51
+ the <code>connectWith</code> option. The simplest way to do this is to
52
+ group all related lists with a CSS class, and then pass that class into the
53
+ sortable function (i.e., <code>connectWith: '.myclass'</code>).
54
+ </p>
55
+ </div><!-- End demo-description -->
56
+
57
+ </body>
58
+ </html>