From d21ea7816e2d88125dadf5736e1d26978d007c05 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 5 Aug 2016 13:20:20 +0200 Subject: [PATCH] Squashed 'jquery-ui/' content from commit 77ff328 git-subtree-dir: jquery-ui git-subtree-split: 77ff328cbe8a662f52178020d202dc1bfb560fd8 --- .csslintrc | 11 + .editorconfig | 16 + .gitattributes | 5 + .gitignore | 3 + .jscsrc | 9 + .jshintrc | 17 + .mailmap | 115 + .travis.yml | 5 + AUTHORS.txt | 296 + CONTRIBUTING.md | 98 + Gruntfile.js | 320 + LICENSE.txt | 43 + README.md | 45 + bower.json | 43 + build/core.json | 68 + build/effect.json | 46 + build/interaction.json | 36 + build/release.js | 98 + build/tasks/build.js | 134 + build/tasks/testswarm.js | 93 + build/themes | 1 + build/widget.json | 106 + demos/accordion/collapsible.html | 50 + demos/accordion/custom-icons.html | 64 + demos/accordion/default.html | 80 + demos/accordion/fillspace.html | 72 + demos/accordion/hoverintent.html | 148 + demos/accordion/index.html | 21 + demos/accordion/no-auto-height.html | 50 + demos/accordion/sortable.html | 77 + demos/autocomplete/categories.html | 75 + demos/autocomplete/combobox.html | 210 + demos/autocomplete/custom-data.html | 90 + demos/autocomplete/default.html | 58 + demos/autocomplete/folding.html | 56 + demos/autocomplete/images/jquery_32x32.png | Bin 0 -> 1417 bytes demos/autocomplete/images/jqueryui_32x32.png | Bin 0 -> 1189 bytes demos/autocomplete/images/sizzlejs_32x32.png | Bin 0 -> 997 bytes demos/autocomplete/images/transparent_1x1.png | Bin 0 -> 81 bytes .../images/ui-anim_basic_16x16.gif | Bin 0 -> 1459 bytes demos/autocomplete/index.html | 26 + demos/autocomplete/london.xml | 114 + demos/autocomplete/maxheight.html | 71 + demos/autocomplete/multiple-remote.html | 80 + demos/autocomplete/multiple.html | 93 + demos/autocomplete/remote-jsonp.html | 74 + demos/autocomplete/remote-with-cache.html | 52 + demos/autocomplete/remote.html | 55 + demos/autocomplete/search.php | 589 + demos/autocomplete/xml.html | 68 + demos/button/checkbox.html | 37 + demos/button/default.html | 34 + demos/button/icons.html | 49 + demos/button/index.html | 20 + demos/button/radio.html | 32 + demos/button/splitbutton.html | 69 + demos/button/toolbar.html | 118 + demos/datepicker/alt-field.html | 29 + demos/datepicker/animation.html | 51 + demos/datepicker/buttonbar.html | 28 + demos/datepicker/date-formats.html | 40 + demos/datepicker/date-range.html | 44 + demos/datepicker/datepicker-ar.js | 36 + demos/datepicker/datepicker-fr.js | 38 + demos/datepicker/datepicker-he.js | 36 + demos/datepicker/datepicker-zh-TW.js | 36 + demos/datepicker/default.html | 26 + demos/datepicker/dropdown-month-year.html | 29 + demos/datepicker/icon-trigger.html | 31 + demos/datepicker/images/calendar.gif | Bin 0 -> 258 bytes demos/datepicker/index.html | 28 + demos/datepicker/inline.html | 26 + demos/datepicker/localization.html | 41 + demos/datepicker/min-max.html | 26 + demos/datepicker/multiple-calendars.html | 29 + demos/datepicker/other-months.html | 30 + demos/datepicker/show-week.html | 32 + demos/demos.css | 19 + demos/dialog/animated.html | 52 + demos/dialog/default.html | 33 + demos/dialog/index.html | 19 + demos/dialog/modal-confirmation.html | 46 + demos/dialog/modal-form.html | 169 + demos/dialog/modal-message.html | 48 + demos/draggable/constrain-movement.html | 58 + demos/draggable/cursor-style.html | 42 + demos/draggable/default.html | 32 + demos/draggable/events.html | 70 + demos/draggable/handle.html | 41 + demos/draggable/index.html | 24 + demos/draggable/revert.html | 37 + demos/draggable/scroll.html | 44 + demos/draggable/snap-to.html | 61 + demos/draggable/sortable.html | 50 + demos/draggable/visual-feedback.html | 70 + demos/droppable/accepted-elements.html | 53 + demos/droppable/default.html | 46 + demos/droppable/images/high_tatras.jpg | Bin 0 -> 22994 bytes demos/droppable/images/high_tatras2.jpg | Bin 0 -> 25619 bytes demos/droppable/images/high_tatras2_min.jpg | Bin 0 -> 2164 bytes demos/droppable/images/high_tatras3.jpg | Bin 0 -> 24583 bytes demos/droppable/images/high_tatras3_min.jpg | Bin 0 -> 1901 bytes demos/droppable/images/high_tatras4.jpg | Bin 0 -> 24870 bytes demos/droppable/images/high_tatras4_min.jpg | Bin 0 -> 2541 bytes demos/droppable/images/high_tatras_min.jpg | Bin 0 -> 2147 bytes demos/droppable/index.html | 21 + demos/droppable/photo-manager.html | 183 + demos/droppable/propagation.html | 73 + demos/droppable/revert.html | 54 + demos/droppable/shopping-cart.html | 94 + demos/droppable/visual-feedback.html | 72 + demos/effect/addClass.html | 44 + demos/effect/animate.html | 55 + demos/effect/default.html | 104 + demos/effect/easing.html | 102 + demos/effect/hide.html | 96 + demos/effect/index.html | 24 + demos/effect/removeClass.html | 44 + demos/effect/show.html | 98 + demos/effect/switchClass.html | 39 + demos/effect/toggle.html | 104 + demos/effect/toggleClass.html | 38 + demos/images/calendar.gif | Bin 0 -> 258 bytes demos/images/demo-config-on-tile.gif | Bin 0 -> 172 bytes demos/images/demo-config-on.gif | Bin 0 -> 335 bytes demos/images/demo-spindown-closed.gif | Bin 0 -> 103 bytes demos/images/demo-spindown-open.gif | Bin 0 -> 105 bytes demos/images/icon-docs-info.gif | Bin 0 -> 206 bytes demos/images/pbar-ani.gif | Bin 0 -> 3404 bytes demos/index.html | 34 + demos/menu/categories.html | 42 + demos/menu/default.html | 63 + demos/menu/icons.html | 45 + demos/menu/index.html | 17 + demos/position/cycler.html | 106 + demos/position/default.html | 137 + demos/position/images/earth.jpg | Bin 0 -> 29850 bytes demos/position/images/flight.jpg | Bin 0 -> 33637 bytes demos/position/images/rocket.jpg | Bin 0 -> 32986 bytes demos/position/index.html | 16 + demos/progressbar/default.html | 28 + demos/progressbar/download.html | 115 + demos/progressbar/images/pbar-ani.gif | Bin 0 -> 3404 bytes demos/progressbar/indeterminate.html | 53 + demos/progressbar/index.html | 18 + demos/progressbar/label.html | 61 + demos/resizable/animate.html | 36 + demos/resizable/aspect-ratio.html | 35 + demos/resizable/constrain-area.html | 40 + demos/resizable/default.html | 33 + demos/resizable/helper.html | 36 + demos/resizable/index.html | 24 + demos/resizable/max-min.html | 38 + demos/resizable/snap-to-grid.html | 35 + demos/resizable/synchronous-resize.html | 42 + demos/resizable/textarea.html | 34 + demos/resizable/visual-feedback.html | 36 + demos/selectable/default.html | 43 + demos/selectable/display-grid.html | 48 + demos/selectable/index.html | 17 + demos/selectable/serialize.html | 54 + demos/selectmenu/custom_render.html | 138 + demos/selectmenu/default.html | 104 + demos/selectmenu/images/24-podcast-square.png | Bin 0 -> 681 bytes demos/selectmenu/images/24-rss-square.png | Bin 0 -> 594 bytes demos/selectmenu/images/24-video-square.png | Bin 0 -> 649 bytes demos/selectmenu/index.html | 17 + demos/selectmenu/product-selection.html | 93 + demos/slider/colorpicker.html | 87 + demos/slider/default.html | 27 + demos/slider/hotelrooms.html | 49 + demos/slider/index.html | 25 + demos/slider/multiple-vertical.html | 69 + demos/slider/range-vertical.html | 41 + demos/slider/range.html | 42 + demos/slider/rangemax.html | 40 + demos/slider/rangemin.html | 41 + demos/slider/side-scroll.html | 131 + demos/slider/slider-vertical.html | 42 + demos/slider/steps.html | 41 + demos/sortable/connect-lists.html | 66 + demos/sortable/default.html | 45 + demos/sortable/display-grid.html | 48 + demos/sortable/empty-lists.html | 63 + demos/sortable/index.html | 21 + demos/sortable/items.html | 64 + demos/sortable/placeholder.html | 50 + demos/sortable/portlets.html | 115 + demos/spinner/currency.html | 53 + demos/spinner/decimal.html | 56 + demos/spinner/default.html | 64 + demos/spinner/index.html | 20 + demos/spinner/latlong.html | 57 + demos/spinner/overflow.html | 44 + demos/spinner/time.html | 74 + demos/tabs/ajax.html | 46 + demos/tabs/ajax/content1.html | 4 + demos/tabs/ajax/content2.html | 4 + demos/tabs/ajax/content3-slow.php | 7 + demos/tabs/ajax/content4-broken.php | 3 + demos/tabs/collapsible.html | 48 + demos/tabs/default.html | 42 + demos/tabs/index.html | 20 + demos/tabs/manipulation.html | 122 + demos/tabs/mouseover.html | 44 + demos/tabs/sortable.html | 51 + demos/tabs/vertical.html | 54 + demos/tooltip/ajax/content1.html | 1 + demos/tooltip/ajax/content2.html | 1 + demos/tooltip/custom-animation.html | 54 + demos/tooltip/custom-content.html | 83 + demos/tooltip/custom-style.html | 93 + demos/tooltip/default.html | 40 + demos/tooltip/forms.html | 70 + demos/tooltip/images/st-stephens.jpg | Bin 0 -> 17724 bytes demos/tooltip/images/tower-bridge.jpg | Bin 0 -> 15764 bytes demos/tooltip/index.html | 21 + demos/tooltip/tracking.html | 42 + demos/tooltip/video-player.html | 147 + demos/widget/default.html | 178 + demos/widget/index.html | 15 + external/globalize/LICENSE | 21 + external/globalize/globalize.culture.de-DE.js | 81 + external/globalize/globalize.culture.ja-JP.js | 100 + external/globalize/globalize.js | 1585 + external/jquery-1.10.0/MIT-LICENSE.txt | 21 + external/jquery-1.10.0/jquery.js | 9800 +++ external/jquery-1.10.1/MIT-LICENSE.txt | 21 + external/jquery-1.10.1/jquery.js | 9807 +++ external/jquery-1.10.2/MIT-LICENSE.txt | 21 + external/jquery-1.10.2/jquery.js | 9789 +++ external/jquery-1.6.0/MIT-LICENSE.txt | 20 + external/jquery-1.6.0/jquery.js | 8865 +++ external/jquery-1.6.1/MIT-LICENSE.txt | 20 + external/jquery-1.6.1/jquery.js | 8936 +++ external/jquery-1.6.2/MIT-LICENSE.txt | 20 + external/jquery-1.6.2/jquery.js | 8981 +++ external/jquery-1.6.3/MIT-LICENSE.txt | 20 + external/jquery-1.6.3/jquery.js | 9044 +++ external/jquery-1.6.4/MIT-LICENSE.txt | 20 + external/jquery-1.6.4/jquery.js | 9046 +++ external/jquery-1.7.0/MIT-LICENSE.txt | 20 + external/jquery-1.7.0/jquery.js | 9300 +++ external/jquery-1.7.1/MIT-LICENSE.txt | 20 + external/jquery-1.7.1/jquery.js | 9266 +++ external/jquery-1.7.2/MIT-LICENSE.txt | 20 + external/jquery-1.7.2/jquery.js | 9404 +++ external/jquery-1.8.0/MIT-LICENSE.txt | 21 + external/jquery-1.8.0/jquery.js | 9227 +++ external/jquery-1.8.1/MIT-LICENSE.txt | 21 + external/jquery-1.8.1/jquery.js | 9301 +++ external/jquery-1.8.2/MIT-LICENSE.txt | 21 + external/jquery-1.8.2/jquery.js | 9440 +++ external/jquery-1.8.3/MIT-LICENSE.txt | 21 + external/jquery-1.8.3/jquery.js | 9472 +++ external/jquery-1.9.0/MIT-LICENSE.txt | 21 + external/jquery-1.9.0/jquery.js | 9555 +++ external/jquery-1.9.1/MIT-LICENSE.txt | 21 + external/jquery-1.9.1/jquery.js | 9597 +++ external/jquery-2.0.0/MIT-LICENSE.txt | 21 + external/jquery-2.0.0/jquery.js | 8755 +++ external/jquery-2.0.1/MIT-LICENSE.txt | 21 + external/jquery-2.0.1/jquery.js | 8837 +++ external/jquery-2.0.2/MIT-LICENSE.txt | 21 + external/jquery-2.0.2/jquery.js | 8842 +++ external/jquery-2.0.3/MIT-LICENSE.txt | 21 + external/jquery-2.0.3/jquery.js | 8829 +++ external/jquery-3.0.0/LICENSE.txt | 36 + external/jquery-3.0.0/jquery.js | 10037 +++ external/jquery-mousewheel/LICENSE.txt | 20 + .../jquery-mousewheel/jquery.mousewheel.js | 221 + external/jquery-simulate/LICENSE.txt | 37 + external/jquery-simulate/jquery.simulate.js | 330 + external/jquery/MIT-LICENSE.txt | 21 + external/jquery/jquery.js | 9789 +++ external/jshint/LICENSE/LICENSE | 20 + external/jshint/jshint.js | 60570 ++++++++++++++++ external/qunit/MIT-LICENSE.txt | 21 + external/qunit/qunit.css | 237 + external/qunit/qunit.js | 2288 + package.json | 77 + tests/.jshintrc | 42 + tests/images/jquery_521x191.png | Bin 0 -> 3894 bytes tests/images/jqueryui_32x32.png | Bin 0 -> 1193 bytes tests/index.css | 21 + tests/index.html | 33 + tests/index.js | 10 + tests/jquery.js | 24 + tests/unit/accordion/accordion.html | 156 + tests/unit/accordion/accordion_common.js | 20 + tests/unit/accordion/accordion_core.js | 190 + tests/unit/accordion/accordion_events.js | 164 + tests/unit/accordion/accordion_methods.js | 131 + tests/unit/accordion/accordion_options.js | 479 + .../unit/accordion/accordion_test_helpers.js | 27 + tests/unit/accordion/all.html | 26 + tests/unit/all.html | 66 + tests/unit/autocomplete/all.html | 26 + tests/unit/autocomplete/autocomplete.html | 45 + .../unit/autocomplete/autocomplete_common.js | 29 + tests/unit/autocomplete/autocomplete_core.js | 390 + .../unit/autocomplete/autocomplete_events.js | 182 + .../unit/autocomplete/autocomplete_methods.js | 45 + .../unit/autocomplete/autocomplete_options.js | 314 + .../remote_object_array_labels.txt | 5 + .../remote_object_array_values.txt | 5 + .../unit/autocomplete/remote_string_array.txt | 1 + tests/unit/button/all.html | 26 + tests/unit/button/button.html | 79 + tests/unit/button/button_common.js | 14 + tests/unit/button/button_core.js | 226 + tests/unit/button/button_events.js | 36 + tests/unit/button/button_methods.js | 74 + tests/unit/button/button_options.js | 159 + tests/unit/core/all.html | 26 + tests/unit/core/core.html | 125 + tests/unit/core/core.js | 144 + tests/unit/core/core_deprecated.html | 132 + tests/unit/core/core_deprecated.js | 52 + tests/unit/core/selector.js | 254 + tests/unit/datepicker/all.html | 26 + tests/unit/datepicker/datepicker.html | 44 + tests/unit/datepicker/datepicker_common.js | 7 + tests/unit/datepicker/datepicker_core.js | 528 + tests/unit/datepicker/datepicker_events.js | 153 + tests/unit/datepicker/datepicker_methods.js | 125 + tests/unit/datepicker/datepicker_options.js | 1125 + .../datepicker/datepicker_test_helpers.js | 27 + tests/unit/datepicker/images/calendar.gif | Bin 0 -> 258 bytes tests/unit/dialog/all.html | 26 + tests/unit/dialog/dialog.html | 64 + tests/unit/dialog/dialog_common.js | 43 + tests/unit/dialog/dialog_core.js | 260 + tests/unit/dialog/dialog_events.js | 370 + tests/unit/dialog/dialog_methods.js | 267 + tests/unit/dialog/dialog_options.js | 584 + tests/unit/dialog/dialog_test_helpers.js | 47 + tests/unit/draggable/all.html | 26 + tests/unit/draggable/draggable.html | 126 + tests/unit/draggable/draggable_common.js | 40 + tests/unit/draggable/draggable_core.js | 377 + tests/unit/draggable/draggable_events.js | 164 + tests/unit/draggable/draggable_methods.js | 103 + tests/unit/draggable/draggable_options.js | 1489 + .../unit/draggable/draggable_test_helpers.js | 131 + tests/unit/droppable/all.html | 26 + tests/unit/droppable/droppable.html | 46 + tests/unit/droppable/droppable_common.js | 20 + tests/unit/droppable/droppable_core.js | 29 + tests/unit/droppable/droppable_events.js | 63 + tests/unit/droppable/droppable_methods.js | 91 + tests/unit/droppable/droppable_options.js | 204 + .../unit/droppable/droppable_test_helpers.js | 10 + tests/unit/effects/all.html | 26 + tests/unit/effects/effects.html | 115 + tests/unit/effects/effects_core.js | 271 + tests/unit/effects/effects_scale.js | 68 + tests/unit/index.html | 67 + tests/unit/menu/all.html | 26 + tests/unit/menu/menu.html | 320 + tests/unit/menu/menu_common.js | 21 + tests/unit/menu/menu_core.js | 61 + tests/unit/menu/menu_events.js | 688 + tests/unit/menu/menu_methods.js | 117 + tests/unit/menu/menu_options.js | 109 + tests/unit/menu/menu_test_helpers.js | 31 + tests/unit/position/all.html | 26 + tests/unit/position/position.html | 56 + tests/unit/position/position_core.js | 766 + tests/unit/progressbar/all.html | 26 + tests/unit/progressbar/progressbar.html | 40 + tests/unit/progressbar/progressbar_common.js | 12 + tests/unit/progressbar/progressbar_core.js | 53 + tests/unit/progressbar/progressbar_events.js | 51 + tests/unit/progressbar/progressbar_methods.js | 35 + tests/unit/progressbar/progressbar_options.js | 72 + tests/unit/qunit-composite.css | 13 + tests/unit/qunit-composite.js | 112 + tests/unit/resizable/all.html | 26 + tests/unit/resizable/images/test.jpg | Bin 0 -> 391 bytes tests/unit/resizable/resizable.html | 84 + tests/unit/resizable/resizable_common.js | 30 + tests/unit/resizable/resizable_core.js | 244 + tests/unit/resizable/resizable_events.js | 241 + tests/unit/resizable/resizable_methods.js | 21 + tests/unit/resizable/resizable_options.js | 466 + .../unit/resizable/resizable_test_helpers.js | 11 + tests/unit/selectable/all.html | 26 + tests/unit/selectable/selectable.html | 47 + tests/unit/selectable/selectable_common.js | 21 + tests/unit/selectable/selectable_core.js | 3 + tests/unit/selectable/selectable_events.js | 65 + tests/unit/selectable/selectable_methods.js | 110 + tests/unit/selectable/selectable_options.js | 65 + tests/unit/selectmenu/all.html | 26 + tests/unit/selectmenu/selectmenu.html | 87 + tests/unit/selectmenu/selectmenu_common.js | 23 + tests/unit/selectmenu/selectmenu_core.js | 274 + tests/unit/selectmenu/selectmenu_events.js | 133 + tests/unit/selectmenu/selectmenu_methods.js | 171 + tests/unit/selectmenu/selectmenu_options.js | 125 + tests/unit/slider/all.html | 26 + tests/unit/slider/slider.html | 44 + tests/unit/slider/slider_common.js | 23 + tests/unit/slider/slider_core.js | 297 + tests/unit/slider/slider_events.js | 168 + tests/unit/slider/slider_methods.js | 163 + tests/unit/slider/slider_options.js | 364 + tests/unit/sortable/all.html | 26 + tests/unit/sortable/sortable.html | 140 + tests/unit/sortable/sortable_common.js | 45 + tests/unit/sortable/sortable_core.js | 40 + tests/unit/sortable/sortable_events.js | 378 + tests/unit/sortable/sortable_methods.js | 128 + tests/unit/sortable/sortable_options.js | 496 + tests/unit/sortable/sortable_test_helpers.js | 9 + tests/unit/spinner/all.html | 26 + tests/unit/spinner/spinner.html | 45 + tests/unit/spinner/spinner_common.js | 23 + tests/unit/spinner/spinner_core.js | 238 + tests/unit/spinner/spinner_events.js | 259 + tests/unit/spinner/spinner_methods.js | 208 + tests/unit/spinner/spinner_options.js | 262 + tests/unit/spinner/spinner_test_helpers.js | 8 + tests/unit/subsuite.js | 25 + tests/unit/swarminject.js | 10 + tests/unit/tabs/all.html | 26 + tests/unit/tabs/data/test.html | 1 + tests/unit/tabs/tabs.html | 151 + tests/unit/tabs/tabs_common.js | 18 + tests/unit/tabs/tabs_core.js | 642 + tests/unit/tabs/tabs_events.js | 318 + tests/unit/tabs/tabs_methods.js | 270 + tests/unit/tabs/tabs_options.js | 366 + tests/unit/tabs/tabs_test_helpers.js | 70 + tests/unit/testsuite.js | 342 + tests/unit/tooltip/all.html | 26 + tests/unit/tooltip/tooltip.html | 51 + tests/unit/tooltip/tooltip_common.js | 21 + tests/unit/tooltip/tooltip_core.js | 225 + tests/unit/tooltip/tooltip_events.js | 57 + tests/unit/tooltip/tooltip_methods.js | 140 + tests/unit/tooltip/tooltip_options.js | 196 + tests/unit/widget/all.html | 26 + tests/unit/widget/widget.html | 40 + tests/unit/widget/widget_animation.js | 257 + tests/unit/widget/widget_core.js | 1507 + tests/unit/widget/widget_extend.js | 105 + tests/visual/accordion/icons.html | 95 + tests/visual/addClass/queue.html | 52 + tests/visual/button/button.html | 94 + tests/visual/button/performance.html | 26 + tests/visual/compound/accordion_tabs.html | 86 + tests/visual/compound/datepicker_dialog.html | 32 + tests/visual/compound/dialog_widgets.html | 110 + .../visual/compound/draggable_accordion.html | 65 + ...le_accordion_accordion_tabs_draggable.html | 107 + .../visual/compound/draggable_resizable.html | 51 + .../sortable_accordion_sortable_tabs.html | 116 + tests/visual/compound/tabs_selectmenu.html | 53 + tests/visual/compound/tabs_tabs.html | 73 + tests/visual/compound/tabs_tooltips.html | 37 + tests/visual/dialog/animated.html | 53 + tests/visual/dialog/complex-dialogs.html | 125 + tests/visual/dialog/form.html | 70 + tests/visual/dialog/performance.html | 73 + tests/visual/dialog/stacking.html | 62 + tests/visual/draggable/replaced.html | 38 + tests/visual/effects/all.html | 217 + tests/visual/effects/clip.html | 92 + tests/visual/effects/effects.css | 49 + tests/visual/effects/effects.js | 107 + tests/visual/effects/scale.html | 168 + tests/visual/effects/shake.html | 99 + tests/visual/index.html | 103 + tests/visual/menu/menu.html | 304 + tests/visual/position/position.html | 143 + tests/visual/position/position_feedback.html | 145 + tests/visual/selectmenu/selectmenu.html | 300 + tests/visual/slider/range_slider.html | 47 + tests/visual/theme.html | 525 + tests/visual/tooltip/animations.html | 73 + tests/visual/tooltip/tooltip.html | 206 + tests/visual/visual.css | 3 + themes/base/accordion.css | 36 + themes/base/all.css | 12 + themes/base/autocomplete.css | 16 + themes/base/base.css | 28 + themes/base/button.css | 114 + themes/base/core.css | 93 + themes/base/datepicker.css | 175 + themes/base/dialog.css | 70 + themes/base/draggable.css | 12 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../base/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes themes/base/menu.css | 63 + themes/base/progressbar.css | 28 + themes/base/resizable.css | 78 + themes/base/selectable.css | 17 + themes/base/selectmenu.css | 59 + themes/base/slider.css | 75 + themes/base/sortable.css | 12 + themes/base/spinner.css | 65 + themes/base/tabs.css | 51 + themes/base/theme.css | 410 + themes/base/tooltip.css | 21 + ui/.jshintrc | 24 + ui/accordion.js | 597 + ui/autocomplete.js | 653 + ui/button.js | 411 + ui/core.js | 343 + ui/datepicker.js | 2084 + ui/dialog.js | 867 + ui/draggable.js | 1121 + ui/droppable.js | 413 + ui/effect-blind.js | 90 + ui/effect-bounce.js | 123 + ui/effect-clip.js | 77 + ui/effect-drop.js | 75 + ui/effect-explode.js | 107 + ui/effect-fade.js | 40 + ui/effect-fold.js | 86 + ui/effect-highlight.js | 60 + ui/effect-puff.js | 60 + ui/effect-pulsate.js | 73 + ui/effect-scale.js | 89 + ui/effect-shake.js | 84 + ui/effect-size.js | 233 + ui/effect-slide.js | 74 + ui/effect-transfer.js | 57 + ui/effect.js | 1301 + ui/i18n/datepicker-af.js | 37 + ui/i18n/datepicker-ar-DZ.js | 37 + ui/i18n/datepicker-ar.js | 38 + ui/i18n/datepicker-az.js | 37 + ui/i18n/datepicker-be.js | 37 + ui/i18n/datepicker-bg.js | 38 + ui/i18n/datepicker-bs.js | 37 + ui/i18n/datepicker-ca.js | 37 + ui/i18n/datepicker-cs.js | 37 + ui/i18n/datepicker-cy-GB.js | 37 + ui/i18n/datepicker-da.js | 37 + ui/i18n/datepicker-de.js | 37 + ui/i18n/datepicker-el.js | 37 + ui/i18n/datepicker-en-AU.js | 37 + ui/i18n/datepicker-en-GB.js | 37 + ui/i18n/datepicker-en-NZ.js | 37 + ui/i18n/datepicker-eo.js | 37 + ui/i18n/datepicker-es.js | 37 + ui/i18n/datepicker-et.js | 37 + ui/i18n/datepicker-eu.js | 36 + ui/i18n/datepicker-fa.js | 73 + ui/i18n/datepicker-fi.js | 37 + ui/i18n/datepicker-fo.js | 37 + ui/i18n/datepicker-fr-CA.js | 37 + ui/i18n/datepicker-fr-CH.js | 37 + ui/i18n/datepicker-fr.js | 39 + ui/i18n/datepicker-gl.js | 37 + ui/i18n/datepicker-he.js | 37 + ui/i18n/datepicker-hi.js | 37 + ui/i18n/datepicker-hr.js | 37 + ui/i18n/datepicker-hu.js | 36 + ui/i18n/datepicker-hy.js | 37 + ui/i18n/datepicker-id.js | 37 + ui/i18n/datepicker-is.js | 37 + ui/i18n/datepicker-it-CH.js | 37 + ui/i18n/datepicker-it.js | 37 + ui/i18n/datepicker-ja.js | 37 + ui/i18n/datepicker-ka.js | 35 + ui/i18n/datepicker-kk.js | 37 + ui/i18n/datepicker-km.js | 37 + ui/i18n/datepicker-ko.js | 37 + ui/i18n/datepicker-ky.js | 38 + ui/i18n/datepicker-lb.js | 37 + ui/i18n/datepicker-lt.js | 37 + ui/i18n/datepicker-lv.js | 37 + ui/i18n/datepicker-mk.js | 37 + ui/i18n/datepicker-ml.js | 37 + ui/i18n/datepicker-ms.js | 37 + ui/i18n/datepicker-nb.js | 36 + ui/i18n/datepicker-nl-BE.js | 37 + ui/i18n/datepicker-nl.js | 37 + ui/i18n/datepicker-nn.js | 36 + ui/i18n/datepicker-no.js | 37 + ui/i18n/datepicker-pl.js | 37 + ui/i18n/datepicker-pt-BR.js | 37 + ui/i18n/datepicker-pt.js | 36 + ui/i18n/datepicker-rm.js | 35 + ui/i18n/datepicker-ro.js | 40 + ui/i18n/datepicker-ru.js | 37 + ui/i18n/datepicker-sk.js | 37 + ui/i18n/datepicker-sl.js | 38 + ui/i18n/datepicker-sq.js | 37 + ui/i18n/datepicker-sr-SR.js | 37 + ui/i18n/datepicker-sr.js | 37 + ui/i18n/datepicker-sv.js | 37 + ui/i18n/datepicker-ta.js | 37 + ui/i18n/datepicker-th.js | 37 + ui/i18n/datepicker-tj.js | 37 + ui/i18n/datepicker-tr.js | 37 + ui/i18n/datepicker-uk.js | 38 + ui/i18n/datepicker-vi.js | 37 + ui/i18n/datepicker-zh-CN.js | 37 + ui/i18n/datepicker-zh-HK.js | 37 + ui/i18n/datepicker-zh-TW.js | 37 + ui/menu.js | 646 + ui/mouse.js | 204 + ui/position.js | 518 + ui/progressbar.js | 159 + ui/resizable.js | 1152 + ui/selectable.js | 287 + ui/selectmenu.js | 615 + ui/slider.js | 724 + ui/sortable.js | 1315 + ui/spinner.js | 514 + ui/tabs.js | 886 + ui/tooltip.js | 484 + ui/widget.js | 558 + 629 files changed, 341074 insertions(+) create mode 100644 .csslintrc create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .jscsrc create mode 100644 .jshintrc create mode 100644 .mailmap create mode 100644 .travis.yml create mode 100644 AUTHORS.txt create mode 100644 CONTRIBUTING.md create mode 100644 Gruntfile.js create mode 100644 LICENSE.txt create mode 100644 README.md create mode 100644 bower.json create mode 100644 build/core.json create mode 100644 build/effect.json create mode 100644 build/interaction.json create mode 100644 build/release.js create mode 100644 build/tasks/build.js create mode 100644 build/tasks/testswarm.js create mode 100644 build/themes create mode 100644 build/widget.json create mode 100644 demos/accordion/collapsible.html create mode 100644 demos/accordion/custom-icons.html create mode 100644 demos/accordion/default.html create mode 100644 demos/accordion/fillspace.html create mode 100644 demos/accordion/hoverintent.html create mode 100644 demos/accordion/index.html create mode 100644 demos/accordion/no-auto-height.html create mode 100644 demos/accordion/sortable.html create mode 100644 demos/autocomplete/categories.html create mode 100644 demos/autocomplete/combobox.html create mode 100644 demos/autocomplete/custom-data.html create mode 100644 demos/autocomplete/default.html create mode 100644 demos/autocomplete/folding.html create mode 100644 demos/autocomplete/images/jquery_32x32.png create mode 100644 demos/autocomplete/images/jqueryui_32x32.png create mode 100644 demos/autocomplete/images/sizzlejs_32x32.png create mode 100644 demos/autocomplete/images/transparent_1x1.png create mode 100644 demos/autocomplete/images/ui-anim_basic_16x16.gif create mode 100644 demos/autocomplete/index.html create mode 100644 demos/autocomplete/london.xml create mode 100644 demos/autocomplete/maxheight.html create mode 100644 demos/autocomplete/multiple-remote.html create mode 100644 demos/autocomplete/multiple.html create mode 100644 demos/autocomplete/remote-jsonp.html create mode 100644 demos/autocomplete/remote-with-cache.html create mode 100644 demos/autocomplete/remote.html create mode 100644 demos/autocomplete/search.php create mode 100644 demos/autocomplete/xml.html create mode 100644 demos/button/checkbox.html create mode 100644 demos/button/default.html create mode 100644 demos/button/icons.html create mode 100644 demos/button/index.html create mode 100644 demos/button/radio.html create mode 100644 demos/button/splitbutton.html create mode 100644 demos/button/toolbar.html create mode 100644 demos/datepicker/alt-field.html create mode 100644 demos/datepicker/animation.html create mode 100644 demos/datepicker/buttonbar.html create mode 100644 demos/datepicker/date-formats.html create mode 100644 demos/datepicker/date-range.html create mode 100644 demos/datepicker/datepicker-ar.js create mode 100644 demos/datepicker/datepicker-fr.js create mode 100644 demos/datepicker/datepicker-he.js create mode 100644 demos/datepicker/datepicker-zh-TW.js create mode 100644 demos/datepicker/default.html create mode 100644 demos/datepicker/dropdown-month-year.html create mode 100644 demos/datepicker/icon-trigger.html create mode 100644 demos/datepicker/images/calendar.gif create mode 100644 demos/datepicker/index.html create mode 100644 demos/datepicker/inline.html create mode 100644 demos/datepicker/localization.html create mode 100644 demos/datepicker/min-max.html create mode 100644 demos/datepicker/multiple-calendars.html create mode 100644 demos/datepicker/other-months.html create mode 100644 demos/datepicker/show-week.html create mode 100644 demos/demos.css create mode 100644 demos/dialog/animated.html create mode 100644 demos/dialog/default.html create mode 100644 demos/dialog/index.html create mode 100644 demos/dialog/modal-confirmation.html create mode 100644 demos/dialog/modal-form.html create mode 100644 demos/dialog/modal-message.html create mode 100644 demos/draggable/constrain-movement.html create mode 100644 demos/draggable/cursor-style.html create mode 100644 demos/draggable/default.html create mode 100644 demos/draggable/events.html create mode 100644 demos/draggable/handle.html create mode 100644 demos/draggable/index.html create mode 100644 demos/draggable/revert.html create mode 100644 demos/draggable/scroll.html create mode 100644 demos/draggable/snap-to.html create mode 100644 demos/draggable/sortable.html create mode 100644 demos/draggable/visual-feedback.html create mode 100644 demos/droppable/accepted-elements.html create mode 100644 demos/droppable/default.html create mode 100644 demos/droppable/images/high_tatras.jpg create mode 100644 demos/droppable/images/high_tatras2.jpg create mode 100644 demos/droppable/images/high_tatras2_min.jpg create mode 100644 demos/droppable/images/high_tatras3.jpg create mode 100644 demos/droppable/images/high_tatras3_min.jpg create mode 100644 demos/droppable/images/high_tatras4.jpg create mode 100644 demos/droppable/images/high_tatras4_min.jpg create mode 100644 demos/droppable/images/high_tatras_min.jpg create mode 100644 demos/droppable/index.html create mode 100644 demos/droppable/photo-manager.html create mode 100644 demos/droppable/propagation.html create mode 100644 demos/droppable/revert.html create mode 100644 demos/droppable/shopping-cart.html create mode 100644 demos/droppable/visual-feedback.html create mode 100644 demos/effect/addClass.html create mode 100644 demos/effect/animate.html create mode 100644 demos/effect/default.html create mode 100644 demos/effect/easing.html create mode 100644 demos/effect/hide.html create mode 100644 demos/effect/index.html create mode 100644 demos/effect/removeClass.html create mode 100644 demos/effect/show.html create mode 100644 demos/effect/switchClass.html create mode 100644 demos/effect/toggle.html create mode 100644 demos/effect/toggleClass.html create mode 100644 demos/images/calendar.gif create mode 100644 demos/images/demo-config-on-tile.gif create mode 100644 demos/images/demo-config-on.gif create mode 100644 demos/images/demo-spindown-closed.gif create mode 100644 demos/images/demo-spindown-open.gif create mode 100644 demos/images/icon-docs-info.gif create mode 100644 demos/images/pbar-ani.gif create mode 100644 demos/index.html create mode 100644 demos/menu/categories.html create mode 100644 demos/menu/default.html create mode 100644 demos/menu/icons.html create mode 100644 demos/menu/index.html create mode 100644 demos/position/cycler.html create mode 100644 demos/position/default.html create mode 100644 demos/position/images/earth.jpg create mode 100644 demos/position/images/flight.jpg create mode 100644 demos/position/images/rocket.jpg create mode 100644 demos/position/index.html create mode 100644 demos/progressbar/default.html create mode 100644 demos/progressbar/download.html create mode 100644 demos/progressbar/images/pbar-ani.gif create mode 100644 demos/progressbar/indeterminate.html create mode 100644 demos/progressbar/index.html create mode 100644 demos/progressbar/label.html create mode 100644 demos/resizable/animate.html create mode 100644 demos/resizable/aspect-ratio.html create mode 100644 demos/resizable/constrain-area.html create mode 100644 demos/resizable/default.html create mode 100644 demos/resizable/helper.html create mode 100644 demos/resizable/index.html create mode 100644 demos/resizable/max-min.html create mode 100644 demos/resizable/snap-to-grid.html create mode 100644 demos/resizable/synchronous-resize.html create mode 100644 demos/resizable/textarea.html create mode 100644 demos/resizable/visual-feedback.html create mode 100644 demos/selectable/default.html create mode 100644 demos/selectable/display-grid.html create mode 100644 demos/selectable/index.html create mode 100644 demos/selectable/serialize.html create mode 100644 demos/selectmenu/custom_render.html create mode 100644 demos/selectmenu/default.html create mode 100644 demos/selectmenu/images/24-podcast-square.png create mode 100644 demos/selectmenu/images/24-rss-square.png create mode 100644 demos/selectmenu/images/24-video-square.png create mode 100644 demos/selectmenu/index.html create mode 100644 demos/selectmenu/product-selection.html create mode 100644 demos/slider/colorpicker.html create mode 100644 demos/slider/default.html create mode 100644 demos/slider/hotelrooms.html create mode 100644 demos/slider/index.html create mode 100644 demos/slider/multiple-vertical.html create mode 100644 demos/slider/range-vertical.html create mode 100644 demos/slider/range.html create mode 100644 demos/slider/rangemax.html create mode 100644 demos/slider/rangemin.html create mode 100644 demos/slider/side-scroll.html create mode 100644 demos/slider/slider-vertical.html create mode 100644 demos/slider/steps.html create mode 100644 demos/sortable/connect-lists.html create mode 100644 demos/sortable/default.html create mode 100644 demos/sortable/display-grid.html create mode 100644 demos/sortable/empty-lists.html create mode 100644 demos/sortable/index.html create mode 100644 demos/sortable/items.html create mode 100644 demos/sortable/placeholder.html create mode 100644 demos/sortable/portlets.html create mode 100644 demos/spinner/currency.html create mode 100644 demos/spinner/decimal.html create mode 100644 demos/spinner/default.html create mode 100644 demos/spinner/index.html create mode 100644 demos/spinner/latlong.html create mode 100644 demos/spinner/overflow.html create mode 100644 demos/spinner/time.html create mode 100644 demos/tabs/ajax.html create mode 100644 demos/tabs/ajax/content1.html create mode 100644 demos/tabs/ajax/content2.html create mode 100644 demos/tabs/ajax/content3-slow.php create mode 100644 demos/tabs/ajax/content4-broken.php create mode 100644 demos/tabs/collapsible.html create mode 100644 demos/tabs/default.html create mode 100644 demos/tabs/index.html create mode 100644 demos/tabs/manipulation.html create mode 100644 demos/tabs/mouseover.html create mode 100644 demos/tabs/sortable.html create mode 100644 demos/tabs/vertical.html create mode 100644 demos/tooltip/ajax/content1.html create mode 100644 demos/tooltip/ajax/content2.html create mode 100644 demos/tooltip/custom-animation.html create mode 100644 demos/tooltip/custom-content.html create mode 100644 demos/tooltip/custom-style.html create mode 100644 demos/tooltip/default.html create mode 100644 demos/tooltip/forms.html create mode 100644 demos/tooltip/images/st-stephens.jpg create mode 100644 demos/tooltip/images/tower-bridge.jpg create mode 100644 demos/tooltip/index.html create mode 100644 demos/tooltip/tracking.html create mode 100644 demos/tooltip/video-player.html create mode 100644 demos/widget/default.html create mode 100644 demos/widget/index.html create mode 100644 external/globalize/LICENSE create mode 100644 external/globalize/globalize.culture.de-DE.js create mode 100644 external/globalize/globalize.culture.ja-JP.js create mode 100644 external/globalize/globalize.js create mode 100644 external/jquery-1.10.0/MIT-LICENSE.txt create mode 100644 external/jquery-1.10.0/jquery.js create mode 100644 external/jquery-1.10.1/MIT-LICENSE.txt create mode 100644 external/jquery-1.10.1/jquery.js create mode 100644 external/jquery-1.10.2/MIT-LICENSE.txt create mode 100644 external/jquery-1.10.2/jquery.js create mode 100644 external/jquery-1.6.0/MIT-LICENSE.txt create mode 100644 external/jquery-1.6.0/jquery.js create mode 100644 external/jquery-1.6.1/MIT-LICENSE.txt create mode 100644 external/jquery-1.6.1/jquery.js create mode 100644 external/jquery-1.6.2/MIT-LICENSE.txt create mode 100644 external/jquery-1.6.2/jquery.js create mode 100644 external/jquery-1.6.3/MIT-LICENSE.txt create mode 100644 external/jquery-1.6.3/jquery.js create mode 100644 external/jquery-1.6.4/MIT-LICENSE.txt create mode 100644 external/jquery-1.6.4/jquery.js create mode 100644 external/jquery-1.7.0/MIT-LICENSE.txt create mode 100644 external/jquery-1.7.0/jquery.js create mode 100644 external/jquery-1.7.1/MIT-LICENSE.txt create mode 100644 external/jquery-1.7.1/jquery.js create mode 100644 external/jquery-1.7.2/MIT-LICENSE.txt create mode 100644 external/jquery-1.7.2/jquery.js create mode 100644 external/jquery-1.8.0/MIT-LICENSE.txt create mode 100644 external/jquery-1.8.0/jquery.js create mode 100644 external/jquery-1.8.1/MIT-LICENSE.txt create mode 100644 external/jquery-1.8.1/jquery.js create mode 100644 external/jquery-1.8.2/MIT-LICENSE.txt create mode 100644 external/jquery-1.8.2/jquery.js create mode 100644 external/jquery-1.8.3/MIT-LICENSE.txt create mode 100644 external/jquery-1.8.3/jquery.js create mode 100644 external/jquery-1.9.0/MIT-LICENSE.txt create mode 100644 external/jquery-1.9.0/jquery.js create mode 100644 external/jquery-1.9.1/MIT-LICENSE.txt create mode 100644 external/jquery-1.9.1/jquery.js create mode 100644 external/jquery-2.0.0/MIT-LICENSE.txt create mode 100644 external/jquery-2.0.0/jquery.js create mode 100644 external/jquery-2.0.1/MIT-LICENSE.txt create mode 100644 external/jquery-2.0.1/jquery.js create mode 100644 external/jquery-2.0.2/MIT-LICENSE.txt create mode 100644 external/jquery-2.0.2/jquery.js create mode 100644 external/jquery-2.0.3/MIT-LICENSE.txt create mode 100644 external/jquery-2.0.3/jquery.js create mode 100644 external/jquery-3.0.0/LICENSE.txt create mode 100644 external/jquery-3.0.0/jquery.js create mode 100644 external/jquery-mousewheel/LICENSE.txt create mode 100644 external/jquery-mousewheel/jquery.mousewheel.js create mode 100644 external/jquery-simulate/LICENSE.txt create mode 100644 external/jquery-simulate/jquery.simulate.js create mode 100644 external/jquery/MIT-LICENSE.txt create mode 100644 external/jquery/jquery.js create mode 100644 external/jshint/LICENSE/LICENSE create mode 100644 external/jshint/jshint.js create mode 100644 external/qunit/MIT-LICENSE.txt create mode 100644 external/qunit/qunit.css create mode 100644 external/qunit/qunit.js create mode 100644 package.json create mode 100644 tests/.jshintrc create mode 100644 tests/images/jquery_521x191.png create mode 100644 tests/images/jqueryui_32x32.png create mode 100644 tests/index.css create mode 100644 tests/index.html create mode 100644 tests/index.js create mode 100644 tests/jquery.js create mode 100644 tests/unit/accordion/accordion.html create mode 100644 tests/unit/accordion/accordion_common.js create mode 100644 tests/unit/accordion/accordion_core.js create mode 100644 tests/unit/accordion/accordion_events.js create mode 100644 tests/unit/accordion/accordion_methods.js create mode 100644 tests/unit/accordion/accordion_options.js create mode 100644 tests/unit/accordion/accordion_test_helpers.js create mode 100644 tests/unit/accordion/all.html create mode 100644 tests/unit/all.html create mode 100644 tests/unit/autocomplete/all.html create mode 100644 tests/unit/autocomplete/autocomplete.html create mode 100644 tests/unit/autocomplete/autocomplete_common.js create mode 100644 tests/unit/autocomplete/autocomplete_core.js create mode 100644 tests/unit/autocomplete/autocomplete_events.js create mode 100644 tests/unit/autocomplete/autocomplete_methods.js create mode 100644 tests/unit/autocomplete/autocomplete_options.js create mode 100644 tests/unit/autocomplete/remote_object_array_labels.txt create mode 100644 tests/unit/autocomplete/remote_object_array_values.txt create mode 100644 tests/unit/autocomplete/remote_string_array.txt create mode 100644 tests/unit/button/all.html create mode 100644 tests/unit/button/button.html create mode 100644 tests/unit/button/button_common.js create mode 100644 tests/unit/button/button_core.js create mode 100644 tests/unit/button/button_events.js create mode 100644 tests/unit/button/button_methods.js create mode 100644 tests/unit/button/button_options.js create mode 100644 tests/unit/core/all.html create mode 100644 tests/unit/core/core.html create mode 100644 tests/unit/core/core.js create mode 100644 tests/unit/core/core_deprecated.html create mode 100644 tests/unit/core/core_deprecated.js create mode 100644 tests/unit/core/selector.js create mode 100644 tests/unit/datepicker/all.html create mode 100644 tests/unit/datepicker/datepicker.html create mode 100644 tests/unit/datepicker/datepicker_common.js create mode 100644 tests/unit/datepicker/datepicker_core.js create mode 100644 tests/unit/datepicker/datepicker_events.js create mode 100644 tests/unit/datepicker/datepicker_methods.js create mode 100644 tests/unit/datepicker/datepicker_options.js create mode 100644 tests/unit/datepicker/datepicker_test_helpers.js create mode 100644 tests/unit/datepicker/images/calendar.gif create mode 100644 tests/unit/dialog/all.html create mode 100644 tests/unit/dialog/dialog.html create mode 100644 tests/unit/dialog/dialog_common.js create mode 100644 tests/unit/dialog/dialog_core.js create mode 100644 tests/unit/dialog/dialog_events.js create mode 100644 tests/unit/dialog/dialog_methods.js create mode 100644 tests/unit/dialog/dialog_options.js create mode 100644 tests/unit/dialog/dialog_test_helpers.js create mode 100644 tests/unit/draggable/all.html create mode 100644 tests/unit/draggable/draggable.html create mode 100644 tests/unit/draggable/draggable_common.js create mode 100644 tests/unit/draggable/draggable_core.js create mode 100644 tests/unit/draggable/draggable_events.js create mode 100644 tests/unit/draggable/draggable_methods.js create mode 100644 tests/unit/draggable/draggable_options.js create mode 100644 tests/unit/draggable/draggable_test_helpers.js create mode 100644 tests/unit/droppable/all.html create mode 100644 tests/unit/droppable/droppable.html create mode 100644 tests/unit/droppable/droppable_common.js create mode 100644 tests/unit/droppable/droppable_core.js create mode 100644 tests/unit/droppable/droppable_events.js create mode 100644 tests/unit/droppable/droppable_methods.js create mode 100644 tests/unit/droppable/droppable_options.js create mode 100644 tests/unit/droppable/droppable_test_helpers.js create mode 100644 tests/unit/effects/all.html create mode 100644 tests/unit/effects/effects.html create mode 100644 tests/unit/effects/effects_core.js create mode 100644 tests/unit/effects/effects_scale.js create mode 100644 tests/unit/index.html create mode 100644 tests/unit/menu/all.html create mode 100644 tests/unit/menu/menu.html create mode 100644 tests/unit/menu/menu_common.js create mode 100644 tests/unit/menu/menu_core.js create mode 100644 tests/unit/menu/menu_events.js create mode 100644 tests/unit/menu/menu_methods.js create mode 100644 tests/unit/menu/menu_options.js create mode 100644 tests/unit/menu/menu_test_helpers.js create mode 100644 tests/unit/position/all.html create mode 100644 tests/unit/position/position.html create mode 100644 tests/unit/position/position_core.js create mode 100644 tests/unit/progressbar/all.html create mode 100644 tests/unit/progressbar/progressbar.html create mode 100644 tests/unit/progressbar/progressbar_common.js create mode 100644 tests/unit/progressbar/progressbar_core.js create mode 100644 tests/unit/progressbar/progressbar_events.js create mode 100644 tests/unit/progressbar/progressbar_methods.js create mode 100644 tests/unit/progressbar/progressbar_options.js create mode 100644 tests/unit/qunit-composite.css create mode 100644 tests/unit/qunit-composite.js create mode 100644 tests/unit/resizable/all.html create mode 100644 tests/unit/resizable/images/test.jpg create mode 100644 tests/unit/resizable/resizable.html create mode 100644 tests/unit/resizable/resizable_common.js create mode 100644 tests/unit/resizable/resizable_core.js create mode 100644 tests/unit/resizable/resizable_events.js create mode 100644 tests/unit/resizable/resizable_methods.js create mode 100644 tests/unit/resizable/resizable_options.js create mode 100644 tests/unit/resizable/resizable_test_helpers.js create mode 100644 tests/unit/selectable/all.html create mode 100644 tests/unit/selectable/selectable.html create mode 100644 tests/unit/selectable/selectable_common.js create mode 100644 tests/unit/selectable/selectable_core.js create mode 100644 tests/unit/selectable/selectable_events.js create mode 100644 tests/unit/selectable/selectable_methods.js create mode 100644 tests/unit/selectable/selectable_options.js create mode 100644 tests/unit/selectmenu/all.html create mode 100644 tests/unit/selectmenu/selectmenu.html create mode 100644 tests/unit/selectmenu/selectmenu_common.js create mode 100644 tests/unit/selectmenu/selectmenu_core.js create mode 100644 tests/unit/selectmenu/selectmenu_events.js create mode 100644 tests/unit/selectmenu/selectmenu_methods.js create mode 100644 tests/unit/selectmenu/selectmenu_options.js create mode 100644 tests/unit/slider/all.html create mode 100644 tests/unit/slider/slider.html create mode 100644 tests/unit/slider/slider_common.js create mode 100644 tests/unit/slider/slider_core.js create mode 100644 tests/unit/slider/slider_events.js create mode 100644 tests/unit/slider/slider_methods.js create mode 100644 tests/unit/slider/slider_options.js create mode 100644 tests/unit/sortable/all.html create mode 100644 tests/unit/sortable/sortable.html create mode 100644 tests/unit/sortable/sortable_common.js create mode 100644 tests/unit/sortable/sortable_core.js create mode 100644 tests/unit/sortable/sortable_events.js create mode 100644 tests/unit/sortable/sortable_methods.js create mode 100644 tests/unit/sortable/sortable_options.js create mode 100644 tests/unit/sortable/sortable_test_helpers.js create mode 100644 tests/unit/spinner/all.html create mode 100644 tests/unit/spinner/spinner.html create mode 100644 tests/unit/spinner/spinner_common.js create mode 100644 tests/unit/spinner/spinner_core.js create mode 100644 tests/unit/spinner/spinner_events.js create mode 100644 tests/unit/spinner/spinner_methods.js create mode 100644 tests/unit/spinner/spinner_options.js create mode 100644 tests/unit/spinner/spinner_test_helpers.js create mode 100644 tests/unit/subsuite.js create mode 100644 tests/unit/swarminject.js create mode 100644 tests/unit/tabs/all.html create mode 100644 tests/unit/tabs/data/test.html create mode 100644 tests/unit/tabs/tabs.html create mode 100644 tests/unit/tabs/tabs_common.js create mode 100644 tests/unit/tabs/tabs_core.js create mode 100644 tests/unit/tabs/tabs_events.js create mode 100644 tests/unit/tabs/tabs_methods.js create mode 100644 tests/unit/tabs/tabs_options.js create mode 100644 tests/unit/tabs/tabs_test_helpers.js create mode 100644 tests/unit/testsuite.js create mode 100644 tests/unit/tooltip/all.html create mode 100644 tests/unit/tooltip/tooltip.html create mode 100644 tests/unit/tooltip/tooltip_common.js create mode 100644 tests/unit/tooltip/tooltip_core.js create mode 100644 tests/unit/tooltip/tooltip_events.js create mode 100644 tests/unit/tooltip/tooltip_methods.js create mode 100644 tests/unit/tooltip/tooltip_options.js create mode 100644 tests/unit/widget/all.html create mode 100644 tests/unit/widget/widget.html create mode 100644 tests/unit/widget/widget_animation.js create mode 100644 tests/unit/widget/widget_core.js create mode 100644 tests/unit/widget/widget_extend.js create mode 100644 tests/visual/accordion/icons.html create mode 100644 tests/visual/addClass/queue.html create mode 100644 tests/visual/button/button.html create mode 100644 tests/visual/button/performance.html create mode 100644 tests/visual/compound/accordion_tabs.html create mode 100644 tests/visual/compound/datepicker_dialog.html create mode 100644 tests/visual/compound/dialog_widgets.html create mode 100644 tests/visual/compound/draggable_accordion.html create mode 100644 tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html create mode 100644 tests/visual/compound/draggable_resizable.html create mode 100644 tests/visual/compound/sortable_accordion_sortable_tabs.html create mode 100644 tests/visual/compound/tabs_selectmenu.html create mode 100644 tests/visual/compound/tabs_tabs.html create mode 100644 tests/visual/compound/tabs_tooltips.html create mode 100644 tests/visual/dialog/animated.html create mode 100644 tests/visual/dialog/complex-dialogs.html create mode 100644 tests/visual/dialog/form.html create mode 100644 tests/visual/dialog/performance.html create mode 100644 tests/visual/dialog/stacking.html create mode 100644 tests/visual/draggable/replaced.html create mode 100644 tests/visual/effects/all.html create mode 100644 tests/visual/effects/clip.html create mode 100644 tests/visual/effects/effects.css create mode 100644 tests/visual/effects/effects.js create mode 100644 tests/visual/effects/scale.html create mode 100644 tests/visual/effects/shake.html create mode 100644 tests/visual/index.html create mode 100644 tests/visual/menu/menu.html create mode 100644 tests/visual/position/position.html create mode 100644 tests/visual/position/position_feedback.html create mode 100644 tests/visual/selectmenu/selectmenu.html create mode 100644 tests/visual/slider/range_slider.html create mode 100644 tests/visual/theme.html create mode 100644 tests/visual/tooltip/animations.html create mode 100644 tests/visual/tooltip/tooltip.html create mode 100644 tests/visual/visual.css create mode 100644 themes/base/accordion.css create mode 100644 themes/base/all.css create mode 100644 themes/base/autocomplete.css create mode 100644 themes/base/base.css create mode 100644 themes/base/button.css create mode 100644 themes/base/core.css create mode 100644 themes/base/datepicker.css create mode 100644 themes/base/dialog.css create mode 100644 themes/base/draggable.css create mode 100644 themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 themes/base/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 themes/base/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 themes/base/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 themes/base/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 themes/base/images/ui-icons_222222_256x240.png create mode 100644 themes/base/images/ui-icons_2e83ff_256x240.png create mode 100644 themes/base/images/ui-icons_454545_256x240.png create mode 100644 themes/base/images/ui-icons_888888_256x240.png create mode 100644 themes/base/images/ui-icons_cd0a0a_256x240.png create mode 100644 themes/base/menu.css create mode 100644 themes/base/progressbar.css create mode 100644 themes/base/resizable.css create mode 100644 themes/base/selectable.css create mode 100644 themes/base/selectmenu.css create mode 100644 themes/base/slider.css create mode 100644 themes/base/sortable.css create mode 100644 themes/base/spinner.css create mode 100644 themes/base/tabs.css create mode 100644 themes/base/theme.css create mode 100644 themes/base/tooltip.css create mode 100644 ui/.jshintrc create mode 100644 ui/accordion.js create mode 100644 ui/autocomplete.js create mode 100644 ui/button.js create mode 100644 ui/core.js create mode 100644 ui/datepicker.js create mode 100644 ui/dialog.js create mode 100644 ui/draggable.js create mode 100644 ui/droppable.js create mode 100644 ui/effect-blind.js create mode 100644 ui/effect-bounce.js create mode 100644 ui/effect-clip.js create mode 100644 ui/effect-drop.js create mode 100644 ui/effect-explode.js create mode 100644 ui/effect-fade.js create mode 100644 ui/effect-fold.js create mode 100644 ui/effect-highlight.js create mode 100644 ui/effect-puff.js create mode 100644 ui/effect-pulsate.js create mode 100644 ui/effect-scale.js create mode 100644 ui/effect-shake.js create mode 100644 ui/effect-size.js create mode 100644 ui/effect-slide.js create mode 100644 ui/effect-transfer.js create mode 100644 ui/effect.js create mode 100644 ui/i18n/datepicker-af.js create mode 100644 ui/i18n/datepicker-ar-DZ.js create mode 100644 ui/i18n/datepicker-ar.js create mode 100644 ui/i18n/datepicker-az.js create mode 100644 ui/i18n/datepicker-be.js create mode 100644 ui/i18n/datepicker-bg.js create mode 100644 ui/i18n/datepicker-bs.js create mode 100644 ui/i18n/datepicker-ca.js create mode 100644 ui/i18n/datepicker-cs.js create mode 100644 ui/i18n/datepicker-cy-GB.js create mode 100644 ui/i18n/datepicker-da.js create mode 100644 ui/i18n/datepicker-de.js create mode 100644 ui/i18n/datepicker-el.js create mode 100644 ui/i18n/datepicker-en-AU.js create mode 100644 ui/i18n/datepicker-en-GB.js create mode 100644 ui/i18n/datepicker-en-NZ.js create mode 100644 ui/i18n/datepicker-eo.js create mode 100644 ui/i18n/datepicker-es.js create mode 100644 ui/i18n/datepicker-et.js create mode 100644 ui/i18n/datepicker-eu.js create mode 100644 ui/i18n/datepicker-fa.js create mode 100644 ui/i18n/datepicker-fi.js create mode 100644 ui/i18n/datepicker-fo.js create mode 100644 ui/i18n/datepicker-fr-CA.js create mode 100644 ui/i18n/datepicker-fr-CH.js create mode 100644 ui/i18n/datepicker-fr.js create mode 100644 ui/i18n/datepicker-gl.js create mode 100644 ui/i18n/datepicker-he.js create mode 100644 ui/i18n/datepicker-hi.js create mode 100644 ui/i18n/datepicker-hr.js create mode 100644 ui/i18n/datepicker-hu.js create mode 100644 ui/i18n/datepicker-hy.js create mode 100644 ui/i18n/datepicker-id.js create mode 100644 ui/i18n/datepicker-is.js create mode 100644 ui/i18n/datepicker-it-CH.js create mode 100644 ui/i18n/datepicker-it.js create mode 100644 ui/i18n/datepicker-ja.js create mode 100644 ui/i18n/datepicker-ka.js create mode 100644 ui/i18n/datepicker-kk.js create mode 100644 ui/i18n/datepicker-km.js create mode 100644 ui/i18n/datepicker-ko.js create mode 100644 ui/i18n/datepicker-ky.js create mode 100644 ui/i18n/datepicker-lb.js create mode 100644 ui/i18n/datepicker-lt.js create mode 100644 ui/i18n/datepicker-lv.js create mode 100644 ui/i18n/datepicker-mk.js create mode 100644 ui/i18n/datepicker-ml.js create mode 100644 ui/i18n/datepicker-ms.js create mode 100644 ui/i18n/datepicker-nb.js create mode 100644 ui/i18n/datepicker-nl-BE.js create mode 100644 ui/i18n/datepicker-nl.js create mode 100644 ui/i18n/datepicker-nn.js create mode 100644 ui/i18n/datepicker-no.js create mode 100644 ui/i18n/datepicker-pl.js create mode 100644 ui/i18n/datepicker-pt-BR.js create mode 100644 ui/i18n/datepicker-pt.js create mode 100644 ui/i18n/datepicker-rm.js create mode 100644 ui/i18n/datepicker-ro.js create mode 100644 ui/i18n/datepicker-ru.js create mode 100644 ui/i18n/datepicker-sk.js create mode 100644 ui/i18n/datepicker-sl.js create mode 100644 ui/i18n/datepicker-sq.js create mode 100644 ui/i18n/datepicker-sr-SR.js create mode 100644 ui/i18n/datepicker-sr.js create mode 100644 ui/i18n/datepicker-sv.js create mode 100644 ui/i18n/datepicker-ta.js create mode 100644 ui/i18n/datepicker-th.js create mode 100644 ui/i18n/datepicker-tj.js create mode 100644 ui/i18n/datepicker-tr.js create mode 100644 ui/i18n/datepicker-uk.js create mode 100644 ui/i18n/datepicker-vi.js create mode 100644 ui/i18n/datepicker-zh-CN.js create mode 100644 ui/i18n/datepicker-zh-HK.js create mode 100644 ui/i18n/datepicker-zh-TW.js create mode 100644 ui/menu.js create mode 100644 ui/mouse.js create mode 100644 ui/position.js create mode 100644 ui/progressbar.js create mode 100644 ui/resizable.js create mode 100644 ui/selectable.js create mode 100644 ui/selectmenu.js create mode 100644 ui/slider.js create mode 100644 ui/sortable.js create mode 100644 ui/spinner.js create mode 100644 ui/tabs.js create mode 100644 ui/tooltip.js create mode 100644 ui/widget.js diff --git a/.csslintrc b/.csslintrc new file mode 100644 index 0000000..5d9db07 --- /dev/null +++ b/.csslintrc @@ -0,0 +1,11 @@ +{ + "adjoining-classes": false, + "box-model": false, + "compatible-vendor-prefixes": false, + "duplicate-background-images": false, + "import": false, + "important": false, + "outline-none": false, + "overqualified-elements": false, + "text-indent": false +} diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1ba4f5f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# This file is for unifying the coding style for different editors and IDEs +# editorconfig.org + +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[external/**] +trim_trailing_whitespace = false +insert_final_newline = varies +end_of_line = varies diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b7ca95b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# JS files must always use LF for tools to work +*.js eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8b8bc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist +node_modules +.sizecache.json \ No newline at end of file diff --git a/.jscsrc b/.jscsrc new file mode 100644 index 0000000..de0d742 --- /dev/null +++ b/.jscsrc @@ -0,0 +1,9 @@ +{ + "preset": "jquery", + + // disabled until `widget_slice` et al are addressed + "requireCamelCaseOrUpperCaseIdentifiers": null, + + // Ref https://github.com/jquery/contribute.jquery.org/issues/80#issuecomment-45253460 + "maximumLineLength": null +} diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..d34c42d --- /dev/null +++ b/.jshintrc @@ -0,0 +1,17 @@ +{ + "boss": true, + "curly": true, + "eqeqeq": true, + "eqnull": true, + "expr": true, + "immed": true, + "noarg": true, + "onevar": true, + "quotmark": "double", + "smarttabs": true, + "trailing": true, + "undef": true, + "unused": true, + + "node": true +} diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..59afcbc --- /dev/null +++ b/.mailmap @@ -0,0 +1,115 @@ +Aaron Peterson +Adam Baratz +Adam Sontag +Alexander Polomoshnov +Aliaksandr Rahalevich +Andrew Couch +Andrew Newcomb +Andrew Powell +Andrew Powell +Andrey Kapitcyn +Ben Hollis +Benjamin Scott Boyle +Bert ter Heide +Bjørn Johansen +Chairat Sunthornwiphat +Christoph Rönsch +Corey Frang +Courtland Allen +Dan Streetman +Danny Trunk +David De Sloovere +David Murdoch +Diego Tres +Dominique Vincent +Doug Blood +Douglas Cerna +Douglas Neiner +Douglas Neiner +Dylan Just +Eddie Monge +Edward A Faulkner +Eric Hynds +Ethan Romba +EungJun Yi +Eyal Kobrigo +Filippo Cavallarin +Florian Gutmann +Genie <386@mail.com> +Guntupalli Karunakar +Heiko Henning +Hiroshi Tomita +Ian Simpson +Igor Milla +Israel Tsadok +Jacek Jędrzejewski +Jamie Gegerson +Jason Oster +Jay Merrifield +Jean-Francois Remy +Jyoti Deka +John Enters +Jonathan Vingiano +Josh Varner +Justin Domnitz +Justin MacCarthy +Jörn Zaefferer +Karl Kirch +Keith Wood +Kevin Dalman +Klaus Hartl +Klaus Hartl +Kris Borchers +Kris Borchers +Krzysztof Rosiński +Lev Kitsis +Maciej Mroziński +Maggie Wachs +Maggie Wachs +Marc Neuwirth +Marcos Sousa +Martin Frost +Mathias Stenbom +Matt Hoskins +Matthew Edward Hutton +Max Schnur +Michael Hollis +Michael Stay +Michael Wu +Mike Alsup +Milan Broum +Mohamed Cherif Bouchelaghem +Monika Piotrowicz +Nick Pierpoint +Ondrej Novy +Paul Bakaus +Paul Irish +Pavol Hluchý +Peter Heiberg +Petr Hromadko +Phillip Barnes +Pierre-Henri Ausseil +Raymond Schwartz +Richard Worth +Rick Waldron +Ryan Neufeld +Ryan Olton +Saji Nediyanchath Saji +Scott Jehl +Sebastian Sauer +Sergey Kartashov +Shahyar Ghobadpour +Shane Whittet +Shannon Pekary +Simon Sattes +Stojce Slavkovski +Tarafder Ashek-E-Elahi +Thibault Duplessis +Thomas Jaggi +Ting Kuei +Todd Parker +Wesley Walser +Xavi Ramirez +Yermo Lamers +Yuriy Khabarov <13real008@gmail.com> +Ziling Zhao diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6ef04eb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - "0.10" +before_script: + - npm install -g grunt-cli diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 0000000..bf15544 --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,296 @@ +Authors ordered by first contribution +A list of current team members is available at http://jqueryui.com/about + +Paul Bakaus +Richard Worth +Yehuda Katz +Sean Catchpole +John Resig +Tane Piper +Dmitri Gaskin +Klaus Hartl +Stefan Petre +Gilles van den Hoven +Micheil Bryan Smith +Jörn Zaefferer +Marc Grabanski +Keith Wood +Brandon Aaron +Scott González +Eduardo Lundgren +Aaron Eisenberger +Joan Piedra +Bruno Basto +Remy Sharp +Bohdan Ganicky +David Bolter +Chi Cheng +Ca-Phun Ung +Ariel Flesler +Maggie Wachs +Scott Jehl +Todd Parker +Andrew Powell +Brant Burnett +Douglas Neiner +Paul Irish +Ralph Whitbeck +Thibault Duplessis +Dominique Vincent +Jack Hsu +Adam Sontag +Carl Fürstenberg +Kevin Dalman +Alberto Fernández Capel +Jacek Jędrzejewski (http://jacek.jedrzejewski.name) +Ting Kuei +Samuel Cormier-Iijima +Jon Palmer +Ben Hollis +Justin MacCarthy +Eyal Kobrigo +Tiago Freire +Diego Tres +Holger Rüprich +Ziling Zhao +Mike Alsup +Robson Braga Araujo +Pierre-Henri Ausseil +Christopher McCulloh +Andrew Newcomb +Lim Chee Aun +Jorge Barreiro +Daniel Steigerwald +John Firebaugh +John Enters +Andrey Kapitcyn +Dmitry Petrov +Eric Hynds +Chairat Sunthornwiphat +Josh Varner +Stéphane Raimbault +Jay Merrifield +J. Ryan Stinnett +Peter Heiberg +Alex Dovenmuehle +Jamie Gegerson +Raymond Schwartz +Phillip Barnes +Kyle Wilkinson +Khaled AlHourani +Marian Rudzynski +Jean-Francois Remy +Doug Blood +Filippo Cavallarin +Heiko Henning +Aliaksandr Rahalevich +Mario Visic +Xavi Ramirez +Max Schnur +Saji Nediyanchath +Corey Frang +Aaron Peterson +Ivan Peters +Mohamed Cherif Bouchelaghem +Marcos Sousa +Michael DellaNoce +George Marshall +Tobias Brunner +Martin Solli +David Petersen +Dan Heberden +William Kevin Manire +Gilmore Davidson +Michael Wu +Adam Parod +Guillaume Gautreau +Marcel Toele +Dan Streetman +Matt Hoskins +Giovanni Giacobbi +Kyle Florence +Pavol Hluchý +Hans Hillen +Mark Johnson +Trey Hunner +Shane Whittet +Edward A Faulkner +Adam Baratz +Kato Kazuyoshi +Eike Send +Kris Borchers +Eddie Monge +Israel Tsadok +Carson McDonald +Jason Davies +Garrison Locke +David Murdoch +Benjamin Scott Boyle +Jesse Baird +Jonathan Vingiano +Dylan Just +Hiroshi Tomita +Glenn Goodrich +Tarafder Ashek-E-Elahi +Ryan Neufeld +Marc Neuwirth +Philip Graham +Benjamin Sterling +Wesley Walser +Kouhei Sutou +Karl Kirch +Chris Kelly +Jay Oster +Alexander Polomoshnov +David Leal +Igor Milla +Dave Methvin +Florian Gutmann +Marwan Al Jubeh +Milan Broum +Sebastian Sauer +Gaëtan Muller +William Griffiths +Stojce Slavkovski +David Soms +David De Sloovere +Michael P. Jung +Shannon Pekary +Matthew Edward Hutton +James Khoury +Rob Loach +Alberto Monteiro +Alex Rhea +Krzysztof Rosiński +Ryan Olton +Genie <386@mail.com> +Rick Waldron +Ian Simpson +Lev Kitsis +TJ VanToll +Justin Domnitz +Douglas Cerna +Bert ter Heide +Jasvir Nagra +Yuriy Khabarov <13real008@gmail.com> +Harri Kilpiö +Lado Lomidze +Amir E. Aharoni +Simon Sattes +Jo Liss +Guntupalli Karunakar +Shahyar Ghobadpour +Lukasz Lipinski +Timo Tijhof +Jason Moon +Martin Frost +Eneko Illarramendi +EungJun Yi +Courtland Allen +Viktar Varvanovich +Danny Trunk +Pavel Stetina +Michael Stay +Steven Roussey +Michael Hollis +Lee Rowlands +Timmy Willison +Karl Swedberg +Baoju Yuan +Maciej Mroziński +Luis Dalmolin +Mark Aaron Shirley +Martin Hoch +Jiayi Yang +Philipp Benjamin Köppchen +Sindre Sorhus +Bernhard Sirlinger +Jared A. Scheel +Rafael Xavier de Souza +John Chen +Dale Kocian +Mike Sherov +Andrew Couch +Marc-Andre Lafortune +Nate Eagle +David Souther +Mathias Stenbom +Sergey Kartashov +Avinash R +Ethan Romba +Cory Gackenheimer +Juan Pablo Kaniefsky +Roman Salnikov +Anika Henke +Samuel Bovée +Fabrício Matté +Viktor Kojouharov +Pawel Maruszczyk (http://hrabstwo.net) +Pavel Selitskas +Bjørn Johansen +Matthieu Penant +Dominic Barnes +David Sullivan +Thomas Jaggi +Vahid Sohrabloo +Travis Carden +Bruno M. Custódio +Nathanael Silverman +Christian Wenz +Steve Urmston +Zaven Muradyan +Woody Gilk +Zbigniew Motyka +Suhail Alkowaileet +Toshi MARUYAMA +David Hansen +Brian Grinstead +Christian Klammer +Steven Luscher +Gan Eng Chin +Gabriel Schulhof +Alexander Schmitz +Vilhjálmur Skúlason +Siebrand Mazeland +Mohsen Ekhtiari +Pere Orga +Jasper de Groot +Stephane Deschamps +Jyoti Deka +Andrei Picus +Ondrej Novy +Jacob McCutcheon +Monika Piotrowicz +Imants Horsts +Eric Dahl +Dave Stein +Dylan Barrell +Daniel DeGroff +Michael Wiencek +Thomas Meyer +Ruslan Yakhyaev +Brian J. Dowling +Ben Higgins +Yermo Lamers +Patrick Stapleton +Trisha Crowley +Usman Akeju +Rodrigo Menezes +Jacques Perrault +Frederik Elvhage +Will Holley +Uri Gilad +Richard Gibson +Simen Bekkhus +Chen Eshchar +Bruno Pérel +Mohammed Alshehri +Anne-Gaelle Colom +Adam Foster +Luke Page +Marcus Warren +Patricia Juarez +Ben Mosher +Ablay Keldibek +Nils Heuermann +Marco Ziech diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8c1ceb0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,98 @@ +# Contributing to jQuery UI + +Welcome! Thanks for your interest in contributing to jQuery UI. Most of our information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code). + +You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla). + +You can find us on [IRC](http://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/). For other forms of discussion and support, please see the [jQuery UI support center](http://jqueryui.com/support/). + +## Getting Involved + +There are a number of ways to get involved with the development of jQuery UI. Even if you've never contributed code to an Open Source project before, we're always looking for help identifying bugs, writing and reducing test cases and documentation. + +This is the best way to contribute to jQuery UI. Please read through the full guide detailing [How to Report Bugs](http://contribute.jquery.org/bug-reports/). + +### Weekly Meetings + +Every week (unless otherwise noted) the jQuery UI team has a meeting to discuss the progress of current work and to bring forward possible new blockers for discussion. The meeting is held on [IRC](http://irc.jquery.org) in the #jquery-meeting channel at [Noon EST](http://www.timeanddate.com/worldclock/fixedtime.html?month=1&day=17&year=2011&hour=12&min=0&sec=0&p1=43) on Wednesdays. Meeting notes are posted on http://meetings.jquery.org/category/ui/ after each meeting. + +## Tips for Getting Started + +### Environment: Minimum Required + +If you are contributing changes you will need a fork of jquery-ui (see [Getting the Source](#environment-getting-the-source)). If you just want the source code you could clone jquery-ui directly: + +```bash +git clone git://github.com/jquery/jquery-ui.git +cd jquery-ui +``` + +The tests can run in any local web server. Ideally you should test your patch in appropriate web browsers and if possible run `grunt` to lint the code and run automated tests (this will happen automatically when you create a pull request). See the [Recommended Setup](#environment-recommended-setup) for setting up Node.js so that the grunt command works. + +### Environment: Getting the Source + +* Create a fork of the jQuery UI repo on GitHub at http://github.com/jquery/jquery-ui. This will create a fork of jquery-ui in your Github account. +* You may want to clone jquery-ui under the path to your web server. If so, change to the required directory + +```bash +cd /path/to/your/www/root/ +``` + +* Clone your jQuery UI git repo. + +```bash +git clone git://github.com/[USERNAME]/jquery-ui.git +cd jquery-ui +``` + +*Note: be sure to replace `[USERNAME]` with your GitHub username.* + +* Add the official jQuery repository as a remote. We recommend naming it "upstream". + +```bash +git remote add upstream git://github.com/jquery/jquery-ui.git +``` + +* Get in the habit of pulling in the "upstream" master to stay up to date as jQuery UI receives new commits. + +```bash +git pull upstream master +``` + +### Environment: Recommended Setup + +jQuery UI uses Node.js & Grunt to automate the building and validation of source code. Here is how to set that up: + +* Get [Node.js](http://nodejs.org/) (includes NPM, necessary for the next step) +* Install Grunt cli: + +```bash +npm install -g grunt-cli +``` + +* Install local Node.js modules + +```bash +npm install +``` + +The tests require a local web server and the samples contain some PHP, so a PHP web server may be useful. + +* Install a web server. Here are some you could use: + * Windows: [WAMP download](http://www.wampserver.com/en/) + * Mac: [MAMP download](http://www.mamp.info/en/index.html) + * Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation) + * [Mongoose (most platforms)](http://code.google.com/p/mongoose/) + * [http-server](https://www.npmjs.com/package/http-server) + +### Running the Tests + +To lint the JavaScript, HTML, and CSS, as well as run a smoke test in PhantomJS, run grunt: + +```bash +grunt +``` + +To run the tests for a specific plugin in your browser, open the appropriate file from the `/tests/unit/` directory, for example: `http://localhost/tests/unit/accordion/accordion.html`. The domain will be dependent on your local server configuration; if there is a port, be sure to include it. + +Ideally you would test in all of our [supported browsers](http://jqueryui.com/browser-support/), but if you don't have all of these browsers available, that's ok. diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 0000000..8891915 --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,320 @@ +module.exports = function( grunt ) { + +"use strict"; + +var + // files + coreFiles = [ + "core.js", + "widget.js", + "mouse.js", + "draggable.js", + "droppable.js", + "resizable.js", + "selectable.js", + "sortable.js", + "effect.js" + ], + + uiFiles = coreFiles.map(function( file ) { + return "ui/" + file; + }).concat( expandFiles( "ui/*.js" ).filter(function( file ) { + return coreFiles.indexOf( file.substring( 3 ) ) === -1; + }) ), + + allI18nFiles = expandFiles( "ui/i18n/*.js" ), + + cssFiles = [ + "core", + "accordion", + "autocomplete", + "button", + "datepicker", + "dialog", + "draggable", + "menu", + "progressbar", + "resizable", + "selectable", + "selectmenu", + "sortable", + "slider", + "spinner", + "tabs", + "tooltip", + "theme" + ].map(function( component ) { + return "themes/base/" + component + ".css"; + }), + + // minified files + minify = { + options: { + preserveComments: false + }, + main: { + options: { + banner: createBanner( uiFiles ) + }, + files: { + "dist/jquery-ui.min.js": "dist/jquery-ui.js" + } + }, + i18n: { + options: { + banner: createBanner( allI18nFiles ) + }, + files: { + "dist/i18n/jquery-ui-i18n.min.js": "dist/i18n/jquery-ui-i18n.js" + } + } + }, + + compareFiles = { + all: [ + "dist/jquery-ui.js", + "dist/jquery-ui.min.js" + ] + }, + component = grunt.option( "component" ) || "**"; + +function mapMinFile( file ) { + return "dist/" + file.replace( /\.js$/, ".min.js" ).replace( /ui\//, "minified/" ); +} + +function expandFiles( files ) { + return grunt.util._.pluck( grunt.file.expandMapping( files ), "src" ).map(function( values ) { + return values[ 0 ]; + }); +} + +uiFiles.concat( allI18nFiles ).forEach(function( file ) { + minify[ file ] = { + options: { + banner: createBanner() + }, + files: {} + }; + minify[ file ].files[ mapMinFile( file ) ] = file; +}); + +uiFiles.forEach(function( file ) { + // TODO this doesn't do anything until https://github.com/rwldrn/grunt-compare-size/issues/13 + compareFiles[ file ] = [ file, mapMinFile( file ) ]; +}); + +// grunt plugins +require( "load-grunt-tasks" )( grunt ); +// local testswarm and build tasks +grunt.loadTasks( "build/tasks" ); + +function stripDirectory( file ) { + return file.replace( /.+\/(.+?)>?$/, "$1" ); +} + +function createBanner( files ) { + // strip folders + var fileNames = files && files.map( stripDirectory ); + return "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " + + "<%= grunt.template.today('isoDate') %>\n" + + "<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" + + (files ? "* Includes: " + fileNames.join(", ") + "\n" : "") + + "* Copyright <%= pkg.author.name %>;" + + " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n"; +} + +grunt.initConfig({ + pkg: grunt.file.readJSON( "package.json" ), + files: { + dist: "<%= pkg.name %>-<%= pkg.version %>" + }, + compare_size: compareFiles, + concat: { + ui: { + options: { + banner: createBanner( uiFiles ), + stripBanners: { + block: true + } + }, + src: uiFiles, + dest: "dist/jquery-ui.js" + }, + i18n: { + options: { + banner: createBanner( allI18nFiles ) + }, + src: allI18nFiles, + dest: "dist/i18n/jquery-ui-i18n.js" + }, + css: { + options: { + banner: createBanner( cssFiles ), + stripBanners: { + block: true + } + }, + src: cssFiles, + dest: "dist/jquery-ui.css" + } + }, + jscs: { + // datepicker and sortable are getting rewritten, ignore until that's done + ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js" ], + // TODO enable this once we have a tool that can auto format files + // tests: "tests/unit/**/*.js", + grunt: [ "Gruntfile.js", "build/tasks/*.js" ] + }, + uglify: minify, + htmllint: { + // ignore files that contain invalid html, used only for ajax content testing + all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) { + return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core.*\.html)/.test( file ); + }) + }, + qunit: { + files: expandFiles( "tests/unit/" + component + "/*.html" ).filter(function( file ) { + return !( /(all|index|test)\.html$/ ).test( file ); + }), + options: { + page: { + viewportSize: { width: 700, height: 500 } + } + } + }, + jshint: { + options: { + jshintrc: true + }, + all: [ + "ui/*.js", + "Gruntfile.js", + "build/**/*.js", + "tests/unit/**/*.js" + ] + }, + csslint: { + base_theme: { + src: "themes/base/*.css", + options: { + csslintrc: ".csslintrc" + } + } + }, + + esformatter: { + options: { + preset: "jquery" + }, + ui: "ui/*.js", + tests: "tests/unit/**/*.js", + build: { + options: { + skipHashbang: true + }, + src: "build/**/*.js" + }, + grunt: "Gruntfile.js" + }, + + bowercopy: { + all: { + options: { + clean: true, + ignore: [ "jquery" ], + destPrefix: "external" + }, + files: { + "qunit/qunit.js": "qunit/qunit/qunit.js", + "qunit/qunit.css": "qunit/qunit/qunit.css", + "qunit/MIT-LICENSE.txt": "qunit/MIT-LICENSE.txt", + + "jquery-mousewheel/jquery.mousewheel.js": "jquery-mousewheel/jquery.mousewheel.js", + "jquery-mousewheel/LICENSE.txt": "jquery-mousewheel/LICENSE.txt", + + "jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js", + "jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt", + + "jshint/jshint.js": "jshint/dist/jshint.js", + "jshint/LICENSE": "jshint/LICENSE", + + "jquery/jquery.js": "jquery-1.x/jquery.js", + "jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt", + + "jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js", + "jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt", + + "jquery-1.6.1/jquery.js": "jquery-1.6.1/jquery.js", + "jquery-1.6.1/MIT-LICENSE.txt": "jquery-1.6.1/MIT-LICENSE.txt", + + "jquery-1.6.2/jquery.js": "jquery-1.6.2/jquery.js", + "jquery-1.6.2/MIT-LICENSE.txt": "jquery-1.6.2/MIT-LICENSE.txt", + + "jquery-1.6.3/jquery.js": "jquery-1.6.3/jquery.js", + "jquery-1.6.3/MIT-LICENSE.txt": "jquery-1.6.3/MIT-LICENSE.txt", + + "jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js", + "jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt", + + "jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js", + "jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt", + + "jquery-1.7.1/jquery.js": "jquery-1.7.1/jquery.js", + "jquery-1.7.1/MIT-LICENSE.txt": "jquery-1.7.1/MIT-LICENSE.txt", + + "jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js", + "jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt", + + "jquery-1.8.0/jquery.js": "jquery-1.8.0/jquery.js", + "jquery-1.8.0/MIT-LICENSE.txt": "jquery-1.8.0/MIT-LICENSE.txt", + + "jquery-1.8.1/jquery.js": "jquery-1.8.1/jquery.js", + "jquery-1.8.1/MIT-LICENSE.txt": "jquery-1.8.1/MIT-LICENSE.txt", + + "jquery-1.8.2/jquery.js": "jquery-1.8.2/jquery.js", + "jquery-1.8.2/MIT-LICENSE.txt": "jquery-1.8.2/MIT-LICENSE.txt", + + "jquery-1.8.3/jquery.js": "jquery-1.8.3/jquery.js", + "jquery-1.8.3/MIT-LICENSE.txt": "jquery-1.8.3/MIT-LICENSE.txt", + + "jquery-1.9.0/jquery.js": "jquery-1.9.0/jquery.js", + "jquery-1.9.0/MIT-LICENSE.txt": "jquery-1.9.0/MIT-LICENSE.txt", + + "jquery-1.9.1/jquery.js": "jquery-1.9.1/jquery.js", + "jquery-1.9.1/MIT-LICENSE.txt": "jquery-1.9.1/MIT-LICENSE.txt", + + "jquery-1.10.0/jquery.js": "jquery-1.10.0/jquery.js", + "jquery-1.10.0/MIT-LICENSE.txt": "jquery-1.10.0/MIT-LICENSE.txt", + + "jquery-1.10.1/jquery.js": "jquery-1.10.1/jquery.js", + "jquery-1.10.1/MIT-LICENSE.txt": "jquery-1.10.1/MIT-LICENSE.txt", + + "jquery-1.10.2/jquery.js": "jquery-1.10.2/jquery.js", + "jquery-1.10.2/MIT-LICENSE.txt": "jquery-1.10.2/MIT-LICENSE.txt", + + "jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js", + "jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt", + + "jquery-2.0.1/jquery.js": "jquery-2.0.1/jquery.js", + "jquery-2.0.1/MIT-LICENSE.txt": "jquery-2.0.1/MIT-LICENSE.txt", + + "jquery-2.0.2/jquery.js": "jquery-2.0.2/jquery.js", + "jquery-2.0.2/MIT-LICENSE.txt": "jquery-2.0.2/MIT-LICENSE.txt", + + "jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js", + "jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt", + + "jquery-3.0.0/jquery.js": "jquery-3.0.0/dist/jquery.js", + "jquery-3.0.0/LICENSE.txt": "jquery-3.0.0/LICENSE.txt" + } + } + } +}); + +grunt.registerTask( "default", [ "lint", "test" ]); +grunt.registerTask( "lint", [ "asciilint", "jshint", "jscs", "csslint", "htmllint" ]); +grunt.registerTask( "test", [ "qunit" ]); +grunt.registerTask( "sizer", [ "concat:ui", "uglify:main", "compare_size:all" ]); +grunt.registerTask( "sizer_all", [ "concat:ui", "uglify", "compare_size" ]); + +}; diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4819e54 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,43 @@ +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. diff --git a/README.md b/README.md new file mode 100644 index 0000000..a09a065 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# [jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web + +jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice. + +If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions. + +If you want to report a bug/issue, please visit [bugs.jqueryui.com](http://bugs.jqueryui.com). + +If you are interested in helping develop jQuery UI, you are in the right place. +To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/). + + +## For Contributors + +If you want to help and provide a patch for a bugfix or new feature, please take +a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved). +In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards) +and [Commit Message Style Guide](http://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines). + +In general, fork the project, create a branch for a specific change and send a +pull request for that branch. Don't mix unrelated changes. You can use the commit +message as the description for the pull request. + +For more information, see the [contributing page](CONTRIBUTING.md). + +## Running the Unit Tests + +Run the unit tests manually with appropriate browsers and any local web server. See our [environment setup](CONTRIBUTING.md#environment-minimum-required) and [information on running tests](CONTRIBUTING.md#running-the-tests). + +You can also run the unit tests inside phantomjs by [setting up your environment](CONTRIBUTING.md#user-content-environment-recommended-setup). + +## Building jQuery UI + +jQuery UI uses the [Grunt](http://gruntjs.com/) build system. + +To build jQuery UI, [set up your environment](CONTRIBUTING.md#environment-minimum-required) and then run the following commands: + +```sh +# Run the concat task to concatenate files +grunt concat + +# There are many other tasks that can be run through Grunt. +# For a list of all tasks: +grunt --help +``` diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4c84426 --- /dev/null +++ b/bower.json @@ -0,0 +1,43 @@ +{ + "name": "jquery-ui", + "ignore": [ + "**/.*", + "build", + "demos", + "external", + "tests" + ], + "dependencies": { + "jquery": ">=1.6" + }, + "devDependencies": { + "jquery-mousewheel": "3.1.12", + "jquery-simulate": "1.0.0", + "jshint": "2.4.4", + "qunit": "1.14.0", + + "jquery-1.6.0": "jquery#1.6.0", + "jquery-1.6.1": "jquery#1.6.1", + "jquery-1.6.2": "jquery#1.6.2", + "jquery-1.6.3": "jquery#1.6.3", + "jquery-1.6.4": "jquery#1.6.4", + "jquery-1.7.0": "jquery#1.7.0", + "jquery-1.7.1": "jquery#1.7.1", + "jquery-1.7.2": "jquery#1.7.2", + "jquery-1.8.0": "jquery#1.8.0", + "jquery-1.8.1": "jquery#1.8.1", + "jquery-1.8.2": "jquery#1.8.2", + "jquery-1.8.3": "jquery#1.8.3", + "jquery-1.9.0": "jquery#1.9.0", + "jquery-1.9.1": "jquery#1.9.1", + "jquery-1.10.0": "jquery#1.10.0", + "jquery-1.10.1": "jquery#1.10.1", + "jquery-1.10.2": "jquery#1.10.2", + "jquery-1.x": "jquery#1.10.2", + "jquery-2.0.0": "jquery#2.0.0", + "jquery-2.0.1": "jquery#2.0.1", + "jquery-2.0.2": "jquery#2.0.2", + "jquery-2.0.3": "jquery#2.0.3", + "jquery-3.0.0": "jquery#3.0.0" + } +} diff --git a/build/core.json b/build/core.json new file mode 100644 index 0000000..903230c --- /dev/null +++ b/build/core.json @@ -0,0 +1,68 @@ +{ + "core": { + "description": "The core of jQuery UI, required for all interactions and widgets.", + "homepage": "http://jqueryui.com/", + "demo": "http://jqueryui.com/", + "docs": "http://api.jqueryui.com/category/ui-core/" + }, + "datepicker": { + "description": "Displays a calendar from an input or inline for selecting dates.", + "dependencies": [ "core" ], + "keywords": [ + "form", + "calendar", + "date", + "i18n" + ], + "category": "widget" + }, + "effect": { + "title": "jQuery UI Effects Core", + "description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.", + "keywords": [ + "animation", + "show", + "hide", + "color", + "class", + "transition", + "easing" + ], + "category": "effect", + "homepage": "http://jqueryui.com/", + "demo": "http://jqueryui.com/effect/", + "docs": "http://api.jqueryui.com/category/effects-core/" + }, + "position": { + "description": "Positions elements relative to other elements.", + "keywords": [ + "offset", + "relative", + "absolute", + "fixed", + "collision" + ] + }, + "transfer": { + "name": "ui.effect-transfer", + "title": "jQuery UI Transfer Effect", + "description": "Displays a transfer effect from one element to another.", + "keywords": [ + "effect" + ], + "homepage": "http://jqueryui.com/transfer-effect/", + "demo": "http://jqueryui.com/transfer-effect/", + "docs": "http://api.jqueryui.com/transfer-effect/", + "dependencies": [ "effect" ], + "category": "effect" + }, + "widget": { + "description": "Provides a factory for creating stateful widgets with a common API.", + "keywords": [ + "abstraction", + "state", + "factory" + ], + "docs": "http://api.jqueryui.com/jQuery.widget/" + } +} diff --git a/build/effect.json b/build/effect.json new file mode 100644 index 0000000..3963bce --- /dev/null +++ b/build/effect.json @@ -0,0 +1,46 @@ +{ + "blind": { + "description": "Blinds the element." + }, + "bounce": { + "description": "Bounces an element horizontally or vertically n times." + }, + "clip": { + "description": "Clips the element on and off like an old TV." + }, + "drop": { + "description": "Moves an element in one direction and hides it at the same time." + }, + "explode": { + "description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness." + }, + "fade": { + "description": "Fades an element." + }, + "fold": { + "description": "Folds an element first horizontally and then vertically." + }, + "highlight": { + "description": "Highlights the background of an element in a defined color for a custom duration." + }, + "puff": { + "dependencies": [ "effect-scale" ], + "description": "Creates a puff effect by scaling the element up and hiding it at the same time." + }, + "pulsate": { + "description": "Pulsates an element n times by changing the opacity to zero and back." + }, + "scale": { + "dependencies": [ "effect-size" ], + "description": "Grows or shrinks an element and its content. Restores an element to its original size." + }, + "shake": { + "description": "Shakes an element horizontally or vertically n times." + }, + "size": { + "description": "Resize an element to a specified width and height." + }, + "slide": { + "description": "Slides an element in and out of the viewport." + } +} diff --git a/build/interaction.json b/build/interaction.json new file mode 100644 index 0000000..d964c4a --- /dev/null +++ b/build/interaction.json @@ -0,0 +1,36 @@ +{ + "draggable": { + "description": "Enables dragging functionality for any element.", + "keywords": [ + "drag", + "drop" + ] + }, + "droppable": { + "dependencies": [ "draggable" ], + "description": "Enables drop targets for draggable elements.", + "keywords": [ + "drag", + "drop" + ] + }, + "resizable": { + "description": "Enables resize functionality for any element.", + "keywords": [ + "resize" + ] + }, + "selectable": { + "description": "Allows groups of elements to be selected with the mouse.", + "keywords": [ + "selection" + ] + }, + "sortable": { + "description": "Enables items in a list to be sorted using the mouse.", + "keywords": [ + "sort", + "list" + ] + } +} \ No newline at end of file diff --git a/build/release.js b/build/release.js new file mode 100644 index 0000000..abb972c --- /dev/null +++ b/build/release.js @@ -0,0 +1,98 @@ +module.exports = function( Release ) { + +var shell = require( "shelljs" ), + path = require( "path" ), + fs = require( "fs" ); + +function replaceAtVersion() { + console.log( "Replacing @VERSION..." ); + var matches = []; + + function recurse( folder ) { + fs.readdirSync( folder ).forEach(function( fileName ) { + var content, + fullPath = folder + "/" + fileName; + if ( fs.statSync( fullPath ).isDirectory() ) { + recurse( fullPath ); + return; + } + content = fs.readFileSync( fullPath, { + encoding: "utf-8" + }); + if ( !/@VERSION/.test( content ) ) { + return; + } + matches.push( fullPath ); + fs.writeFileSync( fullPath, content.replace( /@VERSION/g, Release.newVersion ) ); + }); + } + + [ "ui", "themes" ].forEach( recurse ); + + console.log( "Replaced @VERSION in " + matches.length + " files." ); + + return matches; +} + +function buildCDNPackage( callback ) { + console.log( "Building CDN package" ); + var downloadBuilder = require( "download.jqueryui.com" ), + jqueryUi = new downloadBuilder.JqueryUi( path.resolve( "." ) ), + builder = new downloadBuilder.Builder( jqueryUi, ":all:" ), + packer = new downloadBuilder.ThemesPacker( builder, { + includeJs: true + }), + target = "../" + jqueryUi.pkg.name + "-" + jqueryUi.pkg.version + "-cdn.zip"; + + // Zip dir structure must be flat, override default base folder + packer.basedir = ""; + packer.zipTo( target, function( error ) { + if ( error ) { + Release.abort( "Failed to zip CDN package", error ); + } + callback(); + }); +} + +Release.define({ + issueTracker: "trac", + contributorReportId: 22, + changelogShell: function() { + var monthNames = [ "January", "February", "March", "April", "May", "June", "July", + "August", "September", "October", "November", "December" ], + now = new Date(); + return "\n\nReleased on " + monthNames[ now.getMonth() ] + " " + now.getDate() + ", " + now.getFullYear() + "\n\n"; + }, + generateArtifacts: function( fn ) { + var files; + function copyCdnFiles() { + var zipFile = shell.ls( "../jquery*-cdn.zip" )[ 0 ], + tmpFolder = "../tmp-zip-output", + unzipCommand = "unzip -o " + zipFile + " -d " + tmpFolder; + + console.log( "Unzipping for dist/cdn copies" ); + shell.mkdir( "-p", tmpFolder ); + Release.exec({ + command: unzipCommand, + silent: true + }, "Failed to unzip cdn files" ); + + shell.mkdir( "-p", "dist/cdn" ); + shell.cp( tmpFolder + "/jquery-ui*.js", "dist/cdn" ); + shell.cp( "-r", tmpFolder + "/themes", "dist/cdn" ); + fn( files ); + } + + Release.exec( "grunt manifest" ); + files = shell.ls( "*.jquery.json" ).concat( replaceAtVersion() ); + buildCDNPackage( copyCdnFiles ); + } +}); + +}; + +module.exports.dependencies = [ + "download.jqueryui.com@2.0.15", + "shelljs@0.2.6" +]; diff --git a/build/tasks/build.js b/build/tasks/build.js new file mode 100644 index 0000000..1e08dc6 --- /dev/null +++ b/build/tasks/build.js @@ -0,0 +1,134 @@ +module.exports = function( grunt ) { + +"use strict"; + +grunt.registerTask( "manifest", "Generate jquery.json manifest files", function() { + var uiFiles, + totalManifests = 0, + pkg = grunt.config( "pkg" ), + base = { + core: { + name: "ui.{plugin}", + title: "jQuery UI {Plugin}" + }, + widget: { + name: "ui.{plugin}", + title: "jQuery UI {Plugin}", + dependencies: [ "core", "widget" ] + }, + interaction: { + name: "ui.{plugin}", + title: "jQuery UI {Plugin}", + dependencies: [ "core", "widget", "mouse" ] + }, + effect: { + name: "ui.effect-{plugin}", + title: "jQuery UI {Plugin} Effect", + keywords: [ "effect", "show", "hide" ], + homepage: "http://jqueryui.com/effect/", + demo: "http://jqueryui.com/effect/", + docs: "http://api.jqueryui.com/{plugin}-effect/", + dependencies: [ "effect" ] + } + }; + + Object.keys( base ).forEach(function( type ) { + var baseManifest = base[ type ], + plugins = grunt.file.readJSON( "build/" + type + ".json" ), + bower = grunt.file.readJSON( "bower.json" ); + + Object.keys( plugins ).forEach(function( plugin ) { + var manifest, bowerKey, + data = plugins[ plugin ], + name = plugin.charAt( 0 ).toUpperCase() + plugin.substr( 1 ); + + function replace( str ) { + return str.replace( "{plugin}", plugin ).replace( "{Plugin}", name ); + } + + manifest = { + name: data.name || replace( baseManifest.name ), + title: data.title || replace( baseManifest.title ), + description: data.description, + keywords: [ "ui", plugin ] + .concat( baseManifest.keywords || [] ) + .concat( data.keywords || [] ), + version: pkg.version, + author: pkg.author, + maintainers: pkg.maintainers, + licenses: pkg.licenses, + bugs: pkg.bugs, + homepage: data.homepage || replace( baseManifest.homepage || + "http://jqueryui.com/{plugin}/" ), + demo: data.demo || replace( baseManifest.demo || + "http://jqueryui.com/{plugin}/" ), + docs: data.docs || replace( baseManifest.docs || + "http://api.jqueryui.com/{plugin}/" ), + download: "http://jqueryui.com/download/", + dependencies: {}, + // custom + category: data.category || type + }; + + for ( bowerKey in bower.dependencies ) { + manifest.dependencies[ bowerKey ] = bower.dependencies[ bowerKey ]; + } + + (baseManifest.dependencies || []) + .concat(data.dependencies || []) + .forEach(function( dependency ) { + manifest.dependencies[ "ui." + dependency ] = pkg.version; + }); + + grunt.file.write( manifest.name + ".jquery.json", + JSON.stringify( manifest, null, "\t" ) + "\n" ); + totalManifests += 1; + }); + }); + + uiFiles = grunt.file.expand( "ui/*.js" ).length; + if ( totalManifests !== uiFiles ) { + grunt.log.error( "Generated " + totalManifests + " manifest files, but there are " + + uiFiles + " ui/*.js files. Do all of them have entries?" ); + return false; + } +}); + +grunt.registerTask( "clean", function() { + require( "rimraf" ).sync( "dist" ); +}); + +grunt.registerTask( "asciilint", function() { + var valid = true, + files = grunt.file.expand({ filter: "isFile" }, "ui/*.js" ); + files.forEach(function( filename ) { + var i, c, + text = grunt.file.read( filename ); + + // Ensure files use only \n for line endings, not \r\n + if ( /\x0d\x0a/.test( text ) ) { + grunt.log.error( filename + ": Incorrect line endings (\\r\\n)" ); + valid = false; + } + + // Ensure only ASCII chars so script tags don't need a charset attribute + if ( text.length !== Buffer.byteLength( text, "utf8" ) ) { + grunt.log.error( filename + ": Non-ASCII characters detected:" ); + for ( i = 0; i < text.length; i++ ) { + c = text.charCodeAt( i ); + if ( c > 127 ) { + grunt.log.error( "- position " + i + ": " + c ); + grunt.log.error( "-- " + text.substring( i - 20, i + 20 ) ); + break; + } + } + valid = false; + } + }); + if ( valid ) { + grunt.log.ok( files.length + " files lint free." ); + } + return valid; +}); + +}; diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js new file mode 100644 index 0000000..32d9375 --- /dev/null +++ b/build/tasks/testswarm.js @@ -0,0 +1,93 @@ +module.exports = function( grunt ) { + +"use strict"; + +var versions = { + "git": "git", + "1.10": "1.10.0 1.10.2", + "1.9": "1.9.0 1.9.1", + "1.8": "1.8.0 1.8.1 1.8.2 1.8.3", + "1.7": "1.7.0 1.7.1 1.7.2", + "1.6": "1.6.0 1.6.1 1.6.2 1.6.3 1.6.4" + }, + tests = { + "Accordion": "accordion/accordion.html", + "Autocomplete": "autocomplete/autocomplete.html", + "Button": "button/button.html", + "Core": "core/core.html", + "Core_deprecated": "core/core_deprecated.html", + "Datepicker": "datepicker/datepicker.html", + "Dialog": "dialog/dialog.html", + "Draggable": "draggable/draggable.html", + "Droppable": "droppable/droppable.html", + "Effects": "effects/effects.html", + "Menu": "menu/menu.html", + "Position": "position/position.html", + "Progressbar": "progressbar/progressbar.html", + "Resizable": "resizable/resizable.html", + "Selectable": "selectable/selectable.html", + "Selectmenu": "selectmenu/selectmenu.html", + "Slider": "slider/slider.html", + "Sortable": "sortable/sortable.html", + "Spinner": "spinner/spinner.html", + "Tabs": "tabs/tabs.html", + "Tooltip": "tooltip/tooltip.html", + "Widget": "widget/widget.html" + }; + +function submit( commit, runs, configFile, extra, done ) { + var testName, + testswarm = require( "testswarm" ), + config = grunt.file.readJSON( configFile ).jqueryui, + commitUrl = "https://github.com/jquery/jquery-ui/commit/" + commit; + + if ( extra ) { + extra = " (" + extra + ")"; + } + + for ( testName in runs ) { + runs[ testName ] = config.testUrl + commit + "/tests/unit/" + runs[ testName ]; + } + + testswarm.createClient({ + url: config.swarmUrl + }) + .addReporter( testswarm.reporters.cli ) + .auth({ + id: config.authUsername, + token: config.authToken + }) + .addjob({ + name: "Commit " + commit.substr( 0, 10 ) + "" + extra, + runs: runs, + runMax: config.runMax, + browserSets: config.browserSets, + timeout: 1000 * 60 * 30 + }, function( error, passed ) { + if ( error ) { + grunt.log.error( error ); + } + done( passed ); + }); +} + +grunt.registerTask( "testswarm", function( commit, configFile ) { + var test, + latestTests = {}; + for ( test in tests ) { + latestTests[ test ] = tests[ test ] + "?nojshint=true"; + } + submit( commit, latestTests, configFile, "", this.async() ); +}); + +grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, minor ) { + var allTests = {}; + versions[ minor ].split(" ").forEach(function( version ) { + for ( var test in tests ) { + allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version; + } + }); + submit( commit, allTests, configFile, "core " + minor, this.async() ); +}); + +}; diff --git a/build/themes b/build/themes new file mode 100644 index 0000000..ec9ac1f --- /dev/null +++ b/build/themes @@ -0,0 +1 @@ +download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DTrebuchet%2BMS%2C%2BTahoma%2C%2BVerdana%2C%2BArial%2C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D4px%26bgColorHeader%3Df6a828%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D35%26borderColorHeader%3De78f08%26fcHeader%3Dffffff%26iconColorHeader%3Dffffff%26bgColorContent%3Deeeeee%26bgTextureContent%3D03_highlight_soft.png%26bgImgOpacityContent%3D100%26borderColorContent%3Ddddddd%26fcContent%3D333333%26iconColorContent%3D222222%26bgColorDefault%3Df6f6f6%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D100%26borderColorDefault%3Dcccccc%26fcDefault%3D1c94c4%26iconColorDefault%3Def8c08%26bgColorHover%3Dfdf5ce%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D100%26borderColorHover%3Dfbcb09%26fcHover%3Dc77405%26iconColorHover%3Def8c08%26bgColorActive%3Dffffff%26bgTextureActive%3D02_glass.png%26bgImgOpacityActive%3D65%26borderColorActive%3Dfbd850%26fcActive%3Deb8f00%26iconColorActive%3Def8c08%26bgColorHighlight%3Dffe45c%26bgTextureHighlight%3D03_highlight_soft.png%26bgImgOpacityHighlight%3D75%26borderColorHighlight%3Dfed22f%26fcHighlight%3D363636%26iconColorHighlight%3D228ef1%26bgColorError%3Db81900%26bgTextureError%3D08_diagonals_thick.png%26bgImgOpacityError%3D18%26borderColorError%3Dcd0a0a%26fcError%3Dffffff%26iconColorError%3Dffd27a%26bgColorOverlay%3D666666%26bgTextureOverlay%3D08_diagonals_thick.png%26bgImgOpacityOverlay%3D20%26opacityOverlay%3D50%26bgColorShadow%3D000000%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D10%26opacityShadow%3D20%26thicknessShadow%3D5px%26offsetTopShadow%3D-5px%26offsetLeftShadow%3D-5px%26cornerRadiusShadow%3D5px&scope=&t-name=ui-lightness&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DSegoe%2BUI%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3D333333%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D25%26borderColorHeader%3D333333%26fcHeader%3Dffffff%26iconColorHeader%3Dffffff%26bgColorContent%3D000000%26bgTextureContent%3D05_inset_soft.png%26bgImgOpacityContent%3D25%26borderColorContent%3D666666%26fcContent%3Dffffff%26iconColorContent%3Dcccccc%26bgColorDefault%3D555555%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D20%26borderColorDefault%3D666666%26fcDefault%3Deeeeee%26iconColorDefault%3Dcccccc%26bgColorHover%3D0078a3%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D40%26borderColorHover%3D59b4d4%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3Df58400%26bgTextureActive%3D05_inset_soft.png%26bgImgOpacityActive%3D30%26borderColorActive%3Dffaf0f%26fcActive%3Dffffff%26iconColorActive%3D222222%26bgColorHighlight%3Deeeeee%26bgTextureHighlight%3D03_highlight_soft.png%26bgImgOpacityHighlight%3D80%26borderColorHighlight%3Dcccccc%26fcHighlight%3D2e7db2%26iconColorHighlight%3D4b8e0b%26bgColorError%3Dffc73d%26bgTextureError%3D02_glass.png%26bgImgOpacityError%3D40%26borderColorError%3Dffb73d%26fcError%3D111111%26iconColorError%3Da83300%26bgColorOverlay%3D5c5c5c%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D50%26opacityOverlay%3D80%26bgColorShadow%3Dcccccc%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D30%26opacityShadow%3D60%26thicknessShadow%3D7px%26offsetTopShadow%3D-7px%26offsetLeftShadow%3D-7px%26cornerRadiusShadow%3D8px&scope=&t-name=ui-darkness&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DVerdana%2CArial%2Csans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D4px%26bgColorHeader%3Dcccccc%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D75%26borderColorHeader%3Daaaaaa%26fcHeader%3D222222%26iconColorHeader%3D222222%26bgColorContent%3Dffffff%26bgTextureContent%3D01_flat.png%26bgImgOpacityContent%3D75%26borderColorContent%3Daaaaaa%26fcContent%3D222222%26iconColorContent%3D222222%26bgColorDefault%3De6e6e6%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D75%26borderColorDefault%3Dd3d3d3%26fcDefault%3D555555%26iconColorDefault%3D888888%26bgColorHover%3Ddadada%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D75%26borderColorHover%3D999999%26fcHover%3D212121%26iconColorHover%3D454545%26bgColorActive%3Dffffff%26bgTextureActive%3D02_glass.png%26bgImgOpacityActive%3D65%26borderColorActive%3Daaaaaa%26fcActive%3D212121%26iconColorActive%3D454545%26bgColorHighlight%3Dfbf9ee%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dfcefa1%26fcHighlight%3D363636%26iconColorHighlight%3D2e83ff%26bgColorError%3Dfef1ec%26bgTextureError%3D02_glass.png%26bgImgOpacityError%3D95%26borderColorError%3Dcd0a0a%26fcError%3Dcd0a0a%26iconColorError%3Dcd0a0a%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=smoothness&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DVerdana%252CArial%252Csans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D5px%26bgColorHeader%3D2191c0%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D75%26borderColorHeader%3D4297d7%26fcHeader%3Deaf5f7%26iconColorHeader%3Dd8e7f3%26bgColorContent%3Dfcfdfd%26bgTextureContent%3D06_inset_hard.png%26bgImgOpacityContent%3D100%26borderColorContent%3Da6c9e2%26fcContent%3D222222%26iconColorContent%3D0078ae%26bgColorDefault%3D0078ae%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D45%26borderColorDefault%3D77d5f7%26fcDefault%3Dffffff%26iconColorDefault%3De0fdff%26bgColorHover%3D79c9ec%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D75%26borderColorHover%3D448dae%26fcHover%3D026890%26iconColorHover%3D056b93%26bgColorActive%3D6eac2c%26bgTextureActive%3D12_gloss_wave.png%26bgImgOpacityActive%3D50%26borderColorActive%3Dacdd4a%26fcActive%3Dffffff%26iconColorActive%3Df5e175%26bgColorHighlight%3Df8da4e%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dfcd113%26fcHighlight%3D915608%26iconColorHighlight%3Df7a50d%26bgColorError%3De14f1c%26bgTextureError%3D12_gloss_wave.png%26bgImgOpacityError%3D45%26borderColorError%3Dcd0a0a%26fcError%3Dffffff%26iconColorError%3Dfcd113%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D75%26opacityOverlay%3D30%26bgColorShadow%3D999999%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D55%26opacityShadow%3D45%26thicknessShadow%3D0px%26offsetTopShadow%3D5px%26offsetLeftShadow%3D5px%26cornerRadiusShadow%3D5px&scope=&t-name=start&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DLucida%2BGrande%2C%2BLucida%2BSans%2C%2BArial%2C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D5px%26bgColorHeader%3D5c9ccc%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D55%26borderColorHeader%3D4297d7%26fcHeader%3Dffffff%26iconColorHeader%3Dd8e7f3%26bgColorContent%3Dfcfdfd%26bgTextureContent%3D06_inset_hard.png%26bgImgOpacityContent%3D100%26borderColorContent%3Da6c9e2%26fcContent%3D222222%26iconColorContent%3D469bdd%26bgColorDefault%3Ddfeffc%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D85%26borderColorDefault%3Dc5dbec%26fcDefault%3D2e6e9e%26iconColorDefault%3D6da8d5%26bgColorHover%3Dd0e5f5%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D75%26borderColorHover%3D79b7e7%26fcHover%3D1d5987%26iconColorHover%3D217bc0%26bgColorActive%3Df5f8f9%26bgTextureActive%3D06_inset_hard.png%26bgImgOpacityActive%3D100%26borderColorActive%3D79b7e7%26fcActive%3De17009%26iconColorActive%3Df9bd01%26bgColorHighlight%3Dfbec88%26bgTextureHighlight%3D01_flat.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dfad42e%26fcHighlight%3D363636%26iconColorHighlight%3D2e83ff%26bgColorError%3Dfef1ec%26bgTextureError%3D02_glass.png%26bgImgOpacityError%3D95%26borderColorError%3Dcd0a0a%26fcError%3Dcd0a0a%26iconColorError%3Dcd0a0a%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=redmond&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DSegoe%2BUI%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D8px%26bgColorHeader%3D817865%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D45%26borderColorHeader%3D494437%26fcHeader%3Dffffff%26iconColorHeader%3Dfadc7a%26bgColorContent%3Dfeeebd%26bgTextureContent%3D03_highlight_soft.png%26bgImgOpacityContent%3D100%26borderColorContent%3D8e846b%26fcContent%3D383838%26iconColorContent%3Dd19405%26bgColorDefault%3Dfece2f%26bgTextureDefault%3D12_gloss_wave.png%26bgImgOpacityDefault%3D60%26borderColorDefault%3Dd19405%26fcDefault%3D4c3000%26iconColorDefault%3D3d3d3d%26bgColorHover%3Dffdd57%26bgTextureHover%3D12_gloss_wave.png%26bgImgOpacityHover%3D70%26borderColorHover%3Da45b13%26fcHover%3D381f00%26iconColorHover%3Dbd7b00%26bgColorActive%3Dffffff%26bgTextureActive%3D05_inset_soft.png%26bgImgOpacityActive%3D30%26borderColorActive%3D655e4e%26fcActive%3D0074c7%26iconColorActive%3Deb990f%26bgColorHighlight%3Dfff9e5%26bgTextureHighlight%3D12_gloss_wave.png%26bgImgOpacityHighlight%3D90%26borderColorHighlight%3Deeb420%26fcHighlight%3D1f1f1f%26iconColorHighlight%3Ded9f26%26bgColorError%3Dd34d17%26bgTextureError%3D07_diagonals_medium.png%26bgImgOpacityError%3D20%26borderColorError%3Dffb73d%26fcError%3Dffffff%26iconColorError%3Dffe180%26bgColorOverlay%3D5c5c5c%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D50%26opacityOverlay%3D80%26bgColorShadow%3Dcccccc%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D30%26opacityShadow%3D60%26thicknessShadow%3D7px%26offsetTopShadow%3D-7px%26offsetLeftShadow%3D-7px%26cornerRadiusShadow%3D8px&scope=&t-name=sunny&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DTrebuchet%2BMS%252C%2BHelvetica%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3Ddddddd%26bgTextureHeader%3D02_glass.png%26bgImgOpacityHeader%3D35%26borderColorHeader%3Dbbbbbb%26fcHeader%3D444444%26iconColorHeader%3D999999%26bgColorContent%3Dc9c9c9%26bgTextureContent%3D05_inset_soft.png%26bgImgOpacityContent%3D50%26borderColorContent%3Daaaaaa%26fcContent%3D333333%26iconColorContent%3D999999%26bgColorDefault%3Deeeeee%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D60%26borderColorDefault%3Dcccccc%26fcDefault%3D3383bb%26iconColorDefault%3D70b2e1%26bgColorHover%3Df8f8f8%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D100%26borderColorHover%3Dbbbbbb%26fcHover%3D599fcf%26iconColorHover%3D3383bb%26bgColorActive%3D999999%26bgTextureActive%3D06_inset_hard.png%26bgImgOpacityActive%3D75%26borderColorActive%3D999999%26fcActive%3Dffffff%26iconColorActive%3D454545%26bgColorHighlight%3Deeeeee%26bgTextureHighlight%3D01_flat.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dffffff%26fcHighlight%3D444444%26iconColorHighlight%3D3383bb%26bgColorError%3Dc0402a%26bgTextureError%3D01_flat.png%26bgImgOpacityError%3D55%26borderColorError%3Dc0402a%26fcError%3Dffffff%26iconColorError%3Dfbc856%26bgColorOverlay%3Deeeeee%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D80%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D60%26thicknessShadow%3D4px%26offsetTopShadow%3D-4px%26offsetLeftShadow%3D-4px%26cornerRadiusShadow%3D0pxdow%253D0px&scope=&t-name=overcast&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DLucida%2BGrande%252C%2BLucida%2BSans%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D10px%26bgColorHeader%3D3a8104%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D33%26borderColorHeader%3D3f7506%26fcHeader%3Dffffff%26iconColorHeader%3Dffffff%26bgColorContent%3D285c00%26bgTextureContent%3D05_inset_soft.png%26bgImgOpacityContent%3D10%26borderColorContent%3D72b42d%26fcContent%3Dffffff%26iconColorContent%3D72b42d%26bgColorDefault%3D4ca20b%26bgTextureDefault%3D03_highlight_soft.png%26bgImgOpacityDefault%3D60%26borderColorDefault%3D45930b%26fcDefault%3Dffffff%26iconColorDefault%3Dffffff%26bgColorHover%3D4eb305%26bgTextureHover%3D03_highlight_soft.png%26bgImgOpacityHover%3D50%26borderColorHover%3D8bd83b%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3D285c00%26bgTextureActive%3D04_highlight_hard.png%26bgImgOpacityActive%3D30%26borderColorActive%3D72b42d%26fcActive%3Dffffff%26iconColorActive%3Dffffff%26bgColorHighlight%3Dfbf5d0%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Df9dd34%26fcHighlight%3D363636%26iconColorHighlight%3D4eb305%26bgColorError%3Dffdc2e%26bgTextureError%3D08_diagonals_thick.png%26bgImgOpacityError%3D95%26borderColorError%3Dfad000%26fcError%3D2b2b2b%26iconColorError%3Dcd0a0a%26bgColorOverlay%3D444444%26bgTextureOverlay%3D08_diagonals_thick.png%26bgImgOpacityOverlay%3D15%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D07_diagonals_small.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D30%26thicknessShadow%3D0px%26offsetTopShadow%3D4px%26offsetLeftShadow%3D4px%26cornerRadiusShadow%3D4px&scope=&t-name=le-frog&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DHelvetica%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D2px%26bgColorHeader%3Ddddddd%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D50%26borderColorHeader%3Ddddddd%26fcHeader%3D444444%26iconColorHeader%3D0073ea%26bgColorContent%3Dffffff%26bgTextureContent%3D01_flat.png%26bgImgOpacityContent%3D75%26borderColorContent%3Ddddddd%26fcContent%3D444444%26iconColorContent%3Dff0084%26bgColorDefault%3Df6f6f6%26bgTextureDefault%3D03_highlight_soft.png%26bgImgOpacityDefault%3D100%26borderColorDefault%3Ddddddd%26fcDefault%3D0073ea%26iconColorDefault%3D666666%26bgColorHover%3D0073ea%26bgTextureHover%3D03_highlight_soft.png%26bgImgOpacityHover%3D25%26borderColorHover%3D0073ea%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3Dffffff%26bgTextureActive%3D02_glass.png%26bgImgOpacityActive%3D65%26borderColorActive%3Ddddddd%26fcActive%3Dff0084%26iconColorActive%3D454545%26bgColorHighlight%3Dffffff%26bgTextureHighlight%3D01_flat.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dcccccc%26fcHighlight%3D444444%26iconColorHighlight%3D0073ea%26bgColorError%3Dffffff%26bgTextureError%3D01_flat.png%26bgImgOpacityError%3D55%26borderColorError%3Dff0084%26fcError%3D222222%26iconColorError%3Dff0084%26bgColorOverlay%3Deeeeee%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D80%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D60%26thicknessShadow%3D4px%26offsetTopShadow%3D-4px%26offsetLeftShadow%3D-4px%26cornerRadiusShadow%3D0px&scope=&t-name=flick&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DTrebuchet%2BMS%252C%2BTahoma%252C%2BVerdana%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3Dffffff%26bgTextureHeader%3D23_fine_grain.png%26bgImgOpacityHeader%3D15%26borderColorHeader%3Dd4d1bf%26fcHeader%3D453821%26iconColorHeader%3Db83400%26bgColorContent%3Deceadf%26bgTextureContent%3D23_fine_grain.png%26bgImgOpacityContent%3D10%26borderColorContent%3Dd9d6c4%26fcContent%3D1f1f1f%26iconColorContent%3D222222%26bgColorDefault%3Df8f7f6%26bgTextureDefault%3D23_fine_grain.png%26bgImgOpacityDefault%3D10%26borderColorDefault%3Dcbc7bd%26fcDefault%3D654b24%26iconColorDefault%3Db83400%26bgColorHover%3D654b24%26bgTextureHover%3D23_fine_grain.png%26bgImgOpacityHover%3D65%26borderColorHover%3D654b24%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3Deceadf%26bgTextureActive%3D23_fine_grain.png%26bgImgOpacityActive%3D15%26borderColorActive%3Dd9d6c4%26fcActive%3D140f06%26iconColorActive%3D8c291d%26bgColorHighlight%3Df7f3de%26bgTextureHighlight%3D23_fine_grain.png%26bgImgOpacityHighlight%3D15%26borderColorHighlight%3Db2a266%26fcHighlight%3D3a3427%26iconColorHighlight%3D3572ac%26bgColorError%3Db83400%26bgTextureError%3D23_fine_grain.png%26bgImgOpacityError%3D68%26borderColorError%3D681818%26fcError%3Dffffff%26iconColorError%3Dfbdb93%26bgColorOverlay%3D6e4f1c%26bgTextureOverlay%3D16_diagonal_maze.png%26bgImgOpacityOverlay%3D20%26opacityOverlay%3D60%26bgColorShadow%3D000000%26bgTextureShadow%3D16_diagonal_maze.png%26bgImgOpacityShadow%3D40%26opacityShadow%3D60%26thicknessShadow%3D5px%26offsetTopShadow%3D0%26offsetLeftShadow%3D-10px%26cornerRadiusShadow%3D18px&scope=&t-name=pepper-grinder&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DLucida%2BGrande%252C%2BLucida%2BSans%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3D30273a%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D25%26borderColorHeader%3D231d2b%26fcHeader%3Dffffff%26iconColorHeader%3Da8a3ae%26bgColorContent%3D3d3644%26bgTextureContent%3D12_gloss_wave.png%26bgImgOpacityContent%3D30%26borderColorContent%3D7e7783%26fcContent%3Dffffff%26iconColorContent%3Dffffff%26bgColorDefault%3Ddcd9de%26bgTextureDefault%3D03_highlight_soft.png%26bgImgOpacityDefault%3D100%26borderColorDefault%3Ddcd9de%26fcDefault%3D665874%26iconColorDefault%3D8d78a5%26bgColorHover%3Deae6ea%26bgTextureHover%3D03_highlight_soft.png%26bgImgOpacityHover%3D100%26borderColorHover%3Dd1c5d8%26fcHover%3D734d99%26iconColorHover%3D734d99%26bgColorActive%3D5f5964%26bgTextureActive%3D03_highlight_soft.png%26bgImgOpacityActive%3D45%26borderColorActive%3D7e7783%26fcActive%3Dffffff%26iconColorActive%3D454545%26bgColorHighlight%3Dfafafa%26bgTextureHighlight%3D01_flat.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dffdb1f%26fcHighlight%3D333333%26iconColorHighlight%3D8d78a5%26bgColorError%3D994d53%26bgTextureError%3D01_flat.png%26bgImgOpacityError%3D55%26borderColorError%3D994d53%26fcError%3Dffffff%26iconColorError%3Debccce%26bgColorOverlay%3Deeeeee%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D80%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D60%26thicknessShadow%3D4px%26offsetTopShadow%3D-4px%26offsetLeftShadow%3D-4px%26cornerRadiusShadow%3D0px&scope=&t-name=eggplant&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DVerdana%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3D444444%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D44%26borderColorHeader%3D333333%26fcHeader%3Dffffff%26iconColorHeader%3Dffffff%26bgColorContent%3D000000%26bgTextureContent%3D14_loop.png%26bgImgOpacityContent%3D25%26borderColorContent%3D555555%26fcContent%3Dffffff%26iconColorContent%3Dcccccc%26bgColorDefault%3D222222%26bgTextureDefault%3D03_highlight_soft.png%26bgImgOpacityDefault%3D35%26borderColorDefault%3D444444%26fcDefault%3Deeeeee%26iconColorDefault%3Dcccccc%26bgColorHover%3D003147%26bgTextureHover%3D03_highlight_soft.png%26bgImgOpacityHover%3D33%26borderColorHover%3D0b93d5%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3D0972a5%26bgTextureActive%3D04_highlight_hard.png%26bgImgOpacityActive%3D20%26borderColorActive%3D26b3f7%26fcActive%3Dffffff%26iconColorActive%3D222222%26bgColorHighlight%3Deeeeee%26bgTextureHighlight%3D03_highlight_soft.png%26bgImgOpacityHighlight%3D80%26borderColorHighlight%3Dcccccc%26fcHighlight%3D2e7db2%26iconColorHighlight%3D4b8e0b%26bgColorError%3Dffc73d%26bgTextureError%3D02_glass.png%26bgImgOpacityError%3D40%26borderColorError%3Dffb73d%26fcError%3D111111%26iconColorError%3Da83300%26bgColorOverlay%3D5c5c5c%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D50%26opacityOverlay%3D80%26bgColorShadow%3Dcccccc%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D30%26opacityShadow%3D60%26thicknessShadow%3D7px%26offsetTopShadow%3D-7px%26offsetLeftShadow%3D-7px%26cornerRadiusShadow%3D8px&scope=&t-name=dark-hive&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DLucida%2BGrande%252C%2BLucida%2BSans%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3Ddeedf7%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D100%26borderColorHeader%3Daed0ea%26fcHeader%3D222222%26iconColorHeader%3D72a7cf%26bgColorContent%3Df2f5f7%26bgTextureContent%3D04_highlight_hard.png%26bgImgOpacityContent%3D100%26borderColorContent%3Ddddddd%26fcContent%3D362b36%26iconColorContent%3D72a7cf%26bgColorDefault%3Dd7ebf9%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D80%26borderColorDefault%3Daed0ea%26fcDefault%3D2779aa%26iconColorDefault%3D3d80b3%26bgColorHover%3De4f1fb%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D100%26borderColorHover%3D74b2e2%26fcHover%3D0070a3%26iconColorHover%3D2694e8%26bgColorActive%3D3baae3%26bgTextureActive%3D02_glass.png%26bgImgOpacityActive%3D50%26borderColorActive%3D2694e8%26fcActive%3Dffffff%26iconColorActive%3Dffffff%26bgColorHighlight%3Dffef8f%26bgTextureHighlight%3D03_highlight_soft.png%26bgImgOpacityHighlight%3D25%26borderColorHighlight%3Df9dd34%26fcHighlight%3D363636%26iconColorHighlight%3D2e83ff%26bgColorError%3Dcd0a0a%26bgTextureError%3D01_flat.png%26bgImgOpacityError%3D15%26borderColorError%3Dcd0a0a%26fcError%3Dffffff%26iconColorError%3Dffffff%26bgColorOverlay%3Deeeeee%26bgTextureOverlay%3D08_diagonals_thick.png%26bgImgOpacityOverlay%3D90%26opacityOverlay%3D80%26bgColorShadow%3D000000%26bgTextureShadow%3D04_highlight_hard.png%26bgImgOpacityShadow%3D70%26opacityShadow%3D30%26thicknessShadow%3D7px%26offsetTopShadow%3D-7px%26offsetLeftShadow%3D-7px%26cornerRadiusShadow%3D8px&scope=&t-name=cupertino&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3Dsegoe%2Bui%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3Dece8da%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D100%26borderColorHeader%3Dd4ccb0%26fcHeader%3D433f38%26iconColorHeader%3D847e71%26bgColorContent%3Df5f3e5%26bgTextureContent%3D04_highlight_hard.png%26bgImgOpacityContent%3D100%26borderColorContent%3Ddfd9c3%26fcContent%3D312e25%26iconColorContent%3D808080%26bgColorDefault%3D459e00%26bgTextureDefault%3D04_highlight_hard.png%26bgImgOpacityDefault%3D15%26borderColorDefault%3D327E04%26fcDefault%3Dffffff%26iconColorDefault%3Deeeeee%26bgColorHover%3D67b021%26bgTextureHover%3D03_highlight_soft.png%26bgImgOpacityHover%3D25%26borderColorHover%3D327E04%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3Dfafaf4%26bgTextureActive%3D04_highlight_hard.png%26bgImgOpacityActive%3D100%26borderColorActive%3Dd4ccb0%26fcActive%3D459e00%26iconColorActive%3D8DC262%26bgColorHighlight%3Dfcf0ba%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3De8e1b5%26fcHighlight%3D363636%26iconColorHighlight%3D8DC262%26bgColorError%3Dffedad%26bgTextureError%3D03_highlight_soft.png%26bgImgOpacityError%3D95%26borderColorError%3De3a345%26fcError%3Dcd5c0a%26iconColorError%3Dcd0a0a%26bgColorOverlay%3D2b2922%26bgTextureOverlay%3D05_inset_soft.png%26bgImgOpacityOverlay%3D15%26opacityOverlay%3D90%26bgColorShadow%3Dcccccc%26bgTextureShadow%3D04_highlight_hard.png%26bgImgOpacityShadow%3D95%26opacityShadow%3D20%26thicknessShadow%3D12px%26offsetTopShadow%3D-12px%26offsetLeftShadow%3D-12px%26cornerRadiusShadow%3D10px&scope=&t-name=south-street&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DArial%2Csans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3Dcc0000%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D15%26borderColorHeader%3De3a1a1%26fcHeader%3Dffffff%26iconColorHeader%3Dffffff%26bgColorContent%3Dffffff%26bgTextureContent%3D01_flat.png%26bgImgOpacityContent%3D75%26borderColorContent%3Deeeeee%26fcContent%3D333333%26iconColorContent%3Dcc0000%26bgColorDefault%3Deeeeee%26bgTextureDefault%3D04_highlight_hard.png%26bgImgOpacityDefault%3D100%26borderColorDefault%3Dd8dcdf%26fcDefault%3D004276%26iconColorDefault%3Dcc0000%26bgColorHover%3Df6f6f6%26bgTextureHover%3D04_highlight_hard.png%26bgImgOpacityHover%3D100%26borderColorHover%3Dcdd5da%26fcHover%3D111111%26iconColorHover%3Dcc0000%26bgColorActive%3Dffffff%26bgTextureActive%3D01_flat.png%26bgImgOpacityActive%3D65%26borderColorActive%3Deeeeee%26fcActive%3Dcc0000%26iconColorActive%3Dcc0000%26bgColorHighlight%3Dfbf8ee%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dfcd3a1%26fcHighlight%3D444444%26iconColorHighlight%3D004276%26bgColorError%3Df3d8d8%26bgTextureError%3D08_diagonals_thick.png%26bgImgOpacityError%3D75%26borderColorError%3Dcc0000%26fcError%3D2e2e2e%26iconColorError%3Dcc0000%26bgColorOverlay%3Da6a6a6%26bgTextureOverlay%3D09_dots_small.png%26bgImgOpacityOverlay%3D65%26opacityOverlay%3D40%26bgColorShadow%3D333333%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D10%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=blitzer&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3Ftr%3DffDefault%3DHelvetica%2CArial%2Csans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3Dcb842e%26bgTextureHeader%3D02_glass.png%26bgImgOpacityHeader%3D25%26borderColorHeader%3Dd49768%26fcHeader%3Dffffff%26iconColorHeader%3Dffffff%26bgColorContent%3Df4f0ec%26bgTextureContent%3D05_inset_soft.png%26bgImgOpacityContent%3D100%26borderColorContent%3De0cfc2%26fcContent%3D1e1b1d%26iconColorContent%3Dc47a23%26bgColorDefault%3Dede4d4%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D70%26borderColorDefault%3Dcdc3b7%26fcDefault%3D3f3731%26iconColorDefault%3Df08000%26bgColorHover%3Df5f0e5%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D100%26borderColorHover%3Df5ad66%26fcHover%3Da46313%26iconColorHover%3Df08000%26bgColorActive%3Df4f0ec%26bgTextureActive%3D04_highlight_hard.png%26bgImgOpacityActive%3D100%26borderColorActive%3De0cfc2%26fcActive%3Db85700%26iconColorActive%3Df35f07%26bgColorHighlight%3Df5f5b5%26bgTextureHighlight%3D04_highlight_hard.png%26bgImgOpacityHighlight%3D75%26borderColorHighlight%3Dd9bb73%26fcHighlight%3D060200%26iconColorHighlight%3Dcb672b%26bgColorError%3Dfee4bd%26bgTextureError%3D04_highlight_hard.png%26bgImgOpacityError%3D65%26borderColorError%3Df8893f%26fcError%3D592003%26iconColorError%3Dff7519%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D75%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D75%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=humanity&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DGill%2BSans%2CArial%2Csans-serif%26fwDefault%3Dbold%26fsDefault%3D1.2em%26cornerRadius%3D4px%26bgColorHeader%3D35414f%26bgTextureHeader%3D09_dots_small.png%26bgImgOpacityHeader%3D35%26borderColorHeader%3D2c4359%26fcHeader%3De1e463%26iconColorHeader%3De1e463%26bgColorContent%3Dffffff%26bgTextureContent%3D01_flat.png%26bgImgOpacityContent%3D75%26borderColorContent%3Daaaaaa%26fcContent%3D2c4359%26iconColorContent%3Dc02669%26bgColorDefault%3D93c3cd%26bgTextureDefault%3D07_diagonals_small.png%26bgImgOpacityDefault%3D50%26borderColorDefault%3D93c3cd%26fcDefault%3D333333%26iconColorDefault%3Dffffff%26bgColorHover%3Dccd232%26bgTextureHover%3D07_diagonals_small.png%26bgImgOpacityHover%3D75%26borderColorHover%3D999999%26fcHover%3D212121%26iconColorHover%3D454545%26bgColorActive%3Ddb4865%26bgTextureActive%3D07_diagonals_small.png%26bgImgOpacityActive%3D40%26borderColorActive%3Dff6b7f%26fcActive%3Dffffff%26iconColorActive%3Dffffff%26bgColorHighlight%3Dffff38%26bgTextureHighlight%3D10_dots_medium.png%26bgImgOpacityHighlight%3D80%26borderColorHighlight%3Db4d100%26fcHighlight%3D363636%26iconColorHighlight%3D88a206%26bgColorError%3Dff3853%26bgTextureError%3D07_diagonals_small.png%26bgImgOpacityError%3D50%26borderColorError%3Dff6b7f%26fcError%3Dffffff%26iconColorError%3Dffeb33%26bgColorOverlay%3Df7f7ba%26bgTextureOverlay%3D11_white_lines.png%26bgImgOpacityOverlay%3D85%26opacityOverlay%3D80%26bgColorShadow%3Dba9217%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D75%26opacityShadow%3D20%26thicknessShadow%3D10px%26offsetTopShadow%3D8px%26offsetLeftShadow%3D8px%26cornerRadiusShadow%3D5px&scope=&t-name=hot-sneaks&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3Dsegoe%2Bui%2C%2BArial%2C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D3px%26bgColorHeader%3Df9f9f9%26bgTextureHeader%3D03_highlight_soft.png%26bgImgOpacityHeader%3D100%26borderColorHeader%3Dcccccc%26fcHeader%3De69700%26iconColorHeader%3D5fa5e3%26bgColorContent%3Deeeeee%26bgTextureContent%3D06_inset_hard.png%26bgImgOpacityContent%3D100%26borderColorContent%3Daaaaaa%26fcContent%3D222222%26iconColorContent%3D0a82eb%26bgColorDefault%3D1484e6%26bgTextureDefault%3D08_diagonals_thick.png%26bgImgOpacityDefault%3D22%26borderColorDefault%3Dffffff%26fcDefault%3Dffffff%26iconColorDefault%3Dfcdd4a%26bgColorHover%3D2293f7%26bgTextureHover%3D08_diagonals_thick.png%26bgImgOpacityHover%3D26%26borderColorHover%3D2293f7%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3De69700%26bgTextureActive%3D08_diagonals_thick.png%26bgImgOpacityActive%3D20%26borderColorActive%3De69700%26fcActive%3Dffffff%26iconColorActive%3Dffffff%26bgColorHighlight%3Dc5ddfc%26bgTextureHighlight%3D07_diagonals_small.png%26bgImgOpacityHighlight%3D25%26borderColorHighlight%3Dffffff%26fcHighlight%3D333333%26iconColorHighlight%3D0b54d5%26bgColorError%3De69700%26bgTextureError%3D08_diagonals_thick.png%26bgImgOpacityError%3D20%26borderColorError%3De69700%26fcError%3Dffffff%26iconColorError%3Dffffff%26bgColorOverlay%3De6b900%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D30%26bgColorShadow%3De69700%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D20%26thicknessShadow%3D0px%26offsetTopShadow%3D6px%26offsetLeftShadow%3D6px%26cornerRadiusShadow%3D3px&scope=&t-name=excite-bike&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3Ftr%26ffDefault%3DHelvetica%2C%2BArial%2C%2Bsans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1%26fsDefaultUnit%3Dem%26cornerRadius%3D5%26cornerRadiusUnit%3Dpx%26bgColorHeader%3D888888%26bgTextureHeader%3D04_highlight_hard.png%26bgImgOpacityHeader%3D15%26borderColorHeader%3D404040%26fcHeader%3Dffffff%26iconColorHeader%3Dcccccc%26bgColorContent%3D121212%26bgTextureContent%3D12_gloss_wave.png%26bgImgOpacityContent%3D16%26borderColorContent%3D404040%26fcContent%3Deeeeee%26iconColorContent%3Dbbbbbb%26bgColorDefault%3Dadadad%26bgTextureDefault%3D03_highlight_soft.png%26bgImgOpacityDefault%3D35%26borderColorDefault%3Dcccccc%26fcDefault%3D333333%26iconColorDefault%3D666666%26bgColorHover%3Ddddddd%26bgTextureHover%3D03_highlight_soft.png%26bgImgOpacityHover%3D60%26borderColorHover%3Ddddddd%26fcHover%3D000000%26iconColorHover%3Dc98000%26bgColorActive%3D121212%26bgTextureActive%3D05_inset_soft.png%26bgImgOpacityActive%3D15%26borderColorActive%3D000000%26fcActive%3Dffffff%26iconColorActive%3Df29a00%26bgColorHighlight%3D555555%26bgTextureHighlight%3D04_highlight_hard.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3D404040%26fcHighlight%3Dcccccc%26iconColorHighlight%3Daaaaaa%26bgColorError%3Dfef1ec%26bgTextureError%3D02_glass.png%26bgImgOpacityError%3D95%26borderColorError%3Dcd0a0a%26fcError%3Dcd0a0a%26iconColorError%3Dcd0a0a&scope=&t-name=vader&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DArial%2C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.3em%26cornerRadius%3D4px%26bgColorHeader%3D0b3e6f%26bgTextureHeader%3D08_diagonals_thick.png%26bgImgOpacityHeader%3D15%26borderColorHeader%3D0b3e6f%26fcHeader%3Df6f6f6%26iconColorHeader%3D98d2fb%26bgColorContent%3D111111%26bgTextureContent%3D12_gloss_wave.png%26bgImgOpacityContent%3D20%26borderColorContent%3D000000%26fcContent%3Dd9d9d9%26iconColorContent%3D9ccdfc%26bgColorDefault%3D333333%26bgTextureDefault%3D09_dots_small.png%26bgImgOpacityDefault%3D20%26borderColorDefault%3D333333%26fcDefault%3Dffffff%26iconColorDefault%3D9ccdfc%26bgColorHover%3D00498f%26bgTextureHover%3D09_dots_small.png%26bgImgOpacityHover%3D40%26borderColorHover%3D222222%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3D292929%26bgTextureActive%3D01_flat.png%26bgImgOpacityActive%3D40%26borderColorActive%3D096ac8%26fcActive%3D75abff%26iconColorActive%3D00498f%26bgColorHighlight%3D0b58a2%26bgTextureHighlight%3D10_dots_medium.png%26bgImgOpacityHighlight%3D30%26borderColorHighlight%3D052f57%26fcHighlight%3Dffffff%26iconColorHighlight%3Dffffff%26bgColorError%3Da32d00%26bgTextureError%3D09_dots_small.png%26bgImgOpacityError%3D30%26borderColorError%3Dcd0a0a%26fcError%3Dffffff%26iconColorError%3Dffffff%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=dot-luv&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DSegoe%2BUI%252C%2BHelvetica%252C%2BArial%252C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D4px%26bgColorHeader%3D453326%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D25%26borderColorHeader%3D695649%26fcHeader%3De3ddc9%26iconColorHeader%3De3ddc9%26bgColorContent%3D201913%26bgTextureContent%3D05_inset_soft.png%26bgImgOpacityContent%3D10%26borderColorContent%3D9c947c%26fcContent%3Dffffff%26iconColorContent%3D222222%26bgColorDefault%3D1c160d%26bgTextureDefault%3D12_gloss_wave.png%26bgImgOpacityDefault%3D20%26borderColorDefault%3D695444%26fcDefault%3D9bcc60%26iconColorDefault%3D9bcc60%26bgColorHover%3D44372c%26bgTextureHover%3D12_gloss_wave.png%26bgImgOpacityHover%3D30%26borderColorHover%3D9c947c%26fcHover%3Dbaec7e%26iconColorHover%3Dadd978%26bgColorActive%3D201913%26bgTextureActive%3D03_highlight_soft.png%26bgImgOpacityActive%3D20%26borderColorActive%3D9c947c%26fcActive%3De3ddc9%26iconColorActive%3De3ddc9%26bgColorHighlight%3D619226%26bgTextureHighlight%3D03_highlight_soft.png%26bgImgOpacityHighlight%3D20%26borderColorHighlight%3Dadd978%26fcHighlight%3Dffffff%26iconColorHighlight%3Dffffff%26bgColorError%3D5f391b%26bgTextureError%3D02_glass.png%26bgImgOpacityError%3D15%26borderColorError%3D5f391b%26fcError%3Dffffff%26iconColorError%3Df1fd86%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D01_flat.png%26bgImgOpacityOverlay%3D0%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=mint-choc&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DVerdana%2C%2BArial%2C%2Bsans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.1em%26cornerRadius%3D4px%26bgColorHeader%3D333333%26bgTextureHeader%3D08_diagonals_thick.png%26bgImgOpacityHeader%3D8%26borderColorHeader%3Da3a3a3%26fcHeader%3Deeeeee%26iconColorHeader%3Dbbbbbb%26bgColorContent%3Df9f9f9%26bgTextureContent%3D04_highlight_hard.png%26bgImgOpacityContent%3D100%26borderColorContent%3Dcccccc%26fcContent%3D222222%26iconColorContent%3D222222%26bgColorDefault%3D111111%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D40%26borderColorDefault%3D777777%26fcDefault%3De3e3e3%26iconColorDefault%3Dededed%26bgColorHover%3D1c1c1c%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D55%26borderColorHover%3D000000%26fcHover%3Dffffff%26iconColorHover%3Dffffff%26bgColorActive%3Dffffff%26bgTextureActive%3D01_flat.png%26bgImgOpacityActive%3D65%26borderColorActive%3Dcccccc%26fcActive%3D222222%26iconColorActive%3D222222%26bgColorHighlight%3Dffeb80%26bgTextureHighlight%3D06_inset_hard.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3Dffde2e%26fcHighlight%3D363636%26iconColorHighlight%3D4ca300%26bgColorError%3Dcd0a0a%26bgTextureError%3D06_inset_hard.png%26bgImgOpacityError%3D45%26borderColorError%3D9e0505%26fcError%3Dffffff%26iconColorError%3Dffcf29%26bgColorOverlay%3Daaaaaa%26bgTextureOverlay%3D04_highlight_hard.png%26bgImgOpacityOverlay%3D40%26opacityOverlay%3D30%26bgColorShadow%3Daaaaaa%26bgTextureShadow%3D03_highlight_soft.png%26bgImgOpacityShadow%3D50%26opacityShadow%3D20%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D8px&scope=&t-name=black-tie&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DSegoe%2BUI%2C%2BHelvetica%2C%2BArial%2C%2Bsans-serif%26fwDefault%3Dbold%26fsDefault%3D1.1em%26cornerRadius%3D6px%26bgColorHeader%3D9fda58%26bgTextureHeader%3D12_gloss_wave.png%26bgImgOpacityHeader%3D85%26borderColorHeader%3D000000%26fcHeader%3D222222%26iconColorHeader%3D1f1f1f%26bgColorContent%3D000000%26bgTextureContent%3D12_gloss_wave.png%26bgImgOpacityContent%3D55%26borderColorContent%3D4a4a4a%26fcContent%3Dffffff%26iconColorContent%3D9fda58%26bgColorDefault%3D0a0a0a%26bgTextureDefault%3D02_glass.png%26bgImgOpacityDefault%3D40%26borderColorDefault%3D1b1613%26fcDefault%3Db8ec79%26iconColorDefault%3Db8ec79%26bgColorHover%3D000000%26bgTextureHover%3D02_glass.png%26bgImgOpacityHover%3D60%26borderColorHover%3D000000%26fcHover%3D96f226%26iconColorHover%3Db8ec79%26bgColorActive%3D4c4c4c%26bgTextureActive%3D01_flat.png%26bgImgOpacityActive%3D0%26borderColorActive%3D696969%26fcActive%3Dffffff%26iconColorActive%3Dffffff%26bgColorHighlight%3Df1fbe5%26bgTextureHighlight%3D02_glass.png%26bgImgOpacityHighlight%3D55%26borderColorHighlight%3D8cce3b%26fcHighlight%3D030303%26iconColorHighlight%3D000000%26bgColorError%3Df6ecd5%26bgTextureError%3D12_gloss_wave.png%26bgImgOpacityError%3D95%26borderColorError%3Df1ac88%26fcError%3D74736d%26iconColorError%3Dcd0a0a%26bgColorOverlay%3D262626%26bgTextureOverlay%3D07_diagonals_small.png%26bgImgOpacityOverlay%3D50%26opacityOverlay%3D30%26bgColorShadow%3D303030%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D0%26opacityShadow%3D50%26thicknessShadow%3D6px%26offsetTopShadow%3D-6px%26offsetLeftShadow%3D-6px%26cornerRadiusShadow%3D12px&scope=&t-name=trontastic&ui-version=1.8.2,download=true&files%5B%5D=ui.core.js&files%5B%5D=ui.widget.js&files%5B%5D=ui.mouse.js&files%5B%5D=ui.position.js&files%5B%5D=ui.draggable.js&files%5B%5D=ui.droppable.js&files%5B%5D=ui.resizable.js&files%5B%5D=ui.selectable.js&files%5B%5D=ui.sortable.js&files%5B%5D=ui.accordion.js&files%5B%5D=ui.autocomplete.js&files%5B%5D=ui.button.js&files%5B%5D=ui.dialog.js&files%5B%5D=ui.slider.js&files%5B%5D=ui.tabs.js&files%5B%5D=ui.datepicker.js&files%5B%5D=ui.progressbar.js&files%5B%5D=effects.core.js&files%5B%5D=effects.blind.js&files%5B%5D=effects.bounce.js&files%5B%5D=effects.clip.js&files%5B%5D=effects.drop.js&files%5B%5D=effects.explode.js&files%5B%5D=effects.fold.js&files%5B%5D=effects.highlight.js&files%5B%5D=effects.pulsate.js&files%5B%5D=effects.scale.js&files%5B%5D=effects.shake.js&files%5B%5D=effects.slide.js&files%5B%5D=effects.transfer.js&theme=%3FffDefault%3DGeorgia%252C%2BVerdana%252CArial%252Csans-serif%26fwDefault%3Dbold%26fsDefault%3D1.2em%26cornerRadius%3D5px%26bgColorHeader%3D261803%26bgTextureHeader%3D13_diamond.png%26bgImgOpacityHeader%3D8%26borderColorHeader%3Dbaaa5a%26fcHeader%3Deacd86%26iconColorHeader%3De9cd86%26bgColorContent%3D443113%26bgTextureContent%3D13_diamond.png%26bgImgOpacityContent%3D8%26borderColorContent%3Defec9f%26fcContent%3Defec9f%26iconColorContent%3Defec9f%26bgColorDefault%3D4f4221%26bgTextureDefault%3D13_diamond.png%26bgImgOpacityDefault%3D10%26borderColorDefault%3D362917%26fcDefault%3Df8eec9%26iconColorDefault%3De8e2b5%26bgColorHover%3D675423%26bgTextureHover%3D13_diamond.png%26bgImgOpacityHover%3D25%26borderColorHover%3D362917%26fcHover%3Df8eec9%26iconColorHover%3Df2ec64%26bgColorActive%3D443113%26bgTextureActive%3D13_diamond.png%26bgImgOpacityActive%3D8%26borderColorActive%3Defec9f%26fcActive%3Df9f2bd%26iconColorActive%3Df9f2bd%26bgColorHighlight%3Dd5ac5d%26bgTextureHighlight%3D13_diamond.png%26bgImgOpacityHighlight%3D25%26borderColorHighlight%3D362917%26fcHighlight%3D060200%26iconColorHighlight%3D070603%26bgColorError%3Dfee4bd%26bgTextureError%3D04_highlight_hard.png%26bgImgOpacityError%3D65%26borderColorError%3Dc26629%26fcError%3D803f1e%26iconColorError%3Dff7519%26bgColorOverlay%3D372806%26bgTextureOverlay%3D13_diamond.png%26bgImgOpacityOverlay%3D20%26opacityOverlay%3D80%26bgColorShadow%3Dddd4b0%26bgTextureShadow%3D01_flat.png%26bgImgOpacityShadow%3D75%26opacityShadow%3D30%26thicknessShadow%3D8px%26offsetTopShadow%3D-8px%26offsetLeftShadow%3D-8px%26cornerRadiusShadow%3D12px&scope=&t-name=swanky-purse&ui-version=1.8.2 \ No newline at end of file diff --git a/build/widget.json b/build/widget.json new file mode 100644 index 0000000..df09acc --- /dev/null +++ b/build/widget.json @@ -0,0 +1,106 @@ +{ + "accordion": { + "dependencies": [], + "description": "Displays collapsible content panels for presenting information in a limited amount of space.", + "keywords": [ + "navigation", + "panel", + "collapse", + "expand" + ] + }, + "autocomplete": { + "dependencies": [ "menu", "position" ], + "description": "Lists suggested words as the user is typing.", + "keywords": [ + "form", + "word", + "predict", + "suggest" + ] + }, + "button": { + "dependencies": [], + "description": "Enhances a form with themeable buttons.", + "keywords": [ + "form", + "radio", + "checkbox" + ] + }, + "dialog": { + "dependencies": [ "button", "draggable", "position", "resizable" ], + "description": "Displays customizable dialog windows.", + "keywords": [ + "modal", + "alert", + "popup" + ] + }, + "menu": { + "dependencies": [ "position" ], + "description": "Creates nestable menus.", + "keywords": [ + "dropdown", + "flyout" + ] + }, + "mouse": { + "dependencies": [], + "description": "Abstracts mouse-based interactions to assist in creating certain widgets.", + "keywords": [ + "abstraction" + ], + "category": "core" + }, + "progressbar": { + "dependencies": [], + "description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.", + "keywords": [ + "determinate", + "status" + ] + }, + "selectmenu": { + "dependencies": [ "position", "menu" ], + "description": "Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.", + "keywords": [ + "form", + "select" + ] + }, + "slider": { + "dependencies": [ "mouse" ], + "description": "Displays a flexible slider with ranges and accessibility via keyboard.", + "keywords": [ + "form", + "number", + "range" + ] + }, + "spinner": { + "dependencies": [ "button" ], + "description": "Displays buttons to easily input numbers via the keyboard or mouse.", + "keywords": [ + "form", + "number", + "spinbutton", + "stepper" + ] + }, + "tabs": { + "dependencies": [], + "description": "Transforms a set of container elements into a tab structure.", + "keywords": [ + "navigation", + "panel", + "collapse", + "expand" + ] + }, + "tooltip": { + "dependencies": [ "position" ], + "description": "Shows additional information for any element on hover or focus.", + "keywords": [] + } +} diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html new file mode 100644 index 0000000..8002e65 --- /dev/null +++ b/demos/accordion/collapsible.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Accordion - Collapse content + + + + + + + + + + +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ +
+

By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the collapsible option to true. Click on the currently open section to collapse its content pane.

+
+ + diff --git a/demos/accordion/custom-icons.html b/demos/accordion/custom-icons.html new file mode 100644 index 0000000..91ca454 --- /dev/null +++ b/demos/accordion/custom-icons.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Accordion - Customize icons + + + + + + + + + + + +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ + + +
+

Customize the header icons with the icons option, which accepts classes for the header's default and active (open) state. Use any class from the UI CSS framework, or create custom classes with background images.

+
+ + diff --git a/demos/accordion/default.html b/demos/accordion/default.html new file mode 100644 index 0000000..e547637 --- /dev/null +++ b/demos/accordion/default.html @@ -0,0 +1,80 @@ + + + + + jQuery UI Accordion - Default functionality + + + + + + + + + + +
+

Section 1

+
+

+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer + ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit + amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut + odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. +

+
+

Section 2

+
+

+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet + purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor + velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In + suscipit faucibus urna. +

+
+

Section 3

+
+

+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. + Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero + ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis + lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. +

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus + et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in + faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia + mauris vel est. +

+

+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. + Class aptent taciti sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+

+Click headers to expand/collapse content that is broken into logical sections, much like tabs. +Optionally, toggle sections open/closed on mouseover. +

+

+The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is +usable without JavaScript. +

+
+ + diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html new file mode 100644 index 0000000..0bc503c --- /dev/null +++ b/demos/accordion/fillspace.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Accordion - Fill space + + + + + + + + + + + + + +

Resize the outer container:

+ +
+
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+
+ +
+

Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the heightStyle option to "fill", and the script will automatically set the dimensions of the accordion to the height of its parent container.

+
+ + diff --git a/demos/accordion/hoverintent.html b/demos/accordion/hoverintent.html new file mode 100644 index 0000000..dce8a8f --- /dev/null +++ b/demos/accordion/hoverintent.html @@ -0,0 +1,148 @@ + + + + + jQuery UI Accordion - Open on hoverintent + + + + + + + + + + +
+

Section 1

+
+

+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer + ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit + amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut + odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. +

+
+

Section 2

+
+

+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet + purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor + velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In + suscipit faucibus urna. +

+
+

Section 3

+
+

+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. + Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero + ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis + lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. +

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus + et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in + faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia + mauris vel est. +

+

+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. + Class aptent taciti sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+

+Click headers to expand/collapse content that is broken into logical sections, much like tabs. +Optionally, toggle sections open/closed on mouseover. +

+

+The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is +usable without JavaScript. +

+
+ + diff --git a/demos/accordion/index.html b/demos/accordion/index.html new file mode 100644 index 0000000..1d8a289 --- /dev/null +++ b/demos/accordion/index.html @@ -0,0 +1,21 @@ + + + + + + jQuery UI Accordion Demos + + + + + + + diff --git a/demos/accordion/no-auto-height.html b/demos/accordion/no-auto-height.html new file mode 100644 index 0000000..c1375c3 --- /dev/null +++ b/demos/accordion/no-auto-height.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Accordion - No auto height + + + + + + + + + + +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, susceros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
+
+
+ +
+

Setting heightStyle: "content" allows the accordion panels to keep their native height.

+
+ + diff --git a/demos/accordion/sortable.html b/demos/accordion/sortable.html new file mode 100644 index 0000000..1335699 --- /dev/null +++ b/demos/accordion/sortable.html @@ -0,0 +1,77 @@ + + + + + jQuery UI Accordion - Sortable + + + + + + + + + + + + + +
+
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+
+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+
+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+
+ +
+

Drag the header to re-order panels.

+
+ + diff --git a/demos/autocomplete/categories.html b/demos/autocomplete/categories.html new file mode 100644 index 0000000..d986fdb --- /dev/null +++ b/demos/autocomplete/categories.html @@ -0,0 +1,75 @@ + + + + + jQuery UI Autocomplete - Categories + + + + + + + + + + + + + + + + + +
+

A categorized search result. Try typing "a" or "n".

+
+ + diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html new file mode 100644 index 0000000..437e52a --- /dev/null +++ b/demos/autocomplete/combobox.html @@ -0,0 +1,210 @@ + + + + + jQuery UI Autocomplete - Combobox + + + + + + + + + + + + + + + +
+ + +
+ + +
+

A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.

+

The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.

+

This is not a supported or even complete widget. Its purely for demoing what autocomplete can do with a bit of customization. For a detailed explanation of how the widget works, check out this Learning jQuery article.

+
+ + diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html new file mode 100644 index 0000000..c243775 --- /dev/null +++ b/demos/autocomplete/custom-data.html @@ -0,0 +1,90 @@ + + + + + jQuery UI Autocomplete - Custom data and display + + + + + + + + + + + + + +
Select a project (type "j" for a start):
+ + + +

+ +
+

You can use your own custom data formats and displays by simply overriding the default focus and select actions.

+

Try typing "j" to get a list of projects or just press the down arrow.

+
+ + diff --git a/demos/autocomplete/default.html b/demos/autocomplete/default.html new file mode 100644 index 0000000..f0ade5e --- /dev/null +++ b/demos/autocomplete/default.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Autocomplete - Default functionality + + + + + + + + + + + + +
+ + +
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give "ja" (for Java or JavaScript) a try.

+

The datasource is a simple JavaScript array, provided to the widget using the source-option.

+
+ + diff --git a/demos/autocomplete/folding.html b/demos/autocomplete/folding.html new file mode 100644 index 0000000..4058094 --- /dev/null +++ b/demos/autocomplete/folding.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Autocomplete - Accent folding + + + + + + + + + + + + +
+
+ + +
+
+ +
+

The autocomplete field uses a custom source option which will match results that have accented characters even when the text field doesn't contain accented characters. However if the you type in accented characters in the text field it is smart enough not to show results that aren't accented.

+

Try typing "Jo" to see "John" and "Jörn", then type "Jö" to see only "Jörn".

+
+ + diff --git a/demos/autocomplete/images/jquery_32x32.png b/demos/autocomplete/images/jquery_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..9312f02d5d396d168510e17e1faedf864f2859b0 GIT binary patch literal 1417 zcmV;41$O$0P)D4i_N~79S57A`TcKK!UD9hqOY5vkep+4;dmsgt0@2wn2rm3=iMS9OB^)$J4jCdV zRdYdvutbWu5E>;gV1YDfj4@(`KY^?#OlB1)HVzdYHf@t2Jyb)7wJA_+6(%$@Wr#X; zofs@V4;LXicAgL&C_{*~CQD`^KUP42trsgh5gsWnTzo1~ZV??Q6(=J}UEn0apWr!zDXDwKF7%DpxAT30Sxe^~MC{SxQY>_HbZY)=J5+E!q zRdOFYQX@rPK7FYqMqepVZ9|B+DpGF@6dO2km@Qd&8!*vf~`4nnk!Us8ZbjWdZiH@C>}UW8ZkpdhqgCxl^{P>8#6{2Ej}49K{s!d6(%(? zV1gq=TtI@aEm(LE948MMBsXxDK!dP2Zwmdww`no zxJ(^R1Iqtgd?N(u)o#<=^8uVytZ#@jk@$d}dU*pGozn$22*Ra$DFdR(Q7a*!LA%a? ztcMe8*JTrc=pDET0zhrv(qUUYg0@cr$$(Z-amAPbJI3aw`blBZ0d`z-I5|bYNU-80 zfx{(Z2KY{*RFD!Tx3MSe*CS$vA10W&+5PgdVEH@~yU^UVy7jOqMhurIOkDn0kHtr~ z59vQ%bW}|otWb6@=s7|sr9-98H1$Q;Kj)ib;2W8i;)%443MRb z8Ox0;bdlPjRjITLU}y)yI^hfs&*C0r<)%zU&h*uJ@uI}^TvxeSbfXeixiWoc8q(mK zv_?NSYraP0l`r7>tM%Jn{D?(STCPfVyT$35bu2+fD#DesYo<5_%zeYXxdGRunm)mTyN=_kv z^_nK?FO*<>^Vav>`{WNFKY4uqf|y1Y3z1*TzW?}H_KVavv0O9-5kio1!oQna|37~L X(@&ZhOk=J^00000NkvXXu0mjf6(|YA literal 0 HcmV?d00001 diff --git a/demos/autocomplete/images/jqueryui_32x32.png b/demos/autocomplete/images/jqueryui_32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..27c18a49b07bc36c0dc607e0a47241211a62f6c6 GIT binary patch literal 1189 zcmV;W1X}xvP)2(^U~K7H>ZFF1mabWvv#rLKty){F%sE+YDH>}F zfy?E70AeXcR5oJLHglV!BHVJSV7Wk7qD6rU67cUi$8$M%bma<-*0X1KcjvtC^LxJD z_dJ&D85WB&!}1>jBw29^id|6umGY`XP0kd#cQ3ZF4X{}xYSL{B!m*_-4p>F0ya%6EvT@-XE8{7x#Bf(09>@* z(7JCnzAi#{GdfDpx*iSp5R9G^V0#>ZZezXv$0_gn)gS{C23oWat)buJI zAnd}0wkW{f*Z?X3Wr-{XQ_zruFCRgjoAMJEFb5$AemxomsEZAtC*;b9^YB3y_GO~p zi=bW0PkcZi8Rrk1fS(#s#l--S?_X`em0xi60xpu6?+&MOiwyk(yKNgf?!c(2f zENINf#f?nXS+}fqrScJgB(r(9rMDNm5auFBGzC9@foK^U!KDs#)#GFk=UOq;hiJLh zPiMkNV~`uEPTI7bIR*23KtZUxH!28O5r`D9X$c0paZ@siZ?|bJTdlhv;<|P^7TuXH z%FG1N-M#c)@3~TY&oh`@Mh4Nb1O7y6KcoI(?%j>dC29FF0gN$`rMgh6pMEWpW1>cv>5htP8fEo&+DRQ7S}r*^s)-I2~q|M(`0l9H9-ZhDzVjg~0$ z!l}Fk2kye*BK%N>v!7_S>8wTD7JR-O)yXKgm`5bU4OG~kebDU`-La<%O4Qx+mF8ES z2y3-6Ppp0=XutkB#?7jKVa&AXzW0~gUVluMWJP8-9$Q?Zl9Q#@J}(XWY_x|kk!U!h zN6Dz>as(gH9H;L1akpdhN;0hyAkJJwaipbro_omC`i3}AZbRt034)PYb=Cie5)jhx z-KBPak+Li|gO^m9-Q3_sUN{6b!|N%`S4*B&k8G39zi00+Po}VjtCFr%*!s#+I!pM* zSJ+FBy7O|}lHzd*)G1S&>y*$BA&K;&-OlJTMU^cnx6E-EOLrj zmqfB0OqOBFMX~K068typTDP)Jq*Kbo!$|W!Z%>Ig)BOqnUQfa0 z?U;3yNfs`VC<^B?eCC1yhnq=S zK#aK88YMv_8s=fKr)cb``0P_slF7&*E9*R-o5_Y}=;;Qp9sib`cy1Dr){l2vKdunV z#Zr+RMt|>Ez`y{mHAv(7^kDk?08S55Q^9p1%(k|_MZ{R!$66luh$Z4s-8j>9Un3DW zo*&>!0BG4qR5*cRx*WjOV!pUREEKn!M~OGe{_%Ywh$&v78REW0B&}wO z!Gh#$E;qncw$8ITw(wGRRr&l*?*5YHVNP_j#AI=am|!k3(GKSrK2(H=FcEhf?S}v# z03#!G9;dFJpowE{DL@2@nI;|LJq!(E*%F#|<2eiX2Jm=jZ6Y(BrLja^Pxxibn@Yqa zZkgTe~DWM4fSz-~1 literal 0 HcmV?d00001 diff --git a/demos/autocomplete/images/ui-anim_basic_16x16.gif b/demos/autocomplete/images/ui-anim_basic_16x16.gif new file mode 100644 index 0000000000000000000000000000000000000000..084ecb879b9900663322beff5d735b8d225022b4 GIT binary patch literal 1459 zcmZvbdrVVz6vuzJ+)HoU3%#wi+;+%rOJ!vNECm#Gj}}^J8E6Zl6{jnTpiDO$I@rQo zTiy?~GG(CXplCvv5?;P#X-h%s-013tfTG3B1$AL$ZoZObE1D*1_V4c`=W{;4?>Wip zr1+)TIKaUJCb)3nLQ_*yOiaw=qF!qFketMoIjjxu+*ELIq3^F;|~!D}xJWooB?$cBKq{?z$?hNo|cNFAPo` zO&OTQC}y}+m@%P=WhA$rVnnh{7SX(PoVYv)TAFz|#t}bjGsZt@H(&cIJk_o%TK$P8 z&W+_ANA|oaG-UsCh~PsE`m$&m=VJlYpSd>1NRj}UnXH$GV0woD@cLQj6Rf^=McCnB zg+*<5$0ufhHcqTUQ*f2Fs7ya!*`Tg8=_L@pu5UEdC?Ry0lRXBRtnC}?^b)ls@VafK zO%*|@Ha-=PlK$X9<|fzB!opOt@XO$X`Jt~6aj!psv%Ex;MJIGlWF>?xz2uIpJiAKi zUU(I#D$IsD3p&`sc{@Nbp8*)XG|-*Sjba<3B*P`0w9?g%FRbS|WtQ;(0x-bSj(V~G z?4Y5JcE!V7`lxm!L-?}b+%G>94EO7IpV&3_4tR)Wogv4hEE$zEEmhH_5p^s$wHroE z_p-^!FhfOEG0*xDLq_h$1t?7264baJFYhw2^8Bu3sI^Uzy^-#PG;NcZMrou5t1a~!Fx&L zqTF*i=y!*63|dySwPRn6=THf65kfW}3iGuN^tGOo+2(TI1ubJI`x>N2qH}6(;WgLl z#tqoCOiY-u4SJrP5{p%@gmkIg(nPtn9%DBmp{~1FXHu%CKrikbOKtgyB*o)S8D6y^ zd?Z02c4RIuOX!iQ^4JKKth?L+w!SSv^kMTOXQ2;*||OP8`L)bqdZ6=hG3znjBdyouQC- z2{|0(#LB*c*Y@m8w%x8e$)!>@aePd#Gz1{;x;$GLm$RD-;+&E4OTfN^l#oYz+pl{9 ztGltv^dIhTL5CU(YkuB>N{G0Dv}w(IDcts{ZL`6#^nPt?i$=m{D23_}=zdLGKobnbKO&IVDbBU4*Z5%!iq zwd4gy;B|a{6z_Y3ZCGELzjfi*#NXQob_F!etMeQXTP?>q_esTGgPMt!lYSi3Dk%lV zFj`-5x050$NZ}(6i)}hQkYTlvY8Qp-Z!otT;M%|JB!Kwrq1mAuVh-s8J`2(Z^xnPt zR!4ECmU?MGIlsK8xxEj(F5}*c?K-Fx9TCTsJOoyoO->S0t0Ql}USDv~FFZ_3wlL+k zE`6{8Ds$jwATl0?qVdNe@X*G7G+tihnA%zLE@dA$P0U95A6u*S^xk5 literal 0 HcmV?d00001 diff --git a/demos/autocomplete/index.html b/demos/autocomplete/index.html new file mode 100644 index 0000000..03f80c8 --- /dev/null +++ b/demos/autocomplete/index.html @@ -0,0 +1,26 @@ + + + + + + jQuery UI Autocomplete Demos + + + + + + + diff --git a/demos/autocomplete/london.xml b/demos/autocomplete/london.xml new file mode 100644 index 0000000..2628549 --- /dev/null +++ b/demos/autocomplete/london.xml @@ -0,0 +1,114 @@ + + +6987 + +London +51.5084152563931 +-0.125532746315002 +2643743 +GB +United Kingdom + +P +PPLC + + +London +42.983389283 +-81.233042387 +6058560 +CA +Canada + +P +PPL + + +East London +-33.0152850934643 +27.9116249084473 +1006984 +ZA +South Africa + +P +PPL + + +City +51.5133363996235 +-0.0890064239501953 +2643744 +GB +United Kingdom + +A +ADM2 + + +London +37.1289771 +-84.0832646 +4298960 +US +United States + +P +PPL + + +The Tower of London +51.5082349601834 +-0.0763034820556641 +6286786 +GB +United Kingdom + +S +CSTL + + +London Reefs +8.85 +112.5333333 +1879967 + + + +U +RFSU + + +Greater London +51.5 +-0.1666667 +2648110 +GB +United Kingdom + +A +ADM2 + + +London +46.1666667 +6.0166667 +2661811 +CH +Switzerland + +H +STM + + +London Borough of Islington +51.5333333 +-0.1333333 +3333156 +GB +United Kingdom + +A +ADM2 + + diff --git a/demos/autocomplete/maxheight.html b/demos/autocomplete/maxheight.html new file mode 100644 index 0000000..9d79615 --- /dev/null +++ b/demos/autocomplete/maxheight.html @@ -0,0 +1,71 @@ + + + + + jQuery UI Autocomplete - Scrollable results + + + + + + + + + + + + + +
+ + +
+ +
+

When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large. Try typing "a" or "s" above to get a long list of results that you can scroll through.

+
+ + diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html new file mode 100644 index 0000000..72c0017 --- /dev/null +++ b/demos/autocomplete/multiple-remote.html @@ -0,0 +1,80 @@ + + + + + jQuery UI Autocomplete - Multiple, remote + + + + + + + + + + + + + +
+ + +
+ +
+

Usage: Enter at least two characters to get bird name suggestions. Select a value to continue adding more names.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + diff --git a/demos/autocomplete/multiple.html b/demos/autocomplete/multiple.html new file mode 100644 index 0000000..63d3790 --- /dev/null +++ b/demos/autocomplete/multiple.html @@ -0,0 +1,93 @@ + + + + + jQuery UI Autocomplete - Multiple values + + + + + + + + + + + + +
+ + +
+ +
+

Usage: Type something, eg. "j" to see suggestions for tagging with programming languages. Select a value, then continue typing to add more.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html new file mode 100644 index 0000000..84c6957 --- /dev/null +++ b/demos/autocomplete/remote-jsonp.html @@ -0,0 +1,74 @@ + + + + + jQuery UI Autocomplete - Remote JSONP datasource + + + + + + + + + + + + + +
+ + + Powered by geonames.org +
+ +
+ Result: +
+
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are cities, displayed when at least two characters are entered into the field.

+

In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input.

+
+ + diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html new file mode 100644 index 0000000..1eea5ef --- /dev/null +++ b/demos/autocomplete/remote-with-cache.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Autocomplete - Remote with caching + + + + + + + + + + + + + +
+ + +
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field.

+

Similar to the remote datasource demo, though this adds some local caching to improve performance. The cache here saves just one query, and could be extended to cache multiple values, one for each term.

+
+ + diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html new file mode 100644 index 0000000..95d2ae4 --- /dev/null +++ b/demos/autocomplete/remote.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Autocomplete - Remote datasource + + + + + + + + + + + + + +
+ + +
+ +
+ Result: +
+
+ +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field.

+

The datasource is a server-side script which returns JSON data, specified via a simple URL for the source-option. In addition, the minLength-option is set to 2 to avoid queries that would return too many results and the select-event is used to display some feedback.

+
+ + diff --git a/demos/autocomplete/search.php b/demos/autocomplete/search.php new file mode 100644 index 0000000..04bda42 --- /dev/null +++ b/demos/autocomplete/search.php @@ -0,0 +1,589 @@ +"Botaurus stellaris", +"Little Grebe"=>"Tachybaptus ruficollis", +"Black-necked Grebe"=>"Podiceps nigricollis", +"Little Bittern"=>"Ixobrychus minutus", +"Black-crowned Night Heron"=>"Nycticorax nycticorax", +"Purple Heron"=>"Ardea purpurea", +"White Stork"=>"Ciconia ciconia", +"Spoonbill"=>"Platalea leucorodia", +"Red-crested Pochard"=>"Netta rufina", +"Common Eider"=>"Somateria mollissima", +"Red Kite"=>"Milvus milvus", +"Hen Harrier"=>"Circus cyaneus", +"Montagu`s Harrier"=>"Circus pygargus", +"Black Grouse"=>"Tetrao tetrix", +"Grey Partridge"=>"Perdix perdix", +"Spotted Crake"=>"Porzana porzana", +"Corncrake"=>"Crex crex", +"Common Crane"=>"Grus grus", +"Avocet"=>"Recurvirostra avosetta", +"Stone Curlew"=>"Burhinus oedicnemus", +"Common Ringed Plover"=>"Charadrius hiaticula", +"Kentish Plover"=>"Charadrius alexandrinus", +"Ruff"=>"Philomachus pugnax", +"Common Snipe"=>"Gallinago gallinago", +"Black-tailed Godwit"=>"Limosa limosa", +"Common Redshank"=>"Tringa totanus", +"Sandwich Tern"=>"Sterna sandvicensis", +"Common Tern"=>"Sterna hirundo", +"Arctic Tern"=>"Sterna paradisaea", +"Little Tern"=>"Sternula albifrons", +"Black Tern"=>"Chlidonias niger", +"Barn Owl"=>"Tyto alba", +"Little Owl"=>"Athene noctua", +"Short-eared Owl"=>"Asio flammeus", +"European Nightjar"=>"Caprimulgus europaeus", +"Common Kingfisher"=>"Alcedo atthis", +"Eurasian Hoopoe"=>"Upupa epops", +"Eurasian Wryneck"=>"Jynx torquilla", +"European Green Woodpecker"=>"Picus viridis", +"Crested Lark"=>"Galerida cristata", +"White-headed Duck"=>"Oxyura leucocephala", +"Pale-bellied Brent Goose"=>"Branta hrota", +"Tawny Pipit"=>"Anthus campestris", +"Whinchat"=>"Saxicola rubetra", +"European Stonechat"=>"Saxicola rubicola", +"Northern Wheatear"=>"Oenanthe oenanthe", +"Savi`s Warbler"=>"Locustella luscinioides", +"Sedge Warbler"=>"Acrocephalus schoenobaenus", +"Great Reed Warbler"=>"Acrocephalus arundinaceus", +"Bearded Reedling"=>"Panurus biarmicus", +"Red-backed Shrike"=>"Lanius collurio", +"Great Grey Shrike"=>"Lanius excubitor", +"Woodchat Shrike"=>"Lanius senator", +"Common Raven"=>"Corvus corax", +"Yellowhammer"=>"Emberiza citrinella", +"Ortolan Bunting"=>"Emberiza hortulana", +"Corn Bunting"=>"Emberiza calandra", +"Great Cormorant"=>"Phalacrocorax carbo", +"Hawfinch"=>"Coccothraustes coccothraustes", +"Common Shelduck"=>"Tadorna tadorna", +"Bluethroat"=>"Luscinia svecica", +"Grey Heron"=>"Ardea cinerea", +"Barn Swallow"=>"Hirundo rustica", +"Hooded Crow"=>"Corvus cornix", +"Dunlin"=>"Calidris alpina", +"Eurasian Pied Flycatcher"=>"Ficedula hypoleuca", +"Eurasian Nuthatch"=>"Sitta europaea", +"Short-toed Tree Creeper"=>"Certhia brachydactyla", +"Wood Lark"=>"Lullula arborea", +"Tree Pipit"=>"Anthus trivialis", +"Eurasian Hobby"=>"Falco subbuteo", +"Marsh Warbler"=>"Acrocephalus palustris", +"Wood Sandpiper"=>"Tringa glareola", +"Tawny Owl"=>"Strix aluco", +"Lesser Whitethroat"=>"Sylvia curruca", +"Barnacle Goose"=>"Branta leucopsis", +"Common Goldeneye"=>"Bucephala clangula", +"Western Marsh Harrier"=>"Circus aeruginosus", +"Common Buzzard"=>"Buteo buteo", +"Sanderling"=>"Calidris alba", +"Little Gull"=>"Larus minutus", +"Eurasian Magpie"=>"Pica pica", +"Willow Warbler"=>"Phylloscopus trochilus", +"Wood Warbler"=>"Phylloscopus sibilatrix", +"Great Crested Grebe"=>"Podiceps cristatus", +"Eurasian Jay"=>"Garrulus glandarius", +"Common Redstart"=>"Phoenicurus phoenicurus", +"Blue-headed Wagtail"=>"Motacilla flava", +"Common Swift"=>"Apus apus", +"Marsh Tit"=>"Poecile palustris", +"Goldcrest"=>"Regulus regulus", +"European Golden Plover"=>"Pluvialis apricaria", +"Eurasian Bullfinch"=>"Pyrrhula pyrrhula", +"Common Whitethroat"=>"Sylvia communis", +"Meadow Pipit"=>"Anthus pratensis", +"Greylag Goose"=>"Anser anser", +"Spotted Flycatcher"=>"Muscicapa striata", +"European Greenfinch"=>"Carduelis chloris", +"Common Greenshank"=>"Tringa nebularia", +"Great Spotted Woodpecker"=>"Dendrocopos major", +"Greater Canada Goose"=>"Branta canadensis", +"Mistle Thrush"=>"Turdus viscivorus", +"Great Black-backed Gull"=>"Larus marinus", +"Goosander"=>"Mergus merganser", +"Great Egret"=>"Casmerodius albus", +"Northern Goshawk"=>"Accipiter gentilis", +"Dunnock"=>"Prunella modularis", +"Stock Dove"=>"Columba oenas", +"Common Wood Pigeon"=>"Columba palumbus", +"Eurasian Woodcock"=>"Scolopax rusticola", +"House Sparrow"=>"Passer domesticus", +"Common House Martin"=>"Delichon urbicum", +"Red Knot"=>"Calidris canutus", +"Western Jackdaw"=>"Corvus monedula", +"Brambling"=>"Fringilla montifringilla", +"Northern Lapwing"=>"Vanellus vanellus", +"European Reed Warbler"=>"Acrocephalus scirpaceus", +"Lesser Black-backed Gull"=>"Larus fuscus", +"Little Egret"=>"Egretta garzetta", +"Little Stint"=>"Calidris minuta", +"Common Linnet"=>"Carduelis cannabina", +"Mute Swan"=>"Cygnus olor", +"Common Cuckoo"=>"Cuculus canorus", +"Black-headed Gull"=>"Larus ridibundus", +"Greater White-fronted Goose"=>"Anser albifrons", +"Great Tit"=>"Parus major", +"Redwing"=>"Turdus iliacus", +"Gadwall"=>"Anas strepera", +"Fieldfare"=>"Turdus pilaris", +"Tufted Duck"=>"Aythya fuligula", +"Crested Tit"=>"Lophophanes cristatus", +"Willow Tit"=>"Poecile montanus", +"Eurasian Coot"=>"Fulica atra", +"Common Blackbird"=>"Turdus merula", +"Smew"=>"Mergus albellus", +"Common Sandpiper"=>"Actitis hypoleucos", +"Sand Martin"=>"Riparia riparia", +"Purple Sandpiper"=>"Calidris maritima", +"Northern Pintail"=>"Anas acuta", +"Blue Tit"=>"Cyanistes caeruleus", +"European Goldfinch"=>"Carduelis carduelis", +"Eurasian Whimbrel"=>"Numenius phaeopus", +"Common Reed Bunting"=>"Emberiza schoeniclus", +"Eurasian Tree Sparrow"=>"Passer montanus", +"Rook"=>"Corvus frugilegus", +"European Robin"=>"Erithacus rubecula", +"Bar-tailed Godwit"=>"Limosa lapponica", +"Dark-bellied Brent Goose"=>"Branta bernicla", +"Eurasian Oystercatcher"=>"Haematopus ostralegus", +"Eurasian Siskin"=>"Carduelis spinus", +"Northern Shoveler"=>"Anas clypeata", +"Eurasian Wigeon"=>"Anas penelope", +"Eurasian Sparrow Hawk"=>"Accipiter nisus", +"Icterine Warbler"=>"Hippolais icterina", +"Common Starling"=>"Sturnus vulgaris", +"Long-tailed Tit"=>"Aegithalos caudatus", +"Ruddy Turnstone"=>"Arenaria interpres", +"Mew Gull"=>"Larus canus", +"Common Pochard"=>"Aythya ferina", +"Common Chiffchaff"=>"Phylloscopus collybita", +"Greater Scaup"=>"Aythya marila", +"Common Kestrel"=>"Falco tinnunculus", +"Garden Warbler"=>"Sylvia borin", +"Eurasian Collared Dove"=>"Streptopelia decaocto", +"Eurasian Skylark"=>"Alauda arvensis", +"Common Chaffinch"=>"Fringilla coelebs", +"Common Moorhen"=>"Gallinula chloropus", +"Water Pipit"=>"Anthus spinoletta", +"Mallard"=>"Anas platyrhynchos", +"Winter Wren"=>"Troglodytes troglodytes", +"Common Teal"=>"Anas crecca", +"Green Sandpiper"=>"Tringa ochropus", +"White Wagtail"=>"Motacilla alba", +"Eurasian Curlew"=>"Numenius arquata", +"Song Thrush"=>"Turdus philomelos", +"European Herring Gull"=>"Larus argentatus", +"Grey Plover"=>"Pluvialis squatarola", +"Carrion Crow"=>"Corvus corone", +"Coal Tit"=>"Periparus ater", +"Spotted Redshank"=>"Tringa erythropus", +"Blackcap"=>"Sylvia atricapilla", +"Egyptian Vulture"=>"Neophron percnopterus", +"Razorbill"=>"Alca torda", +"Alpine Swift"=>"Apus melba", +"Long-legged Buzzard"=>"Buteo rufinus", +"Audouin`s Gull"=>"Larus audouinii", +"Balearic Shearwater"=>"Puffinus mauretanicus", +"Upland Sandpiper"=>"Bartramia longicauda", +"Greater Spotted Eagle"=>"Aquila clanga", +"Ring Ouzel"=>"Turdus torquatus", +"Yellow-browed Warbler"=>"Phylloscopus inornatus", +"Blue Rock Thrush"=>"Monticola solitarius", +"Buff-breasted Sandpiper"=>"Tryngites subruficollis", +"Jack Snipe"=>"Lymnocryptes minimus", +"White-rumped Sandpiper"=>"Calidris fuscicollis", +"Ruddy Shelduck"=>"Tadorna ferruginea", +"Cetti's Warbler"=>"Cettia cetti", +"Citrine Wagtail"=>"Motacilla citreola", +"Roseate Tern"=>"Sterna dougallii", +"Black-legged Kittiwake"=>"Rissa tridactyla", +"Pygmy Cormorant"=>"Phalacrocorax pygmeus", +"Booted Eagle"=>"Aquila pennata", +"Lesser White-fronted Goose"=>"Anser erythropus", +"Little Bunting"=>"Emberiza pusilla", +"Eleonora's Falcon"=>"Falco eleonorae", +"European Serin"=>"Serinus serinus", +"Twite"=>"Carduelis flavirostris", +"Yellow-legged Gull"=>"Larus michahellis", +"Gyr Falcon"=>"Falco rusticolus", +"Greenish Warbler"=>"Phylloscopus trochiloides", +"Red-necked Phalarope"=>"Phalaropus lobatus", +"Mealy Redpoll"=>"Carduelis flammea", +"Glaucous Gull"=>"Larus hyperboreus", +"Great Skua"=>"Stercorarius skua", +"Great Bustard"=>"Otis tarda", +"Velvet Scoter"=>"Melanitta fusca", +"Pine Grosbeak"=>"Pinicola enucleator", +"House Crow"=>"Corvus splendens", +"Hume`s Leaf Warbler"=>"Phylloscopus humei", +"Great Northern Loon"=>"Gavia immer", +"Long-tailed Duck"=>"Clangula hyemalis", +"Lapland Longspur"=>"Calcarius lapponicus", +"Northern Gannet"=>"Morus bassanus", +"Eastern Imperial Eagle"=>"Aquila heliaca", +"Little Auk"=>"Alle alle", +"Lesser Spotted Woodpecker"=>"Dendrocopos minor", +"Iceland Gull"=>"Larus glaucoides", +"Parasitic Jaeger"=>"Stercorarius parasiticus", +"Bewick`s Swan"=>"Cygnus bewickii", +"Little Bustard"=>"Tetrax tetrax", +"Little Crake"=>"Porzana parva", +"Baillon`s Crake"=>"Porzana pusilla", +"Long-tailed Jaeger"=>"Stercorarius longicaudus", +"King Eider"=>"Somateria spectabilis", +"Greater Short-toed Lark"=>"Calandrella brachydactyla", +"Houbara Bustard"=>"Chlamydotis undulata", +"Curlew Sandpiper"=>"Calidris ferruginea", +"Common Crossbill"=>"Loxia curvirostra", +"European Shag"=>"Phalacrocorax aristotelis", +"Horned Grebe"=>"Podiceps auritus", +"Common Quail"=>"Coturnix coturnix", +"Bearded Vulture"=>"Gypaetus barbatus", +"Lanner Falcon"=>"Falco biarmicus", +"Middle Spotted Woodpecker"=>"Dendrocopos medius", +"Pomarine Jaeger"=>"Stercorarius pomarinus", +"Red-breasted Merganser"=>"Mergus serrator", +"Eurasian Black Vulture"=>"Aegypius monachus", +"Eurasian Dotterel"=>"Charadrius morinellus", +"Common Nightingale"=>"Luscinia megarhynchos", +"Northern willow warbler"=>"Phylloscopus trochilus acredula", +"Manx Shearwater"=>"Puffinus puffinus", +"Northern Fulmar"=>"Fulmarus glacialis", +"Eurasian Eagle Owl"=>"Bubo bubo", +"Orphean Warbler"=>"Sylvia hortensis", +"Melodious Warbler"=>"Hippolais polyglotta", +"Pallas's Leaf Warbler"=>"Phylloscopus proregulus", +"Atlantic Puffin"=>"Fratercula arctica", +"Black-throated Loon"=>"Gavia arctica", +"Bohemian Waxwing"=>"Bombycilla garrulus", +"Marsh Sandpiper"=>"Tringa stagnatilis", +"Great Snipe"=>"Gallinago media", +"Squacco Heron"=>"Ardeola ralloides", +"Long-eared Owl"=>"Asio otus", +"Caspian Tern"=>"Hydroprogne caspia", +"Red-breasted Goose"=>"Branta ruficollis", +"Red-throated Loon"=>"Gavia stellata", +"Common Rosefinch"=>"Carpodacus erythrinus", +"Red-footed Falcon"=>"Falco vespertinus", +"Ross's Goose"=>"Anser rossii", +"Red Phalarope"=>"Phalaropus fulicarius", +"Pied Wagtail"=>"Motacilla yarrellii", +"Rose-coloured Starling"=>"Sturnus roseus", +"Rough-legged Buzzard"=>"Buteo lagopus", +"Saker Falcon"=>"Falco cherrug", +"European Roller"=>"Coracias garrulus", +"Short-toed Eagle"=>"Circaetus gallicus", +"Peregrine Falcon"=>"Falco peregrinus", +"Merlin"=>"Falco columbarius", +"Snow Goose"=>"Anser caerulescens", +"Snowy Owl"=>"Bubo scandiacus", +"Snow Bunting"=>"Plectrophenax nivalis", +"Common Grasshopper Warbler"=>"Locustella naevia", +"Golden Eagle"=>"Aquila chrysaetos", +"Black-winged Stilt"=>"Himantopus himantopus", +"Steppe Eagle"=>"Aquila nipalensis", +"Pallid Harrier"=>"Circus macrourus", +"European Storm-petrel"=>"Hydrobates pelagicus", +"Horned Lark"=>"Eremophila alpestris", +"Eurasian Treecreeper"=>"Certhia familiaris", +"Taiga Bean Goose"=>"Anser fabalis", +"Temminck`s Stint"=>"Calidris temminckii", +"Terek Sandpiper"=>"Xenus cinereus", +"Tundra Bean Goose"=>"Anser serrirostris", +"European Turtle Dove"=>"Streptopelia turtur", +"Leach`s Storm-petrel"=>"Oceanodroma leucorhoa", +"Eurasian Griffon Vulture"=>"Gyps fulvus", +"Paddyfield Warbler"=>"Acrocephalus agricola", +"Osprey"=>"Pandion haliaetus", +"Firecrest"=>"Regulus ignicapilla", +"Water Rail"=>"Rallus aquaticus", +"European Honey Buzzard"=>"Pernis apivorus", +"Eurasian Golden Oriole"=>"Oriolus oriolus", +"Whooper Swan"=>"Cygnus cygnus", +"Two-barred Crossbill"=>"Loxia leucoptera", +"White-tailed Eagle"=>"Haliaeetus albicilla", +"Atlantic Murre"=>"Uria aalge", +"Garganey"=>"Anas querquedula", +"Black Redstart"=>"Phoenicurus ochruros", +"Common Scoter"=>"Melanitta nigra", +"Rock Pipit"=>"Anthus petrosus", +"Lesser Spotted Eagle"=>"Aquila pomarina", +"Cattle Egret"=>"Bubulcus ibis", +"White-winged Black Tern"=>"Chlidonias leucopterus", +"Black Stork"=>"Ciconia nigra", +"Mediterranean Gull"=>"Larus melanocephalus", +"Black Kite"=>"Milvus migrans", +"Yellow Wagtail"=>"Motacilla flavissima", +"Red-necked Grebe"=>"Podiceps grisegena", +"Gull-billed Tern"=>"Gelochelidon nilotica", +"Pectoral Sandpiper"=>"Calidris melanotos", +"Barred Warbler"=>"Sylvia nisoria", +"Red-throated Pipit"=>"Anthus cervinus", +"Grey Wagtail"=>"Motacilla cinerea", +"Richard`s Pipit"=>"Anthus richardi", +"Black Woodpecker"=>"Dryocopus martius", +"Little Ringed Plover"=>"Charadrius dubius", +"Whiskered Tern"=>"Chlidonias hybrida", +"Lesser Redpoll"=>"Carduelis cabaret", +"Pallas' Bunting"=>"Emberiza pallasi", +"Ferruginous Duck"=>"Aythya nyroca", +"Whistling Swan"=>"Cygnus columbianus", +"Black Brant"=>"Branta nigricans", +"Marbled Teal"=>"Marmaronetta angustirostris", +"Canvasback"=>"Aythya valisineria", +"Redhead"=>"Aythya americana", +"Lesser Scaup"=>"Aythya affinis", +"Steller`s Eider"=>"Polysticta stelleri", +"Spectacled Eider"=>"Somateria fischeri", +"Harlequin Duck"=>"Histronicus histrionicus", +"Black Scoter"=>"Melanitta americana", +"Surf Scoter"=>"Melanitta perspicillata", +"Barrow`s Goldeneye"=>"Bucephala islandica", +"Falcated Duck"=>"Anas falcata", +"American Wigeon"=>"Anas americana", +"Blue-winged Teal"=>"Anas discors", +"American Black Duck"=>"Anas rubripes", +"Baikal Teal"=>"Anas formosa", +"Green-Winged Teal"=>"Anas carolinensis", +"Hazel Grouse"=>"Bonasa bonasia", +"Rock Partridge"=>"Alectoris graeca", +"Red-legged Partridge"=>"Alectoris rufa", +"Yellow-billed Loon"=>"Gavia adamsii", +"Cory`s Shearwater"=>"Calonectris borealis", +"Madeiran Storm-Petrel"=>"Oceanodroma castro", +"Great White Pelican"=>"Pelecanus onocrotalus", +"Dalmatian Pelican"=>"Pelecanus crispus", +"American Bittern"=>"Botaurus lentiginosus", +"Glossy Ibis"=>"Plegadis falcinellus", +"Spanish Imperial Eagle"=>"Aquila adalberti", +"Lesser Kestrel"=>"Falco naumanni", +"Crab-Plover"=>"Dromas ardeola", +"Cream-coloured Courser"=>"Cursorius cursor", +"Collared Pratincole"=>"Glareola pratincola", +"Black-winged Pratincole"=>"Glareola nordmanni", +"Killdeer"=>"Charadrius vociferus", +"Lesser Sand Plover"=>"Charadrius mongolus", +"Greater Sand Plover"=>"Charadrius leschenaultii", +"Caspian Plover"=>"Charadrius asiaticus", +"American Golden Plover"=>"Pluvialis dominica", +"Pacific Golden Plover"=>"Pluvialis fulva", +"Sharp-tailed Sandpiper"=>"Calidris acuminata", +"Broad-billed Sandpiper"=>"Limicola falcinellus", +"Spoon-Billed Sandpiper"=>"Eurynorhynchus pygmaeus", +"Short-Billed Dowitcher"=>"Limnodromus griseus", +"Long-billed Dowitcher"=>"Limnodromus scolopaceus", +"Hudsonian Godwit"=>"Limosa haemastica", +"Little Curlew"=>"Numenius minutus", +"Lesser Yellowlegs"=>"Tringa flavipes", +"Wilson`s Phalarope"=>"Phalaropus tricolor", +"Pallas`s Gull"=>"Larus ichthyaetus", +"Laughing Gull"=>"Larus atricilla", +"Franklin`s Gull"=>"Larus pipixcan", +"Bonaparte`s Gull"=>"Larus philadelphia", +"Ring-billed Gull"=>"Larus delawarensis", +"American Herring Gull"=>"Larus smithsonianus", +"Caspian Gull"=>"Larus cachinnans", +"Ivory Gull"=>"Pagophila eburnea", +"Royal Tern"=>"Sterna maxima", +"Brünnich`s Murre"=>"Uria lomvia", +"Crested Auklet"=>"Aethia cristatella", +"Parakeet Auklet"=>"Cyclorrhynchus psittacula", +"Tufted Puffin"=>"Lunda cirrhata", +"Laughing Dove"=>"Streptopelia senegalensis", +"Great Spotted Cuckoo"=>"Clamator glandarius", +"Great Grey Owl"=>"Strix nebulosa", +"Tengmalm`s Owl"=>"Aegolius funereus", +"Red-Necked Nightjar"=>"Caprimulgus ruficollis", +"Chimney Swift"=>"Chaetura pelagica", +"Green Bea-Eater"=>"Merops orientalis", +"Grey-headed Woodpecker"=>"Picus canus", +"Lesser Short-Toed Lark"=>"Calandrella rufescens", +"Eurasian Crag Martin"=>"Hirundo rupestris", +"Red-rumped Swallow"=>"Cecropis daurica", +"Blyth`s Pipit"=>"Anthus godlewskii", +"Pechora Pipit"=>"Anthus gustavi", +"Grey-headed Wagtail"=>"Motacilla thunbergi", +"Yellow-Headed Wagtail"=>"Motacilla lutea", +"White-throated Dipper"=>"Cinclus cinclus", +"Rufous-Tailed Scrub Robin"=>"Cercotrichas galactotes", +"Thrush Nightingale"=>"Luscinia luscinia", +"White-throated Robin"=>"Irania gutturalis", +"Caspian Stonechat"=>"Saxicola maura variegata", +"Western Black-eared Wheatear"=>"Oenanthe hispanica", +"Rufous-tailed Rock Thrush"=>"Monticola saxatilis", +"Red-throated Thrush/Black-throated"=>"Turdus ruficollis", +"American Robin"=>"Turdus migratorius", +"Zitting Cisticola"=>"Cisticola juncidis", +"Lanceolated Warbler"=>"Locustella lanceolata", +"River Warbler"=>"Locustella fluviatilis", +"Blyth`s Reed Warbler"=>"Acrocephalus dumetorum", +"Caspian Reed Warbler"=>"Acrocephalus fuscus", +"Aquatic Warbler"=>"Acrocephalus paludicola", +"Booted Warbler"=>"Acrocephalus caligatus", +"Marmora's Warbler"=>"Sylvia sarda", +"Dartford Warbler"=>"Sylvia undata", +"Subalpine Warbler"=>"Sylvia cantillans", +"Ménétries's Warbler"=>"Sylvia mystacea", +"Rüppel's Warbler"=>"Sylvia rueppelli", +"Asian Desert Warbler"=>"Sylvia nana", +"Western Orphean Warbler"=>"Sylvia hortensis hortensis", +"Arctic Warbler"=>"Phylloscopus borealis", +"Radde`s Warbler"=>"Phylloscopus schwarzi", +"Western Bonelli`s Warbler"=>"Phylloscopus bonelli", +"Red-breasted Flycatcher"=>"Ficedula parva", +"Eurasian Penduline Tit"=>"Remiz pendulinus", +"Daurian Shrike"=>"Lanius isabellinus", +"Long-Tailed Shrike"=>"Lanius schach", +"Lesser Grey Shrike"=>"Lanius minor", +"Southern Grey Shrike"=>"Lanius meridionalis", +"Masked Shrike"=>"Lanius nubicus", +"Spotted Nutcracker"=>"Nucifraga caryocatactes", +"Daurian Jackdaw"=>"Corvus dauuricus", +"Purple-Backed Starling"=>"Sturnus sturninus", +"Red-Fronted Serin"=>"Serinus pusillus", +"Arctic Redpoll"=>"Carduelis hornemanni", +"Scottish Crossbill"=>"Loxia scotica", +"Parrot Crossbill"=>"Loxia pytyopsittacus", +"Black-faced Bunting"=>"Emberiza spodocephala", +"Pink-footed Goose"=>"Anser brachyrhynchus", +"Black-winged Kite"=>"Elanus caeruleus", +"European Bee-eater"=>"Merops apiaster", +"Sabine`s Gull"=>"Larus sabini", +"Sooty Shearwater"=>"Puffinus griseus", +"Lesser Canada Goose"=>"Branta hutchinsii", +"Ring-necked Duck"=>"Aythya collaris", +"Greater Flamingo"=>"Phoenicopterus roseus", +"Iberian Chiffchaff"=>"Phylloscopus ibericus", +"Ashy-headed Wagtail"=>"Motacilla cinereocapilla", +"Stilt Sandpiper"=>"Calidris himantopus", +"Siberian Stonechat"=>"Saxicola maurus", +"Greater Yellowlegs"=>"Tringa melanoleuca", +"Forster`s Tern"=>"Sterna forsteri", +"Dusky Warbler"=>"Phylloscopus fuscatus", +"Cirl Bunting"=>"Emberiza cirlus", +"Olive-backed Pipit"=>"Anthus hodgsoni", +"Sociable Lapwing"=>"Vanellus gregarius", +"Spotted Sandpiper"=>"Actitis macularius", +"Baird`s Sandpiper"=>"Calidris bairdii", +"Rustic Bunting"=>"Emberiza rustica", +"Yellow-browed Bunting"=>"Emberiza chrysophrys", +"Great Shearwater"=>"Puffinus gravis", +"Bonelli`s Eagle"=>"Aquila fasciata", +"Calandra Lark"=>"Melanocorypha calandra", +"Sardinian Warbler"=>"Sylvia melanocephala", +"Ross's Gull"=>"Larus roseus", +"Yellow-Breasted Bunting"=>"Emberiza aureola", +"Pine Bunting"=>"Emberiza leucocephalos", +"Black Guillemot"=>"Cepphus grylle", +"Pied-billed Grebe"=>"Podilymbus podiceps", +"Soft-plumaged Petrel"=>"Pterodroma mollis", +"Bulwer's Petrel"=>"Bulweria bulwerii", +"White-Faced Storm-Petrel"=>"Pelagodroma marina", +"Pallas’s Fish Eagle"=>"Haliaeetus leucoryphus", +"Sandhill Crane"=>"Grus canadensis", +"Macqueen’s Bustard"=>"Chlamydotis macqueenii", +"White-tailed Lapwing"=>"Vanellus leucurus", +"Great Knot"=>"Calidris tenuirostris", +"Semipalmated Sandpiper"=>"Calidris pusilla", +"Red-necked Stint"=>"Calidris ruficollis", +"Slender-billed Curlew"=>"Numenius tenuirostris", +"Bridled Tern"=>"Onychoprion anaethetus", +"Pallas’s Sandgrouse"=>"Syrrhaptes paradoxus", +"European Scops Owl"=>"Otus scops", +"Northern Hawk Owl"=>"Surnia ulula", +"White-Throated Needletail"=>"Hirundapus caudacutus", +"Belted Kingfisher"=>"Ceryle alcyon", +"Blue-cheeked Bee-eater"=>"Merops persicus", +"Black-headed Wagtail"=>"Motacilla feldegg", +"Northern Mockingbird"=>"Mimus polyglottos", +"Alpine Accentor"=>"Prunella collaris", +"Red-flanked Bluetail"=>"Tarsiger cyanurus", +"Isabelline Wheatear"=>"Oenanthe isabellina", +"Pied Wheatear"=>"Oenanthe pleschanka", +"Eastern Black-eared Wheatear"=>"Oenanthe melanoleuca", +"Desert Wheatear"=>"Oenanthe deserti", +"White`s Thrush"=>"Zoothera aurea", +"Siberian Thrush"=>"Zoothera sibirica", +"Eyebrowed Thrush"=>"Turdus obscurus", +"Dusky Thrush"=>"Turdus eunomus", +"Black-throated Thrush"=>"Turdus atrogularis", +"Pallas`s Grasshopper Warbler"=>"Locustella certhiola", +"Spectacled Warbler"=>"Sylvia conspicillata", +"Two-barred Warbler"=>"Phylloscopus plumbeitarsus", +"Eastern Bonelli’s Warbler"=>"Phylloscopus orientalis", +"Collared Flycatcher"=>"Ficedula albicollis", +"Wallcreeper"=>"Tichodroma muraria", +"Turkestan Shrike"=>"Lanius phoenicuroides", +"Steppe Grey Shrike"=>"Lanius pallidirostris", +"Spanish Sparrow"=>"Passer hispaniolensis", +"Red-eyed Vireo"=>"Vireo olivaceus", +"Myrtle Warbler"=>"Dendroica coronata", +"White-crowned Sparrow"=>"Zonotrichia leucophrys", +"White-throated Sparrow"=>"Zonotrichia albicollis", +"Cretzschmar`s Bunting"=>"Emberiza caesia", +"Chestnut Bunting"=>"Emberiza rutila", +"Red-headed Bunting"=>"Emberiza bruniceps", +"Black-headed Bunting"=>"Emberiza melanocephala", +"Indigo Bunting"=>"Passerina cyanea", +"Balearic Woodchat Shrike"=>"Lanius senator badius", +"Demoiselle Crane"=>"Grus virgo", +"Chough"=>"Pyrrhocorax pyrrhocorax", +"Red-Billed Chough"=>"Pyrrhocorax graculus", +"Elegant Tern"=>"Sterna elegans", +"Chukar"=>"Alectoris chukar", +"Yellow-Billed Cuckoo"=>"Coccyzus americanus", +"American Sandwich Tern"=>"Sterna sandvicensis acuflavida", +"Olive-Tree Warbler"=>"Hippolais olivetorum", +"Eastern Olivaceous Warbler"=>"Acrocephalus pallidus", +"Indian Cormorant"=>"Phalacrocorax fuscicollis", +"Spur-Winged Lapwing"=>"Vanellus spinosus", +"Yelkouan Shearwater"=>"Puffinus yelkouan", +"Trumpeter Finch"=>"Bucanetes githagineus", +"Red Grouse"=>"Lagopus scoticus", +"Rock Ptarmigan"=>"Lagopus mutus", +"Long-Tailed Cormorant"=>"Phalacrocorax africanus", +"Double-crested Cormorant"=>"Phalacrocorax auritus", +"Magnificent Frigatebird"=>"Fregata magnificens", +"Naumann's Thrush"=>"Turdus naumanni", +"Oriental Pratincole"=>"Glareola maldivarum", +"Bufflehead"=>"Bucephala albeola", +"Snowfinch"=>"Montifrigilla nivalis", +"Ural owl"=>"Strix uralensis", +"Spanish Wagtail"=>"Motacilla iberiae", +"Song Sparrow"=>"Melospiza melodia", +"Rock Bunting"=>"Emberiza cia", +"Siberian Rubythroat"=>"Luscinia calliope", +"Pallid Swift"=>"Apus pallidus", +"Eurasian Pygmy Owl"=>"Glaucidium passerinum", +"Madeira Little Shearwater"=>"Puffinus baroli", +"House Finch"=>"Carpodacus mexicanus", +"Green Heron"=>"Butorides virescens", +"Solitary Sandpiper"=>"Tringa solitaria", +"Heuglin's Gull"=>"Larus heuglini" +); + + +$result = array(); +foreach ($items as $key=>$value) { + if (strpos(strtolower($key), $q) !== false) { + array_push($result, array("id"=>$value, "label"=>$key, "value" => strip_tags($key))); + } + if (count($result) > 11) + break; +} + +// json_encode is available in PHP 5.2 and above, or you can install a PECL module in earlier versions +echo json_encode($result); + +?> \ No newline at end of file diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html new file mode 100644 index 0000000..aa0394c --- /dev/null +++ b/demos/autocomplete/xml.html @@ -0,0 +1,68 @@ + + + + + jQuery UI Autocomplete - XML data parsed once + + + + + + + + + + + + + +
+ + +
+ +
+ Result: +
+
+ +
+

This demo shows how to retrieve some XML data, parse it using jQuery's methods, then provide it to the autocomplete as the datasource.

+

This should also serve as a reference on how to parse a remote XML datasource - the parsing would just happen for each request within the source-callback.

+
+ + diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html new file mode 100644 index 0000000..6f2c5ec --- /dev/null +++ b/demos/button/checkbox.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Button - Checkboxes + + + + + + + + + + + + + +
+ + + +
+ +
+

A checkbox is styled as a toggle button with the button widget. The label element associated with the checkbox is used for the button text.

+

This demo also demonstrates three checkboxes styled as a button set by calling .buttonset() on a common container.

+
+ + diff --git a/demos/button/default.html b/demos/button/default.html new file mode 100644 index 0000000..8c16909 --- /dev/null +++ b/demos/button/default.html @@ -0,0 +1,34 @@ + + + + + jQuery UI Button - Default functionality + + + + + + + + + + + + + + +An anchor + +
+

Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.

+
+ + diff --git a/demos/button/icons.html b/demos/button/icons.html new file mode 100644 index 0000000..76cb114 --- /dev/null +++ b/demos/button/icons.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Button - Icons + + + + + + + + + + + + + + + +
+

Some buttons with various combinations of text and icons.

+
+ + diff --git a/demos/button/index.html b/demos/button/index.html new file mode 100644 index 0000000..5e1b8b7 --- /dev/null +++ b/demos/button/index.html @@ -0,0 +1,20 @@ + + + + + + jQuery UI Button Demos + + + + + + + diff --git a/demos/button/radio.html b/demos/button/radio.html new file mode 100644 index 0000000..5d1fcdc --- /dev/null +++ b/demos/button/radio.html @@ -0,0 +1,32 @@ + + + + + jQuery UI Button - Radios + + + + + + + + + + +
+
+ + + +
+
+ +
+

A set of three radio buttons transformed into a button set.

+
+ + diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html new file mode 100644 index 0000000..de6e2bd --- /dev/null +++ b/demos/button/splitbutton.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Button - Split button + + + + + + + + + + + + + +
+
+ + +
+
    +
  • Open...
  • +
  • Save
  • +
  • Delete
  • +
+
+ +
+

An example of a split button built with two buttons: A plain button with just text, one with only a primary icon +and no text. Both are grouped together in a set.

+
+ + diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html new file mode 100644 index 0000000..4a93c5c --- /dev/null +++ b/demos/button/toolbar.html @@ -0,0 +1,118 @@ + + + + + jQuery UI Button - Toolbar + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+

+ A mediaplayer toolbar. Take a look at the underlying markup: A few button elements, + an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options. +

+
+ + diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html new file mode 100644 index 0000000..7e3b50a --- /dev/null +++ b/demos/datepicker/alt-field.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Datepicker - Populate alternate field + + + + + + + + + + +

Date:  

+ +
+

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

+
+ + diff --git a/demos/datepicker/animation.html b/demos/datepicker/animation.html new file mode 100644 index 0000000..990fd62 --- /dev/null +++ b/demos/datepicker/animation.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Datepicker - Animations + + + + + + + + + + + + + + + + + +

Date:

+ +

Animations:
+ +

+ +
+

Use different animations when opening or closing the datepicker. Choose an animation from the dropdown, then click on the input to see its effect. You can use one of the three standard animations or any of the UI Effects.

+
+ + diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html new file mode 100644 index 0000000..040ec11 --- /dev/null +++ b/demos/datepicker/buttonbar.html @@ -0,0 +1,28 @@ + + + + + jQuery UI Datepicker - Display button bar + + + + + + + + + + +

Date:

+ +
+

Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.

+
+ + diff --git a/demos/datepicker/date-formats.html b/demos/datepicker/date-formats.html new file mode 100644 index 0000000..39be9aa --- /dev/null +++ b/demos/datepicker/date-formats.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Datepicker - Format date + + + + + + + + + + +

Date:

+ +

Format options:
+ +

+ +
+

Display date feedback in a variety of ways. Choose a date format from the dropdown, then click on the input and select a date to see it in that format.

+
+ + diff --git a/demos/datepicker/date-range.html b/demos/datepicker/date-range.html new file mode 100644 index 0000000..34c64a9 --- /dev/null +++ b/demos/datepicker/date-range.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Datepicker - Select a Date Range + + + + + + + + + + + + + + + +
+

Select the date range to search for.

+
+ + diff --git a/demos/datepicker/datepicker-ar.js b/demos/datepicker/datepicker-ar.js new file mode 100644 index 0000000..fc6d2a8 --- /dev/null +++ b/demos/datepicker/datepicker-ar.js @@ -0,0 +1,36 @@ +/* Arabic Translation for jQuery UI date picker plugin. */ +/* Khaled Alhourani -- me@khaledalhourani.com */ +/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ "../jquery.ui.datepicker" ], factory ); + } else { + + // Browser globals + factory( jQuery.datepicker ); + } +}(function( datepicker ) { + datepicker.regional['ar'] = { + closeText: 'إغلاق', + prevText: '<السابق', + nextText: 'التالي>', + currentText: 'اليوم', + monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'مايو', 'حزيران', + 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'], + monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'], + dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], + dayNamesMin: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'], + weekHeader: 'أسبوع', + dateFormat: 'dd/mm/yy', + firstDay: 6, + isRTL: true, + showMonthAfterYear: false, + yearSuffix: ''}; + datepicker.setDefaults(datepicker.regional['ar']); + + return datepicker.regional['ar']; + +})); diff --git a/demos/datepicker/datepicker-fr.js b/demos/datepicker/datepicker-fr.js new file mode 100644 index 0000000..33fa80d --- /dev/null +++ b/demos/datepicker/datepicker-fr.js @@ -0,0 +1,38 @@ +/* French initialisation for the jQuery UI date picker plugin. */ +/* Written by Keith Wood (kbwood{at}iinet.com.au), + Stéphane Nahmani (sholby@sholby.net), + Stéphane Raimbault */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ "../jquery.ui.datepicker" ], factory ); + } else { + + // Browser globals + factory( jQuery.datepicker ); + } +}(function( datepicker ) { + datepicker.regional['fr'] = { + closeText: 'Fermer', + prevText: 'Précédent', + nextText: 'Suivant', + currentText: 'Aujourd\'hui', + monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', + 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin', + 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + dayNamesMin: ['D','L','M','M','J','V','S'], + weekHeader: 'Sem.', + dateFormat: 'dd/mm/yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + datepicker.setDefaults(datepicker.regional['fr']); + + return datepicker.regional['fr']; + +})); diff --git a/demos/datepicker/datepicker-he.js b/demos/datepicker/datepicker-he.js new file mode 100644 index 0000000..bf58038 --- /dev/null +++ b/demos/datepicker/datepicker-he.js @@ -0,0 +1,36 @@ +/* Hebrew initialisation for the UI Datepicker extension. */ +/* Written by Amir Hardon (ahardon at gmail dot com). */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ "../jquery.ui.datepicker" ], factory ); + } else { + + // Browser globals + factory( jQuery.datepicker ); + } +}(function( datepicker ) { + datepicker.regional['he'] = { + closeText: 'סגור', + prevText: '<הקודם', + nextText: 'הבא>', + currentText: 'היום', + monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', + 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], + monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני', + 'יולי','אוג','ספט','אוק','נוב','דצמ'], + dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], + dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], + dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], + weekHeader: 'Wk', + dateFormat: 'dd/mm/yy', + firstDay: 0, + isRTL: true, + showMonthAfterYear: false, + yearSuffix: ''}; + datepicker.setDefaults(datepicker.regional['he']); + + return datepicker.regional['he']; + +})); diff --git a/demos/datepicker/datepicker-zh-TW.js b/demos/datepicker/datepicker-zh-TW.js new file mode 100644 index 0000000..ebfd73a --- /dev/null +++ b/demos/datepicker/datepicker-zh-TW.js @@ -0,0 +1,36 @@ +/* Chinese initialisation for the jQuery UI date picker plugin. */ +/* Written by Ressol (ressol@gmail.com). */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ "../jquery.ui.datepicker" ], factory ); + } else { + + // Browser globals + factory( jQuery.datepicker ); + } +}(function( datepicker ) { + datepicker.regional['zh-TW'] = { + closeText: '關閉', + prevText: '<上月', + nextText: '下月>', + currentText: '今天', + monthNames: ['一月','二月','三月','四月','五月','六月', + '七月','八月','九月','十月','十一月','十二月'], + monthNamesShort: ['一月','二月','三月','四月','五月','六月', + '七月','八月','九月','十月','十一月','十二月'], + dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], + dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], + dayNamesMin: ['日','一','二','三','四','五','六'], + weekHeader: '周', + dateFormat: 'yy/mm/dd', + firstDay: 1, + isRTL: false, + showMonthAfterYear: true, + yearSuffix: '年'}; + datepicker.setDefaults(datepicker.regional['zh-TW']); + + return datepicker.regional['zh-TW']; + +})); diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html new file mode 100644 index 0000000..a11d5de --- /dev/null +++ b/demos/datepicker/default.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Datepicker - Default functionality + + + + + + + + + + +

Date:

+ +
+

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.

+
+ + diff --git a/demos/datepicker/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html new file mode 100644 index 0000000..8668018 --- /dev/null +++ b/demos/datepicker/dropdown-month-year.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Datepicker - Display month & year menus + + + + + + + + + + +

Date:

+ +
+

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

+
+ + diff --git a/demos/datepicker/icon-trigger.html b/demos/datepicker/icon-trigger.html new file mode 100644 index 0000000..8268f94 --- /dev/null +++ b/demos/datepicker/icon-trigger.html @@ -0,0 +1,31 @@ + + + + + jQuery UI Datepicker - Icon trigger + + + + + + + + + + +

Date:

+ +
+

Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.

+
+ + diff --git a/demos/datepicker/images/calendar.gif b/demos/datepicker/images/calendar.gif new file mode 100644 index 0000000000000000000000000000000000000000..52f2863c90764cabb11ac926b3f7e02b9b9e5e49 GIT binary patch literal 258 zcmZ?wbh9u|6kyTUl#W73z|)4nX4`*rp5ZyQ#B-@379)%)KM@Be-M>hGtI|Gs_w|L4#D z|Nj|~fDVWavWtPW{Q*md3PbOU5QXTA``&Hf+-&MQNyN4Pv4TT$qr;4tz7x@TlA2nj z{VVh>rsSCQXN#@AXk#?9q4e^OX(ylcxawre$mLbEZVWhZ^wyuYi=i=Ui~?zCvD{J; zob`>l`Gve(T%4S?jg@f;{OB2!bOQWALGdFOQVvkR?QwQ_|pZzJQT&0DrAGFSru Doau8X literal 0 HcmV?d00001 diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html new file mode 100644 index 0000000..d9c8dfc --- /dev/null +++ b/demos/datepicker/index.html @@ -0,0 +1,28 @@ + + + + + + jQuery UI Datepicker Demos + + + + + + + diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html new file mode 100644 index 0000000..5d12045 --- /dev/null +++ b/demos/datepicker/inline.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Datepicker - Display inline + + + + + + + + + + +Date:
+ +
+

Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.

+
+ + diff --git a/demos/datepicker/localization.html b/demos/datepicker/localization.html new file mode 100644 index 0000000..2761dd3 --- /dev/null +++ b/demos/datepicker/localization.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Datepicker - Localize calendar + + + + + + + + + + + + + + +

Date:   +

+ +
+

Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.

+
+ + diff --git a/demos/datepicker/min-max.html b/demos/datepicker/min-max.html new file mode 100644 index 0000000..4052c17 --- /dev/null +++ b/demos/datepicker/min-max.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Datepicker - Restrict date range + + + + + + + + + + +

Date:

+ +
+

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

+
+ + diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html new file mode 100644 index 0000000..716b6c6 --- /dev/null +++ b/demos/datepicker/multiple-calendars.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Datepicker - Display multiple months + + + + + + + + + + +

Date:

+ +
+

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

+
+ + diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html new file mode 100644 index 0000000..71a06c5 --- /dev/null +++ b/demos/datepicker/other-months.html @@ -0,0 +1,30 @@ + + + + + jQuery UI Datepicker - Dates in other months + + + + + + + + + + +

Date:

+ +
+

The datepicker can show dates that come from other than the main month + being displayed. These other dates can also be made selectable.

+
+ + diff --git a/demos/datepicker/show-week.html b/demos/datepicker/show-week.html new file mode 100644 index 0000000..362645a --- /dev/null +++ b/demos/datepicker/show-week.html @@ -0,0 +1,32 @@ + + + + + jQuery UI Datepicker - Show week of the year + + + + + + + + + + +

Date:

+ +
+

The datepicker can show the week of the year. The default calculation follows + the ISO 8601 definition: the week starts on Monday, the first week of the year + contains the first Thursday of the year. This means that some days from one + year may be placed into weeks 'belonging' to another year.

+
+ + diff --git a/demos/demos.css b/demos/demos.css new file mode 100644 index 0000000..da9ad83 --- /dev/null +++ b/demos/demos.css @@ -0,0 +1,19 @@ +body { + font-size: 62.5%; + font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; +} + +table { + font-size: 1em; +} + +.demo-description { + clear: both; + padding: 12px; + font-size: 1.3em; + line-height: 1.4em; +} + +.ui-draggable, .ui-droppable { + background-position: top; +} diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html new file mode 100644 index 0000000..d17fef3 --- /dev/null +++ b/demos/dialog/animated.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Dialog - Animation + + + + + + + + + + + + + + + + + + +
+

This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ + + +
+

Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.

+
+ + diff --git a/demos/dialog/default.html b/demos/dialog/default.html new file mode 100644 index 0000000..41c8116 --- /dev/null +++ b/demos/dialog/default.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Dialog - Default functionality + + + + + + + + + + + + + + + +
+

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ +
+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

+
+ + diff --git a/demos/dialog/index.html b/demos/dialog/index.html new file mode 100644 index 0000000..5ba8452 --- /dev/null +++ b/demos/dialog/index.html @@ -0,0 +1,19 @@ + + + + + + jQuery UI Dialog Demos + + + + + + + diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html new file mode 100644 index 0000000..e140278 --- /dev/null +++ b/demos/dialog/modal-confirmation.html @@ -0,0 +1,46 @@ + + + + + jQuery UI Dialog - Modal confirmation + + + + + + + + + + + + + + +
+

These items will be permanently deleted and cannot be recovered. Are you sure?

+
+ +

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+ +
+

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+ + diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html new file mode 100644 index 0000000..6e36bb9 --- /dev/null +++ b/demos/dialog/modal-form.html @@ -0,0 +1,169 @@ + + + + + jQuery UI Dialog - Modal form + + + + + + + + + + + + + + + + + +
+

All form fields are required.

+ +
+
+ + + + + + + + + +
+
+
+ + +
+

Existing Users:

+ + + + + + + + + + + + + + + +
NameEmailPassword
John Doejohn.doe@example.comjohndoe1
+
+ + +
+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+ + diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html new file mode 100644 index 0000000..ce04bd6 --- /dev/null +++ b/demos/dialog/modal-message.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Dialog - Modal message + + + + + + + + + + + + + + + +
+

+ + Your files have downloaded successfully into the My Downloads folder. +

+

+ Currently using 36% of your storage space. +

+
+ +

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+ +
+

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

+
+ + diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html new file mode 100644 index 0000000..cca74be --- /dev/null +++ b/demos/draggable/constrain-movement.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Draggable - Constrain movement + + + + + + + + + + + + +

Constrain movement along an axis:

+ +
+

I can be dragged only vertically

+
+ +
+

I can be dragged only horizontally

+
+ +

Or to within another DOM element:

+
+
+

I'm contained within the box

+
+ +
+

I'm contained within my parent

+
+
+ +
+

Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+
+ + diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html new file mode 100644 index 0000000..7f3b0fd --- /dev/null +++ b/demos/draggable/cursor-style.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Draggable - Cursor style + + + + + + + + + + + + +
+

I will always stick to the center (relative to the mouse)

+
+ +
+

My cursor is at left -5 and top -5

+
+ +
+

My cursor position is only controlled for the 'bottom' value

+
+ +
+

Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the cursor option with a valid CSS cursor value: default, move, pointer, crosshair, etc.

+
+ + diff --git a/demos/draggable/default.html b/demos/draggable/default.html new file mode 100644 index 0000000..df6bf9d --- /dev/null +++ b/demos/draggable/default.html @@ -0,0 +1,32 @@ + + + + + jQuery UI Draggable - Default functionality + + + + + + + + + + + + +
+

Drag me around

+
+ +
+

Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.

+
+ + diff --git a/demos/draggable/events.html b/demos/draggable/events.html new file mode 100644 index 0000000..ad8a98a --- /dev/null +++ b/demos/draggable/events.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Draggable - Events + + + + + + + + + + + + +
+ +

Drag me to trigger the chain of events.

+ +
    +
  • "start" invoked 0x
  • +
  • "drag" invoked 0x
  • +
  • "stop" invoked 0x
  • +
+
+ +
+

Layer functionality onto the draggable using the start, drag, and stop events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops.

+
+ + diff --git a/demos/draggable/handle.html b/demos/draggable/handle.html new file mode 100644 index 0000000..2e7fd22 --- /dev/null +++ b/demos/draggable/handle.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Draggable - Handles + + + + + + + + + + + + +
+

I can be dragged only by this handle

+
+ +
+

You can drag me around…

+

…but you can't drag me by this handle.

+
+ +
+

Allow dragging only when the cursor is over a specific part of the draggable. Use the handle option to specify the jQuery selector of an element (or group of elements) used to drag the object.

+

Or prevent dragging when the cursor is over a specific element (or group of elements) within the draggable. Use the cancel option to specify a jQuery selector over which to "cancel" draggable functionality.

+
+ + diff --git a/demos/draggable/index.html b/demos/draggable/index.html new file mode 100644 index 0000000..ceffb9b --- /dev/null +++ b/demos/draggable/index.html @@ -0,0 +1,24 @@ + + + + + + jQuery UI Draggable Demos + + + + + + + diff --git a/demos/draggable/revert.html b/demos/draggable/revert.html new file mode 100644 index 0000000..4371b7f --- /dev/null +++ b/demos/draggable/revert.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Draggable - Revert position + + + + + + + + + + + + +
+

Revert the original

+
+ +
+

Revert the helper

+
+ +
+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option.

+
+ + diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html new file mode 100644 index 0000000..d3e97f3 --- /dev/null +++ b/demos/draggable/scroll.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Draggable - Auto-scroll + + + + + + + + + + + + +
+

Scroll set to true, default settings

+
+ +
+

scrollSensitivity set to 100

+
+ +
+

scrollSpeed set to 100

+
+ +
+ +
+

Automatically scroll the document when the draggable is moved beyond the viewport. Set the scroll option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the scrollSensitivity and scrollSpeed options.

+
+ + diff --git a/demos/draggable/snap-to.html b/demos/draggable/snap-to.html new file mode 100644 index 0000000..726a513 --- /dev/null +++ b/demos/draggable/snap-to.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Draggable - Snap to element or grid + + + + + + + + + + + + +
+

I'm a snap target

+
+ +
+ +
+

Default (snap: true), snaps to all other draggable elements

+
+ +
+

I only snap to the big box

+
+ +
+

I only snap to the outer edges of the big box

+
+ +
+

I snap to a 20 x 20 grid

+
+ +
+

I snap to a 80 x 80 grid

+
+ +
+

Snap the draggable to the inner or outer boundaries of a DOM element. Use the snap, snapMode (inner, outer, both), and snapTolerance (distance in pixels the draggable must be from the element when snapping is invoked) options.

+

Or snap the draggable to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+
+ + diff --git a/demos/draggable/sortable.html b/demos/draggable/sortable.html new file mode 100644 index 0000000..1251f0e --- /dev/null +++ b/demos/draggable/sortable.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Draggable + Sortable + + + + + + + + + + + + + +
    +
  • Drag me down
  • +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
+

Draggables are built to interact seamlessly with sortables.

+
+ + diff --git a/demos/draggable/visual-feedback.html b/demos/draggable/visual-feedback.html new file mode 100644 index 0000000..135d86c --- /dev/null +++ b/demos/draggable/visual-feedback.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Draggable - Visual feedback + + + + + + + + + + + + +

With helpers:

+ +
+

Original

+
+ +
+

Semi-transparent clone

+
+ +
+

Custom helper (in combination with cursorAt)

+
+ +

Stacked:

+
+
+

We are draggables..

+
+ +
+

..whose z-indexes are controlled automatically..

+
+ +
+

..with the stack option.

+
+
+ +
+

Provide feedback to users as they drag an object in the form of a helper. The helper option accepts the values 'original' (the draggable object moves with the cursor), 'clone' (a duplicate of the draggable moves with the cursor), or a function that returns a DOM element (that element is shown near the cursor during drag). Control the helper's transparency with the opacity option.

+

To clarify which draggable is in play, bring the draggable in motion to front. Use the zIndex option to set a higher z-index for the helper, if in play, or use the stack option to ensure that the last item dragged will appear on top of others in the same group on drag stop.

+
+ + diff --git a/demos/droppable/accepted-elements.html b/demos/droppable/accepted-elements.html new file mode 100644 index 0000000..19db546 --- /dev/null +++ b/demos/droppable/accepted-elements.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Droppable - Accept + + + + + + + + + + + + + +
+

I'm draggable but can't be dropped

+
+ +
+

Drag me to my target

+
+ +
+

accept: '#draggable'

+
+ +
+

Specify using the accept option which element (or group of elements) is accepted by the target droppable.

+
+ + diff --git a/demos/droppable/default.html b/demos/droppable/default.html new file mode 100644 index 0000000..a097e71 --- /dev/null +++ b/demos/droppable/default.html @@ -0,0 +1,46 @@ + + + + + jQuery UI Droppable - Default functionality + + + + + + + + + + + + + +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +
+

Enable any DOM element to be droppable, a target for draggable elements.

+
+ + diff --git a/demos/droppable/images/high_tatras.jpg b/demos/droppable/images/high_tatras.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5723680df547ac20f32e56bb7536b01f7a78b438 GIT binary patch literal 22994 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 NA^XD?-C*}W|Jk0FJPZH; literal 0 HcmV?d00001 diff --git a/demos/droppable/images/high_tatras2.jpg b/demos/droppable/images/high_tatras2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1acad3afb079e8394c21f03e8daa54cef53cbec1 GIT binary patch literal 25619 zcmb6AV{~QT6E%#U*zVZ2J66XX+v(W0(Xq`Fc5K`BiEXoEyKjE~_kEswzuwwk_87It z9&6XAy=tzSv;M98+X0|TOGrroz`(!&Kff-(zjc5p00|Br0Uj0!0UiMv83_f01QP=t z9fO*H2%Ch7mX(ExmXU#-S6YyrQ-X_u@rQ=6gsi->iZYv^wxPD7fwYpc!hbITLqNWgwWfRO^g(ZC?k!2S&a@Bjdauf>7^{;z?7LqGzc zpuc=L|2h7DT>vn^m-F8m01@Kr4iy3w006t5`fUw_HGrFN*T8+KGb{F0q8-Zo^MIji zfn_V+dbc>wt5sw>shYKowd zG~yYkbCpjb<~FE?^P8O0GW@Zf6`|Pt<$zDy62v-W37)Zd*xKSif#EE~JYS>Je4s8c ztGvRe#Px_<_XPfjQh~GLH_+JM+xdj+^=6**d)DGd)~dAKhDmWTr&QTZ%aA$U9`a2G zudEYT-TEuA^hg5rr?x9TgR4%B$(1mH{prf_ z*;7vsbG_A9#4W$H^I2aJ;iQ$5zOi9*-yhgx$QxtTj0^J8`!sB6BFSD&Hp8*FtwS|% zrZqNirvtY8XT>X1Ls2Umr;{=8lVvwYFOlvePUu4x8T$%U8X$2Z!xE;F;j(}hBMYjA zlJ(<~m*IyFWUs!B`ZzMLC+xHopCq?|Z-jCnaWwfcDoo1Zj-oDEo|kf<+ly)LiJKnI z0tV%+~svPWxQ6qFlL+7gDObqbEb3%zfI;)0p#q6+{a#Ei;<+3kuCpXOh^eWjOdjpryW9CKgm!+Pt(Y1(p|Xx%o>H^b zDc*+lI$RB?HoN={DkY6FFQpB_Y~lp272X&*3&v^NV)}G6CWkVtZnOH})mwI_%DUcW zuk%}$Zi1xUHQ+rFE(Xqw2NG{;#A^iDv*EN!Ll+78-hkJKP3847s=rEKUh0B~Fx)aI zM6nh&qH$xK7B0g4qIvo(7Sqs6IL$?@#?oL1`ez8~JSSnD3 zGd64g*Rh@tkNkwQgjS16f~-|pfu7GwN7X5s?o2yWfJSD>ip@ZcIZ&Um`~&e}OJDH& zr~Dn=!*O;aJ$e_r(ufY{EoqdpTS0AI`-M@nr61mkC861ibN6g)>S}*j=7Qsb&O+~_ z%U!OI=LJoEnP+?k6G$=8odd5sY-TDxk3L~GxVoA;emFu65N{nOoS8lTv*-x!vk|z7DRXOXr)YCc5w2CruT5@15 zWua}CB#{|`D!~Aincf92L={){_B_tJZJZvW@hDi*>Umu*JCk#}3gf}TQk`9e3X`j~ zan;H3q`ag^N2XtrWrfN3`JLCkdZ4nN33frIgrA8jTTBM*emz-j=~=a{8!yaMfi$2Y z3~i>y$h8<>;uE-cH~?9qefSML3B+#laS71{o^} z3!Csaa(0pL6ry5Zr4jb)5ilt5xBWvV$Xw-CMkBoSD>%8~;`;Y0E$z|6*u1t>PUT!} z$k8zj93S7B?In~Jg$sAJu#7COIE;x5RXl^bT4a?^2L-FXFxhQRP6YjB3wGp$MN~+KY;&_ zS6byrlz#x~a@i8Yd$_k`l|lj#T=+LP_JGxG3>(4*SXs}Pe}F{KH<;F|*H=1xO>WLO z8U0tkUJ5)$Z~PG5zH7*7vpPk5B4fjlDdC*gzhJwW>b9RdLW^RkWT)p4O`~5|fX1Ji2|7{nn2cMZE z>k49Tv6|fP3P@xbi27iAZy0Jau;C7cUK(i3&$<{@Nn9w{H)4Tq!&jJDoinxPoxVxC zVPoTa^A?5r>;|yGJaO3-wk=u+F*8sB3T!VGu6`v0TWu=HKCWiJ?fDhPn0<)KX9^hI zkxtL|Bgh&XER8VPX1KOCTJFOM(HanCz@fQL7f;D)xgdn<2ZLb<4Ny?kPksLI4caC) zC5V{kderS%9HW=glxLiMXjqJ+s)Xrat2s|I7_eLfH0f)d>);LIyK8;7%_o%z0jcre}fk%}j3N3%~o<5i$+M^M^W(dZRTSe%0unj(%@p+g4G|per;n zOuiVRsc=ro5&09EBaA|>Os@xRd_F?#fFtP-jLY+rVlUaN2KKbrsLjX8#Ofk4mW5)J z=(=~K=r9^i!lmk_{ku0SkCX68L3_Tj~7_wNe8 zn^mcwC0JGDDZoD$GR@9QSaz3GoG{pXoy*cpjVQfW>rC%H-eS6SqcmPpFj z@9U^WdvT+DRb^VUhWp9b9gw^^24UE2#I-E6`g3xV4N(~v_d>cF%xm^!5+J$ zBjgOjK9UeED~me{By7kTI1vJ*1a8sygw#1}d+NlGt4=T>c4wG`mt>*$I>}QVh&NDr z&^z@C2SXq!M)!j17z27q12T+QQAtTF7A(w4aCZ$y!%)FE&VOXcQ58ZR5W&0;Y`+frtC!vKtmD zq^L3SGbs9+l?_j?YAin2a0t1w1hTl5H;L+X(2&+feiVQ+hI$W87$|wqk62i_&~^xv z{w%r5G38oT_-5{u4Tlof!6lr9yPAd)ycQD*1z=DN8CWi`l3$q3mteL{hOJ85E7kX)!=Hcf|-%iIb_Y|NE{J)H0pZ%>YnQM5}~a1tW+IG`%uu9 z4K+6yRj+unC)KJFPkMSJ6`KQVoca+B`RUSf)Ld_#p+i^Bp#+S$O}{Frq*# zB2po*CE-$+r|H&_1vj-|AMiA`yFkK;6oc zFQ0&W6yt~^O8khqz)n|#6mwH%RGzTNxm$@rq>qS*h+RofM}@0_Sa>0Ag=JEKwTvP^ zvKsd5MciPv?!kOWXJ5y=_-2hW>5+cbxG~6r`dO zimf>Yk?@)Moy7xa11hxCN*nKTZN0RlKF1c6byFN(SF;&2xO4cZBS+EJ;BDD1;>Rzo z#%xktVJ5WVrfqti$YBYC<^LS4rgCD|Z6qCJPBUW>W;O|kr+?ZemA0*^cW^d{&(O(} zK@E6CAGn?N(D}~^!P^p#-Nw=ML`mzQ4_5c^OVS{XAU%(dG@H${lbJzmKk)kCBd#iK zHv6qc^)A65erH$MT_>t=EMPEI1pK#_0in3a5b|*gB!!TmO}#3`rL~?p{ZC=1rZXLI zN49QeP53kT3Gmv;mB429LG$ow+|V9dJPuBB3Bf43(FRi)Kl zEkn8P^EM@cET=$liS)1lkv6`I+o#h|) z^%K|I!ODD3b#s=i)qjAClb-Q+f08@!q=kO~Lh`xDZj5~aUg+y(D7BzP|C0;FwKZ!L z`cjHv>MI36t1_)a_=NK^v!yyheoQK?LY26p0Ct>nFRyWr zP=4)}fX)w^hn{}`@z!dWCae0Z+cf`bvC(Yp+yh3Yk>@GB_NIRg&witrjJ-I0(;om)`*1 zB6aEZw9*aC0x|~fToONhh#iFFKTSWG@^VXAWo0(2drBE??TyASAC(B5!1eHTf|2Kq z5RP5#305Y)FffI6GKArRH@e6V&)NQGCWCBlH6t`D-xV~t3G1kAw;1vB2etiBl<0%! zDsP69lyn!X+Izc^=TF{Ad0YvCV92$k4&Mg zM+}?90i^MBvGrwvE+4YV9}VzT6`m`DP0HAKfouaIU_mrUv95u&6(dF@dVoQiB1a>k zK?t<)OzFE=Cq}Jw^X8%2OxfdR?hg^_FN{fv2KYjl;1FNf@&9yUz|g=^Nmy8appyzi zkgYRg_gN?~jIpr7j#$c_k)lT7tPwMOOF`lSz6WZv# z)xXt+SHPG`?M-7zjC%%L|J(?dY!%ev&wn?ntc;Y{(Hn2A*P;^gT9v-{lb7bE-y7>Y z%(FC!&g=tsbBn6POn`~N`H^yrvrvW8g(Bh?lK=fb*iH2nlCPNj7n1+eo&p0$Lq#Vc zWrbi7R>B}7XESvCUrfONi^)Bu$kohZo2lX8pX|kkAv^#6~L0`;^@}M2{qTFYKMujL;kEYccuh!Z$3Om9(elsAOifG}%QDk9Km>YpufgxbBir{{mB+sJcPrAzKCPx@60hEt;T8c`_s8@0SbI z-jsBFczG$lM^StP(gac1l-ah*jL7~0^k_n4x+qzik=@rNnjS_&=Xu|hd8rSd!)Q*w zHFm>F{WLlo`aGHxrD>2~1WHNPJ1+>~OHX3r3&~6Kb`xI*S9AIUJG($e8o5FsPo6-^ z>DbVJfH0|IF>c-1*xF!*l6vWoD8@J}Jr~V))BK74lN}o!YLFX`a#qvbX+w;hQ)iLq3-fhH$-4pXZ1S~Dj#5!9UEYjSBzJ?J(8k20}OWe}>8z!_W zxRupaof<(Y#cGpG*_#dzo6dZtdZqklg35!gC=~Yd>-(=v=KmFIiR|7imK}wba^A60 z{esbNiJpVbjlDBxNgg4|%7Jtfbx=^C^%`0?hFB2o6n->;QDV|Detv!$12=PJd;GIy z=G}gGL>!GKp)lFTnwV4Ecfv33D@QrLj)q_m;E<3|5D;IP`k#IMwxq16=w!l5h7fFy z0VFIx67n$EMU;)40_*yA$rJPc-$Np_5cn$={fHCsjI3xEm0^u@jP!Dw)1z2X zVbXna&lzpe1H+AfN_XY`k{~^LrcGq-N@T%Ic#D%?3h6zUN`_rTbWO`x%ILbv^Rv?E zo-r_3OUUVk!A&xyVZ2K)28X~TwAHG3&?l1{>zJa$l1c#0=YGzLl-9fqKI#-!itJE2 zMM!)@L2pj=Q#@R1w79ASxFk+)3&PJ|*hpuE9o;(W5N5)gE3C5hO7)jqXimA-B z>NoA?Q=!e~vrK(G*;0q<;hD_`iMh-X7M_b!zkkpxOCNYNI%_Z=o#;ctr-4*Q;B2v- zXr%j_R=p%Y_mwN{ucj6Bd)vA4-;+igsDb{z?m|HO6n$4}m!G+}qvdY0QoEn9r$y|+ zV+Dj!w`1_2$DsSKW37LHirk0-n-lXbUEs#_rG%Ysoq3^Xi%@Z5KJb%^D$R#1)8Io0 z^$N6!H6OCF(UX+=^AsC#S#7-NK#tp2rrP}%yfv`pU@8d<8-t5nV3^!gNJ&-H6O-Lc zy<=r)CM{w{KK-0qlgTS_=R*O5CqQUVT7{aH*4N3t*ooBkK=$B(vGTAZ19wYmZkx`} z$U-(!^^W+=nTv8%x>|Se)FeMe<g>Q9Kuf;|NYUp7j zl6twjIm{dS+4QiEM-fw+i*B$}MEXQ15bi4d4`7V;4?rn2X9mNC;rl0-#YQ{u|&MB zn*y-eRztW%Z42hzXsd8ZoI~`UY3oS)ps@>4b4VV`r4GqFpTSWp)k|~NNsQfY3Jz+wh)@V&(>_lo#T%}4iSB|ZFw8U}12-IORuhy8A)?2=QPIoODYNTQ8 zl$p)ZJjZ5+z=oelkZOX#Ci2Y4>xz>KWH6S`XmqD`ulrWv%9g8qhIlfex!18YqV?^0 z<_)WIr~G}2KIvMzyo~#A!MTIJ&eDEf5HQC3bmQmHL_**g1~E1g+Z1&ZPOi#ilcW^m zygU&G#>w~Y5lmt;(H2X#U!SmRX-+B%KR1gNI1vQ6q=Q0>Lywf;Fi;)0Yx5`x5&jyd zrtw%NQfae9y~8$9EFJ7hVLKM8?#M4|Gm@37JWv5C+nAgRkN=jaV9&#_&6Ce*1ZFvN(Uj+E(aJY&zT}w5A3o7U-8kJd z?lz!`6yEyDH}lt;%U~>w;WEx7E)CQy`w*#wygFj%woN8JA%h0`{DSTU;*3}H z!fLxXQd%y}a@!DP+<>f9+W59Uv z9;MZEV{cDn&|fdVZJueI80h>59Ciu{+PtA+jaf#BH4@P)tLs5{Q9@^PGRG?E%ytL@lb)9%Zu#Gv<$wjel zobzm_u*_LuNptr|)Tj1kr)^+l-u1?9Po4aODyh=$tg7s0j#B@mNe;m?B90iizp;dcE5ymdnSx(Wn#rLp!L-G&m zsJ|tx+hR(yXLW3*1P#UZ1($zv^dY1_?$?!j${bIv(Uj(QyHPfaQK$nypv&|K+tt98 z{1)-`4v9DTsB#}v9nRmdy$t#|`mgshxReuhBgqA%Tf`cLM2B<_TqQY$kjsd+OsMQ~ zl$jWED|(U>oYL*iOqd5XnoqIu$vNsey_EB*%~ zCsAnPA1H@U)Diyxr5^$n_N7S${{Y2IP)2I-(jTtHIs2q~o~JJK^f@Orm29uq_2uQo zq_PiG!H%VjgF7Vy1;G#GW=9Sx&0Ykqytzi4WNJc~v4ilbwPFh&BdBHA5v?`vD<5bo z8*^2D;wr@-o~P=`uk2LPc{pTS`DF`XU7J~j=ds6S6ErpNvczSgGIa-LM`?vIuC-wd zLsQhgToN*Vu8HO5vp92DGN~3_-U@79gQ=~j?XLWVvg#j^mXXQz85Tg9nf)89M@rt@ zvgvc%u2`(?GK_$!EQE0`t`lv(2(=uWNb9!Yb>jkiGOn_d(1O~e;zTT{*0qhIQ9TYp z>FkMRR0Y!M8{^VH8!wq1KWh?+$%^QXPI|~uZ18CsUGWsFd96wv{sA7a^^_eP-XeWO z69P22I4fRLjnX&D*>uR$Xj5dG~38XahL7>qArHnF5Ldj?~Hw7F{$%PoWnV4yMR0xm|I(^`vOqZs9#L-e=r~X zKN|Xf_z8eU%K8PKP#psj^6L6#uXk@q{!d?Bh;*Yy_?~RTp&#F{6o>p&D+0=49Ahlu zQgc$D6bi+9jsb#BFFeP4CYY&EIhv^?!g5MeLrOPy6l`!Wt`!37?qKKR!474R8AU;|VK^p-j0qAifY^AC+J zLX^z0+g2Ckxy$r3sq=zVY$(n69*&&#+ETu4xZ;r@{S0{t52LO4}`sHLNlfy3ZH*xyDVOjF@q zmbJb>>MQ5f5GQ;>E#?dJOV*ibw0@^-p;xEj^EuUSWMZy(E3}}L=H3HNKg+lfJ_iOj0{m?uE4TA%<)v`uDit?>tMdwF!gPYE#6WBfBRG<#WHtJjA;>zUXOwRAdc zr7)U`h%#5KovMn=0wiikci@Ct!202di1)+|9caAFA(1?Oaw zYTg>lQBW+WeA2J`8X20-h$aspkY2%6}fbVbl>>DQd;SCiMg2`8!JFN?mbYgK|Y zesh8%cSu##O_2fYa=ORM%IQR=O5k&Ui3jt)r$`nV2~vIFgqbjAWuXv}_HDLmg0C+P zb%f-mygCXgg&51qSpp~JFnbu5)0Z^Fl*^nyiZvE(dahts%{n*nbY%SkY zyfS11XdB??@xTmR(G8p9-u4Js=03UpJ&VQx9q^hZ*sEg1QQ2?)jt0*BqkA>9)_O$+=nU=g6V|McT;t_{hBQLy{^rGTr9b3Kzg^(L zDH{k17U&y9Xyk3*LBqp#^edSHCA6~_Xm0deK|n*GcYEr}Sskt!%Elkaj;;N28dpf} z2#4ytzdOlWhT(fSzXgqB5~d91*>_oAU#L%xF0(Xn;f#Q4Pg#)BX)!q467!y37c+*PrwSM*|!wq4x*Y# zXff4Ju>$Y!Ez0Zt@`*8sjoG65H-D@a4(zE%g8Px7twguF!|Bl8(HW0}yv6b%U!}Xu z;kva`I8w^?GDT9ZcPH*7%=Z?0h zAVG|mJpTaY*dl}0A%_sxhzm#Eu=XRDuo+FLRSo)%upB<^ccIL31-8H6Fey4aY4-HyIk>`;Rna1hrc0x$%t9%ImT+$-$z%FJ^s2TXl}V zfBh|#31o+tjaTMT-X_cl;XK-(nIkLwcM!pdvGk*#0I|(SHr=H67qJ0h=3ZaHAh2zZ* zn;ud2H>l2aS|cHymPdX1h)Wz%JrCDKrk(*Q8fOn*Wh@3Sj$m-Ls$%4O14F+hp8dr0BlGBpQal<~VTzEbV7c0F@Ex>jzy1O{ z+A4A8dUbI10Y&bZm2P;Xhlf#*_|H03)Z6{VAGfDx@PYs4tv7mR@viKL9g5 zWsB4t=?^B|j!Fnco!8+{%-=(P&I&R?3oHBuCb<~wrY_vx&`{Rv^|qA?S)!Yy&xbJ~CO5WzEqOt5z6!cL(v~H12B$#;Cyg&r?w)mf= z(lw>oNqG(THv5&(^WyJswSFyimu+(Ml@KDKxdg3UF4$`l$d!nlnZ`)vd z_XWzR&r@E3#``C9G1$&}Sk*eUf*XB*i2nt3E2~e6b>y{)%Cx7U3m{L>m^A~!n{}B% zedQa2>NVxjp`I2gC$zv0tMo#T>i(@t9LY>3?fz)aWv{8KVd3ud%B>!D zs@+5d&0)yy&|CqI0SNT8&k{uufprf&H{iJ?3sZ-U22=DvU_pPq%Z#_vOy{ZGph&`#9{O^imMJxJ94fcv5V!= zO~J_^iqq}4t(7Qoqa&UbK{OaHl90gP}%&cSY%ZCco@GqGueS zEB}eKg$34jQ=&}k4l`S+J(a!y1JK`nSk?I^En}nod-Mot>e#vmeP2!pt=k<1gHgp7 zl1mYZYiQV!TYH%xQ1sIHH|sgHLPN8yc%IF0h!hw0haWg~ zx?~=>tSKqoBMJ2&^qU;PEA8g_m$S@f)k$GWUYH z+fKKEE=pZ#_E2?Z%2n$7@Ne(5K&5k|)G4^Eet~;KGJI0*ZO>`jBB~x+D80sGjY&Dxzsn}xeiQ(=N zVu7m%CQ-$VpOO8aiYy}+2v zmkT!Um!_foHSWaxeZivXN@53_>5vZO8A}S5(ZcY-5{3SIi8_#DtYn_087>hu^f_~o zhVP`?90UC*GE%3SW6x-&+Gl)WLo&|VJdUE%$Dh^tcJegH@(0v6g0-H z8rV-nnmJNL;x-jsmmlTWhb)#UfkX})kC2*yI-tI!SD74`K8%D`G`miD((HeLTY4D{ z+SZ%H#>|B>mtS(R!bio>%h-K(D?GgAIBabRV`~T+rTM#)HCmvmxx+y%=WfIzVfris zCqwM;%7mXVs6L}uo$)OMSxu~SZw%tw2oGtIxrjA>9H_0O1%tOk&J+(=zrw1iI^i5J zTVGRqiynBoWt;w5s(LGW5n2OhVG&HBchefPvGm#b9PY1F(2r8YXk|9)U&M~W!XHf8 z>KwQHIPj1#;pC7`v-{*|Gwzf~%^K&71yTvVs~~Hc`e$gb)WDrDtC;D-W=!m&H7KXz z1rFE6P4f|=SS3mVrYi&A|IGe5(l*z`lt-qdBBl-EbYLUt`3A2i?)~u{t%TILvLK=K?{!FA-NX0e5}v6BxwS z1<9-nwqe31IOs1c7((}H+E{9a5e`qmX|!;C)Yh_;h)eeHxAMQxRqtB*fGqvcSru&! zk^?AmIZC-(=@lpxqtA2w<^m4Fq1a_9nx1!%w$i_?a^2C}L(@@YelPHW0H2a?F-CM* zOop&wzJJnO@!*#ijq=XZS#|4>$+If>f*+-{)29O72h2N=1vQ1X(@9|OJd>d(0`*$D zF+VS{gAku-2EYLP;tTZ`&p_cxrA5is16G{U0>9sK-?W1kMlhsJwN`1YbALEPQ^`As z0CbWlNHR4r!xwBb)jh@2m=Hqovj65#-W;^1rLPGm55>@NggYoNr7Z5D7Za%NbOhv| z9f|g`!tW!ka{CpZ5GNFA#=DJQYkg!l?*n1{K@E%NzpEBx!Rs)! zA($;qKcx(qDGn*fMH2V+IY0gsu^rj)?2#`p?q9P0CbpcBj_-BEa{v|685gFhcLG9| z*+o{$?4|Lho%`HUBa8Yautk+Me>KKqw|F|D>riJRL`6-$MxsU@IOyNY6zDrG4w{A@ z11%Yr5O8kPCRz(e!dZE&ipggu2|yM*ew4LV;pL5c=yEpklOjN6NtIZpJolZrIlAAe zV-<1bpRU4HQ=$05`b`rEnGy0&-`eLJH77RZfu&?Cwi_jqcg#X!>Dc)%Mz~Potit0n zrf^0$hR2GHK-UdOnL?%lh#TQvrUnMxEEbnEx+yBrb~1oY@!TA|TA-fe<}lce5%{Ly zZgo2@6JuUnBeUP=NeXlqlgXKNsv|$s9X^W-{9A}BpBa*1{ad8kvAw1AYy7BtAPHxC zM=4}=8}`>1l#frRjH^O;#!nln>4Dp%g)>11i1E|Rv&P?G!E0MBNK~nS)DH;?p3|}Z z0Vt3HoF!wA(BK_E7mD0hB|*|{qk1i0vHaUD$TwyT)zcOEkmytppjnLV9SDUA=1C{7cs^y*78Z zJB+w`Md^|iPx>aE(n6Q@{yeoTr#Y%-h5o#%NEr!7bhwr#7_}WSa zsz#tWT#$8?W>5x*>KhA240*RyHlzLx(~2UWWP1v_mW3 z_hoBHl13~=4mz!vSYfP%dhyYeRMxfR(|6~P$H0;V9p57rN}FV6@7ycGWuF;;;y_q+ z{(I>*+np@YElwC2gjsBli+~yvYy;>iaJU8@ku;^`7p>hiX#z-y?=3gj=tE7wv`q`< z@Q5JqL9er4%dALf!{{f-Vsz?a-l`>#EsRFY%-4bPpm?whb3Ct*I=$YMeug8VXPH{V zjnba)#y2bqK6U`7r-f%yY#J~b<3w<^GNU?T4u)qr+uj8%4pNCl6-+cd{YG+!YqSVa z)4;j4^!%8#Xpsqj+E{@cpNaE)uDxB@@3fgfqWDIdEO;GvF!iU$fNSX^s;o(VmZnr2 zgR+*gOgl0m>vx%7SJ*rRwl_=%N}PY)Y51^;prdiL4E^gudR-GPUGi7=4E{!ziHd*@ z8){HPBjjXuep`4CnqsMmJcq~B9T~o$|3xxZ1S^^%`Ig6r;8((-0xA-I>XP}ZWiLqB zKMRG+Qpddw(x6Ws`LT!iE8Vz5%hN}ukj;4l21=xKp~B(dP1c_SX-FE^{+%@)+876{ zD*YGC8Eg~5g3<{3qZop2`JaJQ#j^0GL@xOFfh%TRPyw*G2ws4?UZg%ry4$G%lFg|N zn7>fIXP%mD&Q4-~7%R)j%9DqnW<`3k0FT3zT&k74uJxPE18;zfdJoT=zpiD%WK4P) z)V^j=o!R!)s{G${%>Q)4sMT58fA}li9oMdPD78`r>w1(iw;W5*8FaV=x?0L{vBLH6 zX}Yl&S^M$AZq%pSGxoSdvAdzx$EP9Igr>SS@fBRyW*9RR!G>3jWT>4retG2(qkvB> z!YO^)N7YGdWTl%spFRYAZ)-=^xYUvH7+Ot-H!czlKQg?8hH`EoXy5SZpcufR;s4?_ zJ~?Gb6T_~!o~(jbkV>Vb`^&7&T3+#d{YI{g=Dci;f@96tAw=RsH)DVFyF<`Hq7(B# zNg=RNd5&Kxqm&PjwDzdb%`VATKA45Z^ocHi$7G#%PWoK_^D|+C7{|F8S%wB;ui@!f z4LHcj(^lMaMq-99t2u$jND!ZTzI7`~e6KBj_{Qn9CP}@@OA0H0CPjAnR*kW$C0saa zC5z(pEm8`&eF?L1S%@lYPHv|buYTIIK6JmeP9A*vN9 zx4%BPIy?^2m!G)GS@Xx)Ed~e2mEKvYSUnly1Q&Im{uAM#eh@GwRehMl$d8)8A5Xs|VBE(cPO*P@Ke!8N;#%6=F0b1j z3k^Pb31t&zdQQQ-*WU=4-vqrFx5WMfOiX{tiFh3zY->C1{gbZs>}yA&!?Au`#r-6C z8@K1{o50w;*yp~ZT3;QmYye#b1cxJx)C z%H}>|{Rty`4M8QtxRX<~&G0uZt=SyqFzMnHE{Guz(cYeVqDP&=;fc^c0crl(XZLT# zi0MX`>%j6WI)sOA>=hMXVqenXqnu5eP;Ue$dA(tpkyn_>n>~GQ<+}~1wmAcvo}{}U zoA^bR`EEmeP&ELwe+*HtCuXzn?`fKabb&L#61NITj!nb_Dhx*l@AExF@@tM-Po?hb=OJoX0}!@Ku}++znJvLKaut7Fz6;#v%Te0 zigJe1U&%LXoz^Cz^CxGV`Q7#$TtLI;Y8UDdTia98dF3Sfo7wcmg50LT zH%Y!~`)zoz0huNKl#!Dg5^Nisp(nA~nt*7%A3N!qIZJ_U-xi3r!CBkT_V{yu>OYwk z>3`||Kl@+K|EFO2kAXoIRw6NU45*v^zX~hVX9aI88Pf(_k7l8X1k0YPbBqOI;@n&m zX7axW@sQ-7LLFYY+_vdmQR|dPl5-Q&SvTLkKLxcp6`mX1gyS+PbGiI5u5YQRvB-&c z2jd>$$gVK#uc>#5iHGKd+wOf>n?HS46;g!^j;YC4pSjM7>n;vjxDG!LEw*$RsiADH zmp1LS?1w%@uRD7LX*kE+R5*1|$X|1${py@_HT}e}j0H?SB|%ATLKBaVH*w7q7EF8^!q2N+p1a%km`vjzE4lYfYAZIZu6BKAxN`ft|Q z^n2Ja<%3OUxrPe#gepv=il*-P9arX_iF2BMio{NN$r%iKZI{vfrkLWn3E{f#WIV04 ziI-*O9+z?QlCUWlb#4~acD1DiJJ0Qd8SVR~^SNXj52zzLCD25qu0Wq@N&Wn}a<_|D zw12zCpNi~eB1D7>=S`L%)NnL%gS^#Jtru?(IvR~R`;|z{1y&33;eWeBbW4Gv@DE_n zLmDx-%sJzZ+*L3Z!JBF$e z{fsQ~?L7>(-tGqW^q$y8)BY)UH-490UB5@*cpd*ApdskRiYsn?R0!rBw~k9c4$jtW zQ2&9ODaZ!x+(&zY#xc^z(P-e>vB3%VhWR7+fvd83`^M!yoFJD)lE$COrhX?GwPh&Y zmw7kn;Ut>b5MYCXjqJ_b8@lmq3x|rvxXr)`%JkEc&whR)p@6`@t_2}3V0SX{r}@4z zJWnQhGHMi#PsA2GM)Sw`38fxn9hBo8zHu>6E_v7(wj48>swC3iK=(!Ro zM`(y)Eb*F5|DDC(4&9$V zd69uAg#M=o4r(m5CrQE2zF)kSIUz}>#sG#H!H=13Y@Li>rS&x0*w&fpN^HbPw8Ca= z_B;S}0uba$$T-&U_rGn467{S2elf$~|6gJl4e&o=`2XRBuV;5}{x2c zv-8PXkQ}gth2hzui&t$c8eZ!>#U~n;hHN?kbrYTyAXvKzrUL8b+1l1FruckoSgB~d zoObm#noO9Z@D|=s`F-4T=n5&93U*u5xtldnAsWk6*iJE_CB}$TS2|OHhsc{}0E_T% zmK&+?#zPQz*&P0AH3$}0MQ`cFeV7Is^4soT$aJcZ>U9C5q8%;%4E-lf%npjZ+{r=p zQjN&j&%2=5;-D7-y57yaOgFTZpQbIryhvPe7)p>Xrp_##gb&d=Wl2Bw(ew7fS0{es z{l$|}eK!(M=hGUdvi2H}_u7&(a(_sc1ZK!TwvxEZdVj;`pQ-kWNbcSNpPunH45ee7;QYw< z-^gKHOaX5QY`F<^YT-DI)llKsUvgQhgXbN*wYv%WmBDuAHVAlz-w)&j7`}HmMP5ck z4-jgbrW8Y$Yzs|E0_?}`cjtc0nGc}B7yVYf^kY-iBikNk{3TUV>4ITJd|{C0PO>ua1h{J_++oloAe$Vaf`1drOoe(FhGp8-{ag<&afX|Hfru=2uGOW@*$LZ0}sbgb|++NH+yhZMtrMjBRkms9rl~ za_%q^FDU|xqXcU`^Jb@UjQJOTzSx0lg&;kp*<=_rd}EK|RP}49+RJ8D+ESkDb_&m! zY__`z(C~9M_@m2#w#+>~N#syO6Z<;u8;n~j72AsL#hDwokMDJg6!771M&V;hh7HT> z=O7%V0nZUHjzet2IUD}#&w@j3{LJQECq>_-fe~eI$ABpG#;u{{Ep1{!l=)*8^` z6H3lz6EmD=Ao$Hjr)QjmhR=AG45HDBZ%3?%s69PkY*RTFgAZqUcMOoLnyrmeoN%5q zmC!}9B|L3@F$YB^M_-l!-oEl2LOImq<21vJ8`dO1-a5#+%~Ecf{xHEH)BMMr8zZ)* z{{Wb(0K6i8aOtDL+;^-|!A+kenthmBg7Rj&!lgP&cAu|D>mGvGA%7q6#ikqo05A8P zjeVuLzBt*I%1QE1gN$@)D%wBJM*s+Tbu!EmoQt*j{&9Y|NN*IB0Yh~2j*f;?V@7Mn z1#6Vk2@@;e{ou^e<@1mt8h5;VonUae#ZNaKl{Lm8f4nPFTdaV*VBBz1q^0b|+$9!u zFm!TH&ln^dt&%6##wKpMo!h@!!vGVf2x&hD=QK&<0XdE;xo`%|QZ&nH5Z)#(-OQK4 z*g^Gz)wQ?&Glo8!5cuPsutXG=V9_i1e;BK*iTgiz;xSnC3|E#S#DXM-KugVTsaUH9HN#Sb`%7W%BT zYcNN;4x{1Y1TtxZ=B_=80fld&JHga&tN*7{osc?HH{87Z@kwT5+L((gF{<{ z9dLJ%*=a#TapV60ykNePhyw8r^O|Q=N=BS)Z54Ll+j}~+v_HcdkLe541P|CXIUe&6{PQL< zc;t;iXsb}fF`H+dVG@)fUJl{ghO!`1ugA_D;2U_&9BStZbMu=5!^KVFvs#>c!dppc zlM2O>8Fr|idc>uku+tyHVigDBlqm9Za_nz^jN4(zwtg~Wu=vhTrzSvejH#n*&PCjW z3(wD-5R(uTq>nwnjA>?q*pZ*}BmJd^O(4M|1{xlNTVs>#gQP-#^^FnOBJH=`@rAPp zBA}LKg%_5C68YF0vk9=+N}hCsaQE1R3!Xh*@k*k##EP@CkIpERp-D&YuQ@;>D^w5i zzl^Ji+W|D!x8o3iIvjAm!&nVzR6Kor@#7r$?RpyhVq=uF>rtA^8+n|BSSI+vP?SN~ zcG-c5i9tF{NfEncS6bsWCW@zg-`+@c2)*E&<78?705gncmWAeHE)T3L3HN|DV$*_o z>lIyNgk!znH3fswE-_}uph?c&0DT)!FsN6o^*r_V@S377Y!w zUcM4IYLSZ$Uq)WpL3==n^DBi=)B$;z*1CRq!Wuf|VNswBE=>$i%PH9hD}o{^-N;2x z)&-`4%ZCjw);I_=yNV5zaSmb9E=?u$b1r}YGC{Rf2_c+1DEGD3N_go+*X2bM#72g;r9<&rE6a3@<05xh7 zbvW-fP^>h1Fcu2QHsA2Ls&i6^H`e<(oh zRYB!0a=3X3fZ|J*$R}fpq!ZDDVvFU#U=-l@f*u@U8mVj?V2QkN!h)gV^YMzFZo0z( z^IRy{Q}>*ExP^mV_mx44pPmn_ICNo-$Bh=40+rD0_wN?RK(x_}O*Zl45W%)#f4hy* zNg1`s<6Z?;&Uy6l{&N1cu1d8%$gMhTITyQO(c-za1ZV@Zjq8ctZ4Ce=B}wCdUFFh&L`TEr_`ssBkSpWXNC~u|hPR5` zRX=dikIGUA#_XJ$lN^n@JjY(~z_>{`OcFImCZ7D`H_+5Wqw?|iz_}5`VibP^;~MmZ zb_cnLHK$>*#Qgs7k-{UjUT+-axz~{%y7R}J^Hki|*Y%G$EtCwLblFe)g3^hqh>eHK zg#}j8(L(k8U{Vrjp{MJ39pa?xeSK#U67rk)$1^8xwLD~G@D5iEv^4F0F^U8{^M$ES zoI+2_2c%J>c#rLQ$r*R+CYK3tE*(3$GOc{zb5pO3oD1gSR4em0ihxv+u`ssB=R2_Z z?<>rsAk27XiX@Imr9A+>eBmGhoR6QzZ~p)kZ^A;HxOQP~$Pl`gr7T~ba4+kqyF|0C z{{UEU5~Or;!VWeKesPfOptDQK6=a^WM=OFy^$xyYcrHUUBo3#6ocrS}2)+jSOQ-XU z>31xg@vp{du_OlttNFoAL0b;nC&qOR@Tz&uyeBUV9e!v()>3pE?54k*N+A)`nVWt! z<2FlYgeia8#yWFU>sytjkn7mKr9bx^IbiL*r$2ar5pEdN%8A2=*FEEds0LHb!Uzfj z8M9aV*}QNai>4fi(*^kZ?>E~j1P_#&!cg{H{NQ4$o(tX^)xidT(=-q;qN(ZcI0zSP z=Q>UJ=O?Jq?8s6BiE^z&vgZh{M7Si1=ZS_T(8f_Cn)QsjA-toaJ2j7GgNBa!0DA>x zrz=Za()b?!IKkUfjT2?nPn+HdK(xp@JZ$y*&4H6@e*mZBQzq6%x~1i&$$V!z1APhD zIP0TmZwACp%6vA%$D8wsZio|I_tv$1VllKF7eB}X{_uc7=|uR( zmYz{?WS3pdG}P_I1*X%Z{^dZWPu>PPO{Y?2G@Jp;#!qQAO?=FvEJL}KI z847SKofP3J{NRNQXsxCSYp+-)!v#odvki?Q#sxZl$0R1bk9c+MmY|K| zxX0K%Y`_!MHeim%hV6rj+VUF3gdOtM3?hn=?o|=Gx4abw4EdnF_BbiGP^{oqI*zBD zuMI{I!NE2Ln-TPf8gqkJRi=mAhqxbkMwWqroc47w0M+|f&fDtNBu zF{D)$1&{g53kW#_js)?9cjSZaWgxu;Rp|4Hr)Nb*9MMP+7gGR3K+-6k`@*)cC!bHO zH_ss%yc{r`lm2|-mQ@l1=KwBXT&J8fxHO~rGpttD58>zanm~%aUF9cD^#1_4;E>jb zctuhYq~!kaa$ypGhBHCEs{-!d;LWc>zpNEFw|7_smhQWUyh4%iaNrV=@R&7d7^JIH zp0FUvmx&Lr6PUig>`2gn_1%AVXd-IVYh3^W~}coM6-* z&ztd{?_q>II1h44i_eT=Lu6Kbb(4rI*gDEuou;0SazbOZU!wq}$O+CP5y{M_*KPr` z?2UeL7dUCv&zHD3BwUd$@P!tsp!Soq$9VuDt0?v75SfYFicF&!h5l%6`sRX76C>}7%)}p+_d-#~mNifj$dBR!%5FP{y{A9xo`2-2@{ooA+YPy<4czt1V zilu9QK5!JMG2%FwpxJCfulMzwIJ~0Y88qz_spQt2Jk8Hvx16N_bp^inm&}pT*VlMR zg?TpmvmR1W1OuQC=K^)qLVWS~!M6KN zm(t(d$NP8D`R@ZHPH1Y*yyGa*XG{KEfDwo^T}EMq+eChm{&0I0LDccBeCs44GO4U+ z9zwtB>jl>jnFA^+*<8O(#Dx_g==Q$5-Z3`rf=@i*WgD{z=s)f#6zT65fC~^_i{tl* zX94ed4nvPGjL>cvsEhG^;aUmFZl+xJ2Z;XwITTc&5T3Bch*{NL-`-j=qov=@BSZsW z{Wy}I$#idzoigz!OWa zI$$w0!(SX@3P5RmC;iBSFA#tF{xT1td7lUN;1GXg_&CiW3*j`*rdSA<2pZ3v=t}HS z%Ri9+04Mb@jfDRI_dlzW9RSq+_FxrMaT0jhzB6r;l&SXqaB2$6)i6PY!0Xny#J450 z4^5W*xXXbDKHWba@p-CL3$LsSgnbQjmc=es@$2WDa&Sq4e;C;_5eM=A0CM2n-wZ^k zMYPJIct+o>=B6Z69ow%Q!Q0Mgan$CV7R=kbH~`I|!+J7gl?`;4}`h;E*L7^>8i`2PTt z8NyV%bBevdJ-fben7F!W8o&`4P>8$zW#!2J>n_i4;Ft*LA@zX;bcAJy$Re0Ate)Eh=Oo>xpj1W964RbNY z0j1_3{{T3VDs$E!PfDdLIsX8dk7ainFMGg(O_HNmpPWXklaL*B_|4*1KzHy+Hz<}j;aO<0rC zyU5WSpf82r;|y$!LVR<^ah>LZp1IypeXq!9@8>s($qg6}YmrTF$HrRa@aX>ITk>;~VM9~rSfo1y4I=b^cr#r!htI}9B5;TU-@Mcp+62Nfua|=o zsVsD#c~XI{8m|}_r<^&~1$(c&15rV`$qZO<9pzNuaJhI1z-`~0iviR7F~9=Nliq89 z%YTFQktyCwzZhHANkHY7j2?jdhfO0K4RdD6Yxl!|NR5HC{qZpX87jA)f`0L$1$!U< zVzNpAPxl!FnxFNFp>_WNSyPqPm}(vAgD^q-IL@Kf-fX}~UEI;5_HVp!a4wR#Y{M(MjvJP` zZR9xQ{{VM^RF&G5@6LTBDXfZ8PR8}A`N)R_2e+@zH=Doy?0VcGQ^Y{$pLy9eulSgo;QzPb-QH97Jt7$K)tUUKg)dw&x+VLXWx6-Xwu- z*6vUy2AmHhdg}#<2`$?cK`<8>##r8oY5waBZ@pLk zm}pJ?={N7$fH6mJ8-4rD$oK)X;}_95+y3CZ^4@=i&PKI5)X_rm?-X43@kO3>f;t93 zS1u8P8~*?}!8!pzyc@zHd$SMD1P(n2eU~6z;m7lXCmIfpoqX@_AT$9d2p$eP%SJ;^ z6XX5PH7XQP2cLfOkUWPEOUskA_Ga%>7`juTF!2G=L09V%6Z3b zaUbU+qGcLlx25)&j-Q#DVh2Xw#xgG9VqxydfR_TKMXi3E945Rz5?%0r?adW<0Y96T zp%UYTy%BCKe&Yo?Iy77JmYS?{O5fK_?y6X8kYjc=*X4dXg|C*#YG!@?;P`ln=u9d0E6!g z$WZC!!H*toOXmg%f(uA}m|ZEQJRTi+{NqF>yy63PeDReqcpSd4O%4ey{1;!mYX?3^ zza3_Xru3!`8@wv~ag4}NPoDSp)*fx3dHFoz(ibDv0B}T%CmkUSB@k(1`fqqznSs!C zi~g81{{Xqi+zCuB^fj!hkK-iS5<6bOobBY9Elld28r1?N{<(vF*Q{*8N}#n@&Ek8~F$En>)c4fE};S z04Q=jw-IPaLc2V1fy-SV58hcqRw;On&haK7P%J(@U_c3WuAjVfzDZ4h9dm<~5!x*< zl3OnJ>jgYyA6U}@yZXWG>$#AGVbsK&Pn;*PeP)U@H!vNId|+}vS$bVNN4zyEX?dJ~ z?j&$0iDdc%_1Aoq*oD}zloFE}(?idW|y(G52*%hqbb?5D$x z{{YrK5j?*0tOOV6XQActS-*?}@FRY|tQTNSr`PqC!mJ>u;}Cl}(^y5pkxda3F4T5k zH~P%V`EV4VPO-=E9(b6q2QMP068jl-yo}gdg~KRNa!8PCh~;zgkrL<#recj zP&kYCl^#M1%Axvjd!iKE9RBbyqC=Ptj2d~SS>FyFQs5nH<^Frc4JoAeiT)CfOEb(U zFHAPQjl0a|;G6@{_REjuR7X+i=Zsct0*X;scI%856c%vmzw;n0TsalP6ebMx%p zb*IC-ht9Q&7J?et*0|K`mlb1W+8$?)ZoaS^5P5g=ld!ZoyqNz0%umBp2-^<$JmaID zLRPso`o#<|cQ$&!q=T05!2s%aiwHo5Uhs-#^#0t1HRL|?P(qak{1}8i`QsIfswTeO zU^rt!XMh#BewP`561SJ0Jz?xpsdc{i^W!d+TQviiq(1QpSEP~kdH0JO3Q=CU*0^(V zKqRtwrm=u_HUbU>f7-|cKP!X3E*5mB8)eR*VvyyUBuKOaq4h0M2)U4k&5S zv+m#{I2lhNID?PA^L}!>pZyqdisTY2F#iDLux1T>3}ds9UIO9>%DN@>-nWqqU@8Fj zJmEgsrb!dWUv3d6Go)L;JLA@A;^|_%>OOE0WD5c#wtA1u!5J-;;wAq8amQI3V)>hm zE%}~$$~g)zw{O1kPDBOOJxp{V3j5iMP$J$wJa1V8El975>jw^4D&NyzR~l;bqo&_u z@p6j_11HlQ1*%nab>}Q-fVQrUIOjXha`*d~b~wQ5Z+NfOgo4Z8Klc=qm(Lf&0d5Pn zcZ^%3&zyO*wTg8190P0f=MAI*n}zp;;DF)Zhny6X z!slGB^FR{WYXP8AdT$Mj9u9ZbLO3^c8v5=B>g}i5-wN?VsLq2Q(_0JlFJN zgMvGMC!AV=+HdWdM@EP?GuEf~k%3On^6`csT}PIQ-njn&Tx(n{h}!+@-W;@!6h3+y zaqlAhvU52n#Qfsg9%gL;&zHsy5Hupq8qr0>c`P{uac6ws1hlFKrvjaCe%yX!FakJy z@M8sFh+Rv!T~8Tgk^u|l8nYRaXgT#~>&72+kyZ3}hO^ zRZ)O0Us&tDS^`c?*Pui=hey5h>n@oL0-lSIAvCmImd-JPAyuD5$?K$=k8SsZ2r%Si z01(qlx#Yd&;HP`GSoMGI7(uC5XTKh>hGG6?KYZi@p89S`7oc^&@AHAL!zup&!cW$0 zOE&@MaiP9Mw~JkWKvKh=!5l>@Er*9uDNd*qY@K z=TAN`c#+aJ{1~-rAVD}mr_S?8=r;lcH_4G};9b77kGwE|(J}Zkmawyz$Ajk!CPGy@ zT!eGT5M1XLXmrSZ_{HR29v7GW;{q>7`8OCKdBGwG;7g~@N{F6io7a5IEg-Nxf7jMHB6HV)SIdN0 zytwwjf;Z@?F(pI33-OAZpp9QUz+}EILDp>-#~=4Oz|!7cKl2JADd&Uw<0t@EXMxjL zv&nB$#+UIAytHn`9?DPe8$ z#2AsjNAZ^zq8IBtWt$KeEBD)x5zWp&#z{m<9Rt=~p|3cDVC6adViGlK?S0}2>l!|O zdbm*N8Zbc8?l;Gt@d42rPQGwK&jd}q`M}F1zFq6z&PW3*3Sy?1>h1p4O{%!jH{;_r zTS^&6qr7?c7fG|v-fbkOmh#kJZ}q%2;EyhP58hRxa<>&C2`djd2!z}+D-kiyOS|U= z8#3gsc3wfN>rO$SLy(*}yxb)#em{7j5QG=8zs?(UzF|L~c)+Asz#049e)F!*wmrw! zSQw25pEC*uhVjCG=1gR5tL}b3cy1M|n>o1g%@{l<`hN3hk0%2GDXt5Wu=11E@^DB; zK9BDs6?7-ID&WA;yVqF3qEn0IzpRwxg6l6UL(nz(p7Ik?^QN9>yd&fh{#nS9H2ZPq z-UDycfSEI-@w@eLsLGADPivq5 E*>rn9?*IS* literal 0 HcmV?d00001 diff --git a/demos/droppable/images/high_tatras2_min.jpg b/demos/droppable/images/high_tatras2_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..493e0824ae33927c1f6337ea2cb4f8f3b71a4631 GIT binary patch literal 2164 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 f(;hLxv(255Dw3H7>KLR@?2=796$frQ&Dwx literal 0 HcmV?d00001 diff --git a/demos/droppable/images/high_tatras3_min.jpg b/demos/droppable/images/high_tatras3_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4aa96b01ef519d4802393ddf6b8da68de5e6af1d GIT binary patch literal 1901 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 literal 0 HcmV?d00001 diff --git a/demos/droppable/images/high_tatras4_min.jpg b/demos/droppable/images/high_tatras4_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..794dbdf78a1daea9f42f5c99ff9bdf25d0525c02 GIT binary patch literal 2541 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 Y@k!vm(pJ*3bWm3TRsqL<^yFmvU)sBcv;Y7A literal 0 HcmV?d00001 diff --git a/demos/droppable/images/high_tatras_min.jpg b/demos/droppable/images/high_tatras_min.jpg new file mode 100644 index 0000000000000000000000000000000000000000..51e0cdedff38e1f0fac3bb961acb04830fe49857 GIT binary patch literal 2147 zcmb7qg4R%c3xIiQH)wW)a!zdH?C}_jCR_=X=iio+ILlCIIQ9c8+!c2m}Hgb^;KM05$*u z27|+(2sj*$L?XmdvXUqX36vs6W|yprlA5ZDlCrWo)=*nr(?CmES?7SR!G0qX6B9M< zgBIq5!-mEtgnyQRkVqs-0;M1+sX)+B)*$@fh*|+OV&|lD5Re7{MuQ+|kmwDt2LQle z2nhHM6b2Flz!3P3Xd(@OK@bR73<`!q|JMToLjW-}6r*9}Dx+!b50fQCU(D~5!yc*o z4tFbUn_S+RQUdLa@BIIpom318z;-k(^p4#>{I&#v(GU%ck(jlNrk1NeLBs=4JK|0e z4OjtgW~Xo6^r|%7{k|sOu2YQsus^J-Lz13E z_w4>NyT)rL-%Qfa_aL;VS4eQF2$e2Do#%MnwVMz9`Ajfwa6=tK2WK zHNAwf9_>w!6sVkC_&n7%+o`}?VL~ICw*GK^5?ar2bSg`DX^y+hu3Y$$QuuxSt49y@ z;LoHb&e5V?g-szUP*-4>rkJSQlGyD$@zlOD_u<$g zNAe?cHz4waeFMcalvgS2?r9f2ulc@gov9SvFdl2Ma@Zc5-v&Do5rE{JNL_vlP&EB} zM-%z|W$p#khNC2k?HXpm{o1vd!?+1@U@m*Rg5K`F`_WB~VL#JRqONt0YRUenx@KM4 zbzKcwdd2$%>(g}6VOzIk)Gn)WMpij1JgLYEW0#S?t1D=$oaNHBd6JUn0<*3c)@lyy z69MEj@2G_XD}9Yu)B>uwsl{~Xv_f&UsdoPPLG*gV4;_$3S=7A;F6yWZM!^f6b_6%G zQ7mF&>H)G6of_KGS5qBs91y{*gINB>xFrHgZ6fcU7}wUZNxsn{=rYxv|NEnze&?31 z*P;jjRq6synj~;XY9WJFV#cBLf`&h`Zv33}usmpLGbdX5Ug_YY!z67+EctW3AT;1Qk3UAqt~q%ks90)jqjKZ4lg+tHbo|goqC~em z!BHE_NQTotoN7$2IWOPoo>2s*Xj^2cvb-u#0;y!)-tgoyk5zPIg3Z(eT^qNi)N9#N z!ye`ki>4kli0fl6Uh2z$Ww;J8!Zyf$cK#XqltuQ@W3Pe=(^X%ONhrR~D#&9}9$0^1 zbTIgnG?&MeS>yebupGzN-?;^L==A^M zQp?h8lX)8(8=B^kKMJHoI>#2rb7a3LMwq|sEG7;QN?N^nhL5`qH|R@X-&d|@5Ycj9 zL7+}CvNUo&ox9|oKit=cOpc==)ciY#sYb$0LFFe**pHNSni$MoWvyRix=^q*_8BTKT;oK1a14 z*7Zexll`M3VOJG)pUO(oy{I&+&_Plm`f+gJyH{9M5inN`3DHCu;Yy!G8_xA&-SfOg zRZB>CN%FA?|8+%A^I!T@@!kq-?7hABUmu^Wb8G$?{ZUEf(2?L}{28arE1;Jzw{i)3 zsySaMw|R@by1k<*mrNvS?6JE_<+$ zRhiiSI;a>r*W3szG0#GIOU-8l1O jLAx4LA{|d4VOJrD%y;E?O{+GXB3dCOEc{ + + + + + jQuery UI Droppable Demos + + + + + + + diff --git a/demos/droppable/photo-manager.html b/demos/droppable/photo-manager.html new file mode 100644 index 0000000..6323e5d --- /dev/null +++ b/demos/droppable/photo-manager.html @@ -0,0 +1,183 @@ + + + + + jQuery UI Droppable - Simple photo manager + + + + + + + + + + + + + + + + + +
+ + + +
+

Trash Trash

+
+ +
+ +
+

You can delete an image either by dragging it to the Trash or by clicking the trash icon.

+

You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.

+

You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.

+
+ + diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html new file mode 100644 index 0000000..60cf7cb --- /dev/null +++ b/demos/droppable/propagation.html @@ -0,0 +1,73 @@ + + + + + jQuery UI Droppable - Prevent propagation + + + + + + + + + + + + + +
+

Drag me to my target

+
+ +
+

Outer droppable

+
+

Inner droppable (not greedy)

+
+
+ +
+

Outer droppable

+
+

Inner droppable (greedy)

+
+
+ +
+

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

+
+ + diff --git a/demos/droppable/revert.html b/demos/droppable/revert.html new file mode 100644 index 0000000..74ccb6f --- /dev/null +++ b/demos/droppable/revert.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Droppable - Revert draggable position + + + + + + + + + + + + + +
+

I revert when I'm dropped

+
+ +
+

I revert when I'm not dropped

+
+ +
+

Drop me here

+
+ +
+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option set on the draggable.

+
+ + diff --git a/demos/droppable/shopping-cart.html b/demos/droppable/shopping-cart.html new file mode 100644 index 0000000..0304004 --- /dev/null +++ b/demos/droppable/shopping-cart.html @@ -0,0 +1,94 @@ + + + + + jQuery UI Droppable - Shopping Cart Demo + + + + + + + + + + + + + + + +
+

Products

+
+

T-Shirts

+
+
    +
  • Lolcat Shirt
  • +
  • Cheezeburger Shirt
  • +
  • Buckit Shirt
  • +
+
+

Bags

+
+
    +
  • Zebra Striped
  • +
  • Black Leather
  • +
  • Alligator Leather
  • +
+
+

Gadgets

+
+
    +
  • iPhone
  • +
  • iPod
  • +
  • iPad
  • +
+
+
+
+ +
+

Shopping Cart

+
+
    +
  1. Add your items here
  2. +
+
+
+ +
+

Demonstrate how to use an accordion to structure products into a catalog and make use of drag and drop for adding them to a shopping cart, where they are sortable.

+
+ + diff --git a/demos/droppable/visual-feedback.html b/demos/droppable/visual-feedback.html new file mode 100644 index 0000000..9b197c5 --- /dev/null +++ b/demos/droppable/visual-feedback.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Droppable - Visual feedback + + + + + + + + + + + + + +

Feedback on hover:

+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +

Feedback on activating draggable:

+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +
+

Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass or activeClass options to specify respective classes.

+
+ + diff --git a/demos/effect/addClass.html b/demos/effect/addClass.html new file mode 100644 index 0000000..f594291 --- /dev/null +++ b/demos/effect/addClass.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Effects - addClass demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ + + +
+

This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.

+
+ + diff --git a/demos/effect/animate.html b/demos/effect/animate.html new file mode 100644 index 0000000..41f9699 --- /dev/null +++ b/demos/effect/animate.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Effects - Animate demo + + + + + + + + + +
+
+

Animate

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/default.html b/demos/effect/default.html new file mode 100644 index 0000000..aff1978 --- /dev/null +++ b/demos/effect/default.html @@ -0,0 +1,104 @@ + + + + + jQuery UI Effects - Effect demo + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Effect

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + + + +
+

Click the button above to show the effect.

+
+ + diff --git a/demos/effect/easing.html b/demos/effect/easing.html new file mode 100644 index 0000000..c70786d --- /dev/null +++ b/demos/effect/easing.html @@ -0,0 +1,102 @@ + + + + + jQuery UI Effects - Easing demo + + + + + + + + + +
+ +
+

All easings provided by jQuery UI are drawn above, using an HTML canvas element. Click a diagram to see the easing in action.

+
+ + diff --git a/demos/effect/hide.html b/demos/effect/hide.html new file mode 100644 index 0000000..6c9948a --- /dev/null +++ b/demos/effect/hide.html @@ -0,0 +1,96 @@ + + + + + jQuery UI Effects - Hide Demo + + + + + + + + + + + + + + + + + + + + + + +
+
+

Hide

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + + + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/index.html b/demos/effect/index.html new file mode 100644 index 0000000..92d2986 --- /dev/null +++ b/demos/effect/index.html @@ -0,0 +1,24 @@ + + + + + + jQuery UI Effects Demos + + + + + + + diff --git a/demos/effect/removeClass.html b/demos/effect/removeClass.html new file mode 100644 index 0000000..ae2fa56 --- /dev/null +++ b/demos/effect/removeClass.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Effects - removeClass Demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ + + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/show.html b/demos/effect/show.html new file mode 100644 index 0000000..445db04 --- /dev/null +++ b/demos/effect/show.html @@ -0,0 +1,98 @@ + + + + + jQuery UI Effects - Show Demo + + + + + + + + + + + + + + + + + + + + + + +
+
+

Show

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + + + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/switchClass.html b/demos/effect/switchClass.html new file mode 100644 index 0000000..34af471 --- /dev/null +++ b/demos/effect/switchClass.html @@ -0,0 +1,39 @@ + + + + + jQuery UI Effects - switchClass Demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/toggle.html b/demos/effect/toggle.html new file mode 100644 index 0000000..1a2cf0a --- /dev/null +++ b/demos/effect/toggle.html @@ -0,0 +1,104 @@ + + + + + jQuery UI Effects - Toggle Demo + + + + + + + + + + + + + + + + + + + + + + +
+
+

Toggle

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + + + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/effect/toggleClass.html b/demos/effect/toggleClass.html new file mode 100644 index 0000000..f8bf31f --- /dev/null +++ b/demos/effect/toggleClass.html @@ -0,0 +1,38 @@ + + + + + jQuery UI Effects - toggleClass Demo + + + + + + + + + +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ + + +
+

Click the button above to preview the effect.

+
+ + diff --git a/demos/images/calendar.gif b/demos/images/calendar.gif new file mode 100644 index 0000000000000000000000000000000000000000..52f2863c90764cabb11ac926b3f7e02b9b9e5e49 GIT binary patch literal 258 zcmZ?wbh9u|6kyTUl#W73z|)4nX4`*rp5ZyQ#B-@379)%)KM@Be-M>hGtI|Gs_w|L4#D z|Nj|~fDVWavWtPW{Q*md3PbOU5QXTA``&Hf+-&MQNyN4Pv4TT$qr;4tz7x@TlA2nj z{VVh>rsSCQXN#@AXk#?9q4e^OX(ylcxawre$mLbEZVWhZ^wyuYi=i=Ui~?zCvD{J; zob`>l`Gve(T%4S?jg@f;{OB2!bOQWALGdFOQVvkR?QwQ_|pZzJQT&0DrAGFSru Doau8X literal 0 HcmV?d00001 diff --git a/demos/images/demo-config-on-tile.gif b/demos/images/demo-config-on-tile.gif new file mode 100644 index 0000000000000000000000000000000000000000..a96b5bf33adfb9673d05a917b229771725998ef4 GIT binary patch literal 172 zcmZ?wbh9u|WMW8R_#(*gZL<821$y77DSw}({(Xk(&lMIwmzw;Tr~7lY&9Ak#-=-@5 zTyFMbk-^VZR^R7pf1j=SYn}a%#YPN7109e`kX;O{h6*ZuDVg&!R;^nzQ-$M_iR(t4 mHbGY&VV3sh!yhYn*jSnz76dTNyRf3fYi-o}8*fZl7_0%-_c%cS literal 0 HcmV?d00001 diff --git a/demos/images/demo-config-on.gif b/demos/images/demo-config-on.gif new file mode 100644 index 0000000000000000000000000000000000000000..e3b6d7c0f723648fcd5d7b23b470d4c58d4d9b13 GIT binary patch literal 335 zcmZ?wbh9u|9ihti+ z`}^$F&$R(RS2_MzY5!xf#ozl|f9@&%`*8b@g=YWW-Tbl4`tQrLKlhgY|NsBT0zC$b zfey$7kY60wN*tyXc<4y=pI9>Kp`^w9qon8M+tBFjE&7LNqe`~^&c hj7yd-aS~HzTfN$aL6m!=ySilew(UE1MmjQB0{}?lkB$HU literal 0 HcmV?d00001 diff --git a/demos/images/demo-spindown-closed.gif b/demos/images/demo-spindown-closed.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad4bd3781b52d9681013c66b341a674ca6df1153 GIT binary patch literal 103 zcmZ?wbhEHbWMg1w_{_!7+uOTu-@bM0*3FwYueG&x*|KH#?%jL;{{6Xg=W1(f|NsBb tfC?0Uvam8Ra53nBgh6IFu!smKxQ6ahxiR|)quW;AhsPMh3j+ihtN~u^Bk%wK literal 0 HcmV?d00001 diff --git a/demos/images/demo-spindown-open.gif b/demos/images/demo-spindown-open.gif new file mode 100644 index 0000000000000000000000000000000000000000..e1c60aa558ebc4701d66d89c893b9185d92926ae GIT binary patch literal 105 zcmZ?wbhEHbWM^Pw*v!Rn?%cV3`}VC{w{G6Nd9AIj%a$#>ckkZ&_wRdqduwZJ|NsBb vfC?0UvM@3*a53nBgh6I7u!spPwVb$6c!g7Y5WAt|d?6L5pNhxD85yhrk)R_C literal 0 HcmV?d00001 diff --git a/demos/images/icon-docs-info.gif b/demos/images/icon-docs-info.gif new file mode 100644 index 0000000000000000000000000000000000000000..ea6d2bece713351eb4b8eef968c3891322093624 GIT binary patch literal 206 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 bmBPw>AJj6kuhY + + + + + jQuery UI Demos + + + + + + + diff --git a/demos/menu/categories.html b/demos/menu/categories.html new file mode 100644 index 0000000..c0e55d0 --- /dev/null +++ b/demos/menu/categories.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Menu - Categories + + + + + + + + + + + + + + +
+

By using the items option, you can configure which elements are converted into selectable menu items. Here this technique is used to create category headers.

+
+ + diff --git a/demos/menu/default.html b/demos/menu/default.html new file mode 100644 index 0000000..6da41e0 --- /dev/null +++ b/demos/menu/default.html @@ -0,0 +1,63 @@ + + + + + jQuery UI Menu - Default functionality + + + + + + + + + + + + + + +
+

A menu with the default configuration, disabled items and nested menus. A list is transformed, adding theming, mouse and keyboard navigation support. Try to tab to the menu then use the cursor keys to navigate.

+
+ + diff --git a/demos/menu/icons.html b/demos/menu/icons.html new file mode 100644 index 0000000..bd1de82 --- /dev/null +++ b/demos/menu/icons.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Menu - Icons + + + + + + + + + + + + + + +
+

A menu with the default configuration, showing how to use a menu with icons.

+
+ + diff --git a/demos/menu/index.html b/demos/menu/index.html new file mode 100644 index 0000000..431926d --- /dev/null +++ b/demos/menu/index.html @@ -0,0 +1,17 @@ + + + + + + jQuery UI Menu Demos + + + + + + + diff --git a/demos/position/cycler.html b/demos/position/cycler.html new file mode 100644 index 0000000..6bb9b9c --- /dev/null +++ b/demos/position/cycler.html @@ -0,0 +1,106 @@ + + + + + jQuery UI Position - Image Cycler + + + + + + + + + + + +
+ earth + flight + rocket + + + +
+ +
+

A photoviewer prototype using Position to place images at the center, left and right and cycle them. +
Use the links at the top to cycle, or click on the images on the left and right. +
Note how the images are repositioned when resizing the window. +

+ + diff --git a/demos/position/default.html b/demos/position/default.html new file mode 100644 index 0000000..71fc8a0 --- /dev/null +++ b/demos/position/default.html @@ -0,0 +1,137 @@ + + + + + jQuery UI Position - Default functionality + + + + + + + + + + + + + +
+

+ This is the position parent element. +

+
+ +
+

+ to position +

+
+ +
+

+ to position 2 +

+
+ +
+ position... +
+ my: + + +
+
+ at: + + +
+
+ collision: + + +
+
+ +
+

Use the form controls to configure the positioning, or drag the positioned element to modify its offset. +
Drag around the parent element to see collision detection in action.

+
+ + diff --git a/demos/position/images/earth.jpg b/demos/position/images/earth.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5477f75461b5de2dfe21b4e9bf8d65870487332 GIT binary patch literal 29850 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� zgjFG`8@XP{*3!(G0$)Ng%zZ#_<2>KEtmt#cnUvJ5e9`i5^1-8|T4*Jo6&wf?LfDR9 zV8^>)S`S$Gu1f<_L5Jz5nUK)r$xtC&_%(LY%P=;2~!GX7|t9-aUQRl3b+uJ`!a3*!Z+ ztH1Q|Sg%UvgaiGmx%nLrQS+b^gA0w5h;GZT(-c<00D~!vl!hdz%^|mbm^Ed zbi@6nEm=gL(xl!>_F=@d>ymsHCXcZp0bghf;8vGZN=>3wm5W;l5v1bJOftF<^`|5L z)<9of+-a$6HGhUb0RV>c2cIwG8CrJ7OFD_|!xE)o*WsyjCq*YIfJ0#1>dZM#6%32b zD={_=Oy)_JCeSQE5Ljb80TpCWM@Hvi!6-|@U}}+A4f&wikYC^`A_HakAf86U)ua18 zKSB0aeYs-Jc=ycLWbrU_=|QY-(l8lxdkbl<_|Fe=@;V2H9fJ@kB@ zba(n->181HD&p*rRo-sf{j~y}%$yN+r=rrvp4Sb|KX)!DJp~>FTEvSm77r>W&|Zbn zfEI36juE;f;knU$EirL^qBKf5IgcL!XS$Op##*~9nJy===_=G}-=e@xp!JPsDY(5J zV@R1mxX8$;GwB?lzHBqMIe914ZZipS zeAO;-aO+c*-9i`b!0^85{pLUSW~bAQZ1UixDtUD(n(18zj_eK^U}Dox~G z@Vf?1#L2nW{{RG(SNn zU`S{00^^y6bE@RgQscL@K>@pFMRCdHaS^b?2Q!neFfhZ6b#ELO4Dzg8QHVr!U^_QFWyj$mvv7QWcsMaBjyj+8;5ftZtM2B|B3dVgbC8coqZNac)`Y{gfo~Wv_`UrQQs0osi07qiFE1bHy*98 zQzReBgb*u4>8}d;w}OQ6)-cbkMhdH7z%D-~$t_@yqBGW>Cz)ZZ+`X8o;b!1PG1+E< z6%=ViPEeIr3Rvw`09?1=s(D2S%u{rhX)PE$JjjozT#IlH-8nxn-JR|4 zr~%~-iq>L>DTLXWvUSrw%4(KKV)LenBcKJl33`>)ytb~%dwFLjRe^Xr2ezyPkH8OZ zA~X-6EYd_gc5e2hdwW{Z$(eItLUKE**Xh3nqdwDLP4PJrGcAR&Tz0 z!X-V0e%S%w`*l2G!jzbVCi)3V|YfpY6 zX}=2Q@-%v6@D&C*s5LC{m1l(>c7TF)4r2K+CZeKwLc6paC`k4ULIsMe>#$|HI;Za| z>|X?OHdGTm`ZlvrBnj|+WMH|b#`P7`?39iu<6IOL$Vni{cEU-A043TAJVQM)mOsAR z*_Cjqz}1TfijQYJH!hICg1WdR@SKpsOE7|RYI;_0ftnR9L*Sbq!yCI7rlH33eiV#g zBmnJle~n|6VTR+8REhCws*2rHgI+kuwA*Xe<-}l3HCnLIDAr9R7pk8XZis1du({E_ zh9(NBwzfC1eg z^@3|93LxMY7G#oGsnkfSq>PN`zCVqqI9p)S$myc zLZ&XYRn(en?G-1dOmCLDTFEL(7fVvfTSu*<*=48zChdSvPnR`sJlgm!bGFX@c~f`W ODe}YFt1s}+{C@yBRIT9v literal 0 HcmV?d00001 diff --git a/demos/position/images/flight.jpg b/demos/position/images/flight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..362bd1a2239560b9f235b7a08e0cad7e4834a419 GIT binary patch literal 33637 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 literal 0 HcmV?d00001 diff --git a/demos/position/images/rocket.jpg b/demos/position/images/rocket.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c0495c61dc645e7cb4f780dc0898063b3ee0f5b GIT binary patch literal 32986 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 YpC#}1v~r{^XTDoM_E2Q}?K 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 F{{=@-(3=1N literal 0 HcmV?d00001 diff --git a/demos/position/index.html b/demos/position/index.html new file mode 100644 index 0000000..8e515c4 --- /dev/null +++ b/demos/position/index.html @@ -0,0 +1,16 @@ + + + + + + jQuery UI Position Demo + + + + + + + diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html new file mode 100644 index 0000000..197a976 --- /dev/null +++ b/demos/progressbar/default.html @@ -0,0 +1,28 @@ + + + + + jQuery UI Progressbar - Default functionality + + + + + + + + + + +
+ +
+

Default determinate progress bar.

+
+ + diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html new file mode 100644 index 0000000..7e197d5 --- /dev/null +++ b/demos/progressbar/download.html @@ -0,0 +1,115 @@ + + + + + jQuery UI Progressbar - Download Dialog + + + + + + + + + + + + + + + + +
+
Starting download...
+
+
+ + +
+

Download dialog progressbar demo.

+
+ + diff --git a/demos/progressbar/images/pbar-ani.gif b/demos/progressbar/images/pbar-ani.gif new file mode 100644 index 0000000000000000000000000000000000000000..c22469afd8a9b64afee1338884d842ae5a4c5032 GIT binary patch literal 3404 zcmcK6Yfw{X8VB&h@l?E^NU&A}iXtlBP%KkXQC8NJT!5-LRsj(NM2w{>AVCP^o|Bwh z2qYxrhUH=rh@(M>h!JH(q!6ghwoVt9)nY}A3fdMdy0YgeFw7Fh*%_V52PPkwU;fYg zzW*nf_=W$5*tNhs;CBG%(**TtNP}fTgJq;)^rPR|r;qE?QwD1&!!;?xrj))W;b4<& zuw6F%vjzZwMZ+`0@VmnQzI8i(ozL1ScGy>cL6AK#46H)`2C#n%KvhRuh?R14uettq z+ahs%(x-6o*(279o6C!ODGkqJA7}NwtWnPySh--WS02b}!jd~l_Ss^`|H!^UB}^!Wh20eUhsC zaB+p}jpGOBr_%VBPV{VcIyYcVVBaA7CT(4(2uZ}LLcF-^DsBnVk}{(nES@tT_TVrJ ziP4`~lH*=FeA3auruO-?BX&UIyzCG<69wfksCM>``9! zw;FeM#+>#h93nOE(A~Xgh#YEElE2~l{u|elSm)j`SPvlzr=7>6{+Szkzk2@arMRGo zKhw>PwU?i+n=^kE3UVPvFSb10|I)!j(cu`RSs!Rs001>3b3KEKis;O2fe@Au7zmj! z$IHYZ0|fy#6Uyu-_PVM4t#y-tB<8rff0+mKA;cN?V|nBN+t_{lzRc5kx_4W|^}~Db z6s5aNbI@=aUG}~Kx$2jywHPS<(YrvpNjxooY2y4SrU@R|n}8(d@DUI0z%zK)YvoOL z|J2na=@;$;Qo@nShNpAqO>?Ln=ef~tWc&At&2e@>BrcmUVPbf?jPPb+bekTyzh#3q z!Owd6Waq*%A>q)L;0Rr3c~w=xr$+@-ah zR@1g1D(iLWE|r{zUy#-n6nmEjf$^pOqJV0o+feT|*xm|lSnwqkec%!tAzCz@$p*QM zECGQhLc|1qo`|lrEuo^4Gw(@~V>Q%=P=_CMU2+RGViFvb@Mdh$+*Cfo5D5tMJOV5a zlu7BfXNJXMO%eZMeh;xsz&Ju6s$p{(sgMBX6X=|bTzsAov@J=;B&i=plKK{ch5{1= z8A3cgHxPn2Kz@K6w0V-TR48d5*pk8GFc6qP&&3P*Kz<-(Q<8DcM65KmpKpB`v2V}F zv30LAL=82@5mV4dP|_NS-SHCi&GCE=@0wRQ{@8}q8pj{o|DDfRDr1sB2&I5>wB>9+ z$tRBL2P#bdo0<*7_RmF%V%W>&bSdA^b?j;pIg|UWOK#qeJ;{|2Vsb`bKpYYr@44tc z9>O!_LSKtQNEy)eUO}$SX*(mxyEn^z)e5Qk zZncuI>X;?wPg3hp?M+_#SKbbdjH`8fqCc@D?|0SDcK&tCMfV2F;=Wh_I01nSRt|^9 z<`S4fo@gs15CfnLt$&$K40?8ryU}Looq$osw*BGNQ;1dh6UEFKON=F9W!o009J_Db z4)KEhDt;7jk|a?NzuM#NaEftt@80N@mSlsAo{Rf6=%RavWqsfF@t9By6Fi2Q%u@F* zOV{;f*Ri#NR3^Klk}Q6%AbXYjx&A}IS%Un37W}BCa5BsC+lT!qPbTCd8_NZ?l)klO zdC7zCp+kCg-1wm6WLbhbN*@~O?Qmf(L1g9+RyrUW9Py& zter?`J5kYgT5&YMh59wQI=Oplk=|GWaC{H!I35)yYd!5;rXp$itDdLsJLnu4ZhSFI z4Kl9%vExwXcMpx#`*PQGQ!bg{*;O78l(~tP!(e^Rq3|ex7-4`SNjL+_3l{^qihQ+P zs#B5+O2{g(pu%QMSR?dA=pSv?#zpzN+k5H+2S&T;O-yq1_>9CV10m3;IwZp z{zuote?m<_O95STnCuuX9K+)9__-nyOBN*LgIvv|80-7PjIO28Q)NrCVzSYTMPrd5 z>}D}xyg*C>fc&659w@LqG^`XVqbh$fzn^4AG1!ib8`+T)-tNdW0f`Ie%JBK<18CcV bmBPw>AJj6kuhY + + + + jQuery UI Progressbar - Indeterminate Value + + + + + + + + + + + +
+ + + + +
+

Indeterminate progress bar and switching between determinate and indeterminate styles.

+
+ + diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html new file mode 100644 index 0000000..1a9e9c9 --- /dev/null +++ b/demos/progressbar/index.html @@ -0,0 +1,18 @@ + + + + + + jQuery UI Progressbar Demos + + + + + + + diff --git a/demos/progressbar/label.html b/demos/progressbar/label.html new file mode 100644 index 0000000..f4c4937 --- /dev/null +++ b/demos/progressbar/label.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Progressbar - Custom Label + + + + + + + + + + + +
Loading...
+ +
+

Custom updated label demo.

+
+ + diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html new file mode 100644 index 0000000..b06e41d --- /dev/null +++ b/demos/resizable/animate.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Resizable - Animate + + + + + + + + + + + + +
+

Animate

+
+ +
+

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

+
+ + diff --git a/demos/resizable/aspect-ratio.html b/demos/resizable/aspect-ratio.html new file mode 100644 index 0000000..2da2a29 --- /dev/null +++ b/demos/resizable/aspect-ratio.html @@ -0,0 +1,35 @@ + + + + + jQuery UI Resizable - Preserve aspect ratio + + + + + + + + + + + + +
+

Preserve aspect ratio

+
+ +
+

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

+
+ + diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html new file mode 100644 index 0000000..e6ce3b2 --- /dev/null +++ b/demos/resizable/constrain-area.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Resizable - Constrain resize area + + + + + + + + + + + + +
+

Containment

+
+

Resizable

+
+
+ +
+

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+
+ + diff --git a/demos/resizable/default.html b/demos/resizable/default.html new file mode 100644 index 0000000..a77afc3 --- /dev/null +++ b/demos/resizable/default.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Resizable - Default functionality + + + + + + + + + + + + +
+

Resizable

+
+ +
+

Enable any DOM element to be resizable. With the cursor grab the right or bottom border and drag to the desired width or height.

+
+ + diff --git a/demos/resizable/helper.html b/demos/resizable/helper.html new file mode 100644 index 0000000..fff0c8b --- /dev/null +++ b/demos/resizable/helper.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Resizable - Helper + + + + + + + + + + + + +
+

Helper

+
+ +
+

Display only an outline of the element while resizing by setting the helper option to a CSS class.

+
+ + diff --git a/demos/resizable/index.html b/demos/resizable/index.html new file mode 100644 index 0000000..568c9cb --- /dev/null +++ b/demos/resizable/index.html @@ -0,0 +1,24 @@ + + + + + + jQuery UI Resizable Demos + + + + + + + diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html new file mode 100644 index 0000000..88e8ca3 --- /dev/null +++ b/demos/resizable/max-min.html @@ -0,0 +1,38 @@ + + + + + jQuery UI Resizable - Maximum / minimum size + + + + + + + + + + + + +
+

Resize larger / smaller

+
+ +
+

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

+
+ + diff --git a/demos/resizable/snap-to-grid.html b/demos/resizable/snap-to-grid.html new file mode 100644 index 0000000..6e13ae6 --- /dev/null +++ b/demos/resizable/snap-to-grid.html @@ -0,0 +1,35 @@ + + + + + jQuery UI Resizable - Snap to grid + + + + + + + + + + + + +
+

Grid

+
+ +
+

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+
+ + diff --git a/demos/resizable/synchronous-resize.html b/demos/resizable/synchronous-resize.html new file mode 100644 index 0000000..e645ea3 --- /dev/null +++ b/demos/resizable/synchronous-resize.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Resizable - Synchronous resize + + + + + + + + + + + + +
+

Resize

+
+ +
+

will also resize

+
+ +
+

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

+
+ + diff --git a/demos/resizable/textarea.html b/demos/resizable/textarea.html new file mode 100644 index 0000000..04b180a --- /dev/null +++ b/demos/resizable/textarea.html @@ -0,0 +1,34 @@ + + + + + jQuery UI Resizable - Textarea + + + + + + + + + + + + + + +
+

Resizable can be applied to a textarea. This allows the user to make the textarea bigger to type longer prose.

+
+ + diff --git a/demos/resizable/visual-feedback.html b/demos/resizable/visual-feedback.html new file mode 100644 index 0000000..aa66fb5 --- /dev/null +++ b/demos/resizable/visual-feedback.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Resizable - Visual feedback + + + + + + + + + + + + +
+

Ghost

+
+ +
+

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

+
+ + diff --git a/demos/selectable/default.html b/demos/selectable/default.html new file mode 100644 index 0000000..6b72bda --- /dev/null +++ b/demos/selectable/default.html @@ -0,0 +1,43 @@ + + + + + jQuery UI Selectable - Default functionality + + + + + + + + + + + + + +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
  13. Item 7
  14. +
+ +
+

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.

+
+ + diff --git a/demos/selectable/display-grid.html b/demos/selectable/display-grid.html new file mode 100644 index 0000000..27babbf --- /dev/null +++ b/demos/selectable/display-grid.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Selectable - Display as grid + + + + + + + + + + + + + +
    +
  1. 1
  2. +
  3. 2
  4. +
  5. 3
  6. +
  7. 4
  8. +
  9. 5
  10. +
  11. 6
  12. +
  13. 7
  14. +
  15. 8
  16. +
  17. 9
  18. +
  19. 10
  20. +
  21. 11
  22. +
  23. 12
  24. +
+ +
+

To arrange selectable items as a grid, give them identical dimensions and float them using CSS.

+
+ + diff --git a/demos/selectable/index.html b/demos/selectable/index.html new file mode 100644 index 0000000..1933fdf --- /dev/null +++ b/demos/selectable/index.html @@ -0,0 +1,17 @@ + + + + + + jQuery UI Selectable Demos + + + + + + + diff --git a/demos/selectable/serialize.html b/demos/selectable/serialize.html new file mode 100644 index 0000000..82391b9 --- /dev/null +++ b/demos/selectable/serialize.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Selectable - Serialize + + + + + + + + + + + + + +

+You've selected: none. +

+ +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
+ +
+

Write a function that fires on the stop event to collect the index values of selected items. Present values as feedback, or pass as a data string.

+
+ + diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html new file mode 100644 index 0000000..76493dc --- /dev/null +++ b/demos/selectmenu/custom_render.html @@ -0,0 +1,138 @@ + + + + + + jQuery UI Selectmenu - Custom Rendering + + + + + + + + + + + + + +
+ +
+

Selectmenu with framework icons

+
+ + +
+ +

Selectmenu with custom icon images

+
+ + +
+ +

Selectmenu with custom avatar 16x16 images as CSS background

+
+ + +
+
+ +
+ +
+

The whole rendering process is extendable to make custom styling as easy as possible.

+
+ + diff --git a/demos/selectmenu/default.html b/demos/selectmenu/default.html new file mode 100644 index 0000000..d9b1986 --- /dev/null +++ b/demos/selectmenu/default.html @@ -0,0 +1,104 @@ + + + + + + jQuery UI Selectmenu - Default functionality + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + + + +
+ +
+ +
+ +
+

The Selectmenu widgets provides a styleable select element replacement. It will act as a proxy back to the original select element, controlling its state for form submission or serialization

+

The datasource is a native select element. Supports optgroups.

+
+ + diff --git a/demos/selectmenu/images/24-podcast-square.png b/demos/selectmenu/images/24-podcast-square.png new file mode 100644 index 0000000000000000000000000000000000000000..3c3e38f3fcddf7ea952f33d6e77aa32a0da1286a GIT binary patch literal 681 zcmV;a0#^NrP)gIGB@X*^L^)!d!smxLvJZ6y|Ki^W^-eOJ{^2{m2|Gg_mr90uQCC^d&j$I zV7i;AT^fbx-&URofzIMrfB@1znIfyg(Cs!ERE1+)ACw-K2x69Pvg<4Xt33imQ%Frj z^Z;U&9kQwpIpzaFEa}dH-Yw6Ak+g-v+5V z1Gm*^0)RJIL|wzW4^TNby>CNu{P;QUeFa3EN=HWYm~sNvU;!?G^Vxc621b(}MDQ)2 zHd>cRM2(0m7p4r-@0tho*Sl3;kA4Y^Py(clrU5*+U7&i=qSTO1V{<*B<@vLIONBFo z5=o6lr&3(c&vH*(6`8gF^r1(i$?ts}T-1N(_a$GVCpd!*Y~k~)y9iMQqec%5mKA_U zCX#$%51r@_Y~cgnmINYF0S*V#8(jb|@BiQnd!ZMg!l!xKB!ZJ{NdiZGA*aV>I?NP( zJM5u@z$QonjL0VIovH+mNFiu8WM2L0+X@|QKnNcYaEwYs2DnR_B^ddty~J18Srmqp zK_aF3jYDK814hu7yk{5C!3MS$H#P1H4C^j}AZD0U&|QF=nnB5QT#DvfdMR`iVGEyv zV{!~DECcom{bG;K0;{gf`T{}ZmWM?&_$Y%#cJNwH@uJ_8cmJ>AUVs4r{WUbjafV`k P00000NkvXXu0mjf+{`9D literal 0 HcmV?d00001 diff --git a/demos/selectmenu/images/24-rss-square.png b/demos/selectmenu/images/24-rss-square.png new file mode 100644 index 0000000000000000000000000000000000000000..f59b69ed38616a3f68b17bc423e0633e85bb3705 GIT binary patch literal 594 zcmV-Y0Fy+ghzf2+C|y)gaZu2xv_c0F+q6xS`0mn# z#wJSJbnwCJU0!iP$~duO#*y`X-Mgl`V=ukaa}1RKy4Dh0pb15dq7Pu zBA{Hvd{uxO8m$+|K7lG1en~#cslh)0=ulCd1;T^CRY8^9yTg&;arN3SfRYTl`~`q% zQqt#j<9T72L8#M#iuCZ~3z!~4{sQEUG&xx5{t^H^Ffzd)ycsjkkUwao$rXUY8ik;T z#3ftq<*N(pk@iEPu@bE&POvKY`~i2s$IA^UxmQs0pCHr%P>2a4NZQ|KAz^&Vh+}KU zxUO#Cd;8r1wI=PxtiG_gZsp#zx1&AiTivn6nyy7`hB$i*Mt}LZ%9e^Mk2!|4i6err`$Qx_W>sR5wr8 z8m!blV?4Sm;90tZ0bvx>&TiCK8`S5RIMr|j;4QS3NhUTjkJnz@Xj@Jz*u)oJUB#O< g<>R0KtN0dR02OM%l*8g-^Z)<=07*qoM6N<$f_qI5g#Z8m literal 0 HcmV?d00001 diff --git a/demos/selectmenu/images/24-video-square.png b/demos/selectmenu/images/24-video-square.png new file mode 100644 index 0000000000000000000000000000000000000000..ce50ccfde3807851e72b35638f32862fa354bb2a GIT binary patch literal 649 zcmV;40(Sk0P)8COt?fa5Dbh2ACV~H3lZPz*U-&Ot9yI<2=0TA z9&5U)`|GNyR=Hd*^qnx#H{%C?&|ZGii}vSBtnv)SC(p;l28Iv$T?wOSu18N1r=_l$?b z!N621#ez2)4MF^d9q+jxS9VtccEBgg$Ye5Xj7FovR;$%0pU;c=@I{P=3itx|7>~!< zob7fi2*hGB!#sI`cPpq=D&iRRs8*~0rhuO%==1pmkvtG*Un-SEvO}Se!RJi{yxKcs4A|yJj+(yf_>VTCG;>JCM7g z9*f1|#)h3ExZQ4NUAb5+8t;SaE%b~RXuas^T!EZq*zqCBgb#cX1F>!t;L5xr`$boA jmS365fB&!IRe%8iji0Y)z8;%000000NkvXXu0mjf4^S>X literal 0 HcmV?d00001 diff --git a/demos/selectmenu/index.html b/demos/selectmenu/index.html new file mode 100644 index 0000000..4b83f72 --- /dev/null +++ b/demos/selectmenu/index.html @@ -0,0 +1,17 @@ + + + + + + jQuery UI Selectmenu Demos + + + + + + + diff --git a/demos/selectmenu/product-selection.html b/demos/selectmenu/product-selection.html new file mode 100644 index 0000000..40b3a92 --- /dev/null +++ b/demos/selectmenu/product-selection.html @@ -0,0 +1,93 @@ + + + + + + jQuery UI Selectmenu - Product Selection + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + + + + +
+ +
+ +
+ +
+

This Selectmenu Widget demo changes color and radius of a CSS circle. This demo is using the provided callback events.

+
+ + diff --git a/demos/slider/colorpicker.html b/demos/slider/colorpicker.html new file mode 100644 index 0000000..6f438a2 --- /dev/null +++ b/demos/slider/colorpicker.html @@ -0,0 +1,87 @@ + + + + + jQuery UI Slider - Colorpicker + + + + + + + + + + + + +

+ + Simple Colorpicker +

+ +
+
+
+ +
+ +
+

Combine three sliders to create a simple RGB colorpicker.

+
+ + diff --git a/demos/slider/default.html b/demos/slider/default.html new file mode 100644 index 0000000..141fec2 --- /dev/null +++ b/demos/slider/default.html @@ -0,0 +1,27 @@ + + + + + jQuery UI Slider - Default functionality + + + + + + + + + + + +
+ +
+

The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.

+
+ + diff --git a/demos/slider/hotelrooms.html b/demos/slider/hotelrooms.html new file mode 100644 index 0000000..e5ee79c --- /dev/null +++ b/demos/slider/hotelrooms.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Slider - Slider bound to select + + + + + + + + + + + +
+ + +
+ +
+

How to bind a slider to an existing select element. The select stays visible to display the change. When the select is changed, the slider is updated, too.

+
+ + diff --git a/demos/slider/index.html b/demos/slider/index.html new file mode 100644 index 0000000..480083c --- /dev/null +++ b/demos/slider/index.html @@ -0,0 +1,25 @@ + + + + + + jQuery UI Slider Demos + + + + + + + diff --git a/demos/slider/multiple-vertical.html b/demos/slider/multiple-vertical.html new file mode 100644 index 0000000..5f23a2d --- /dev/null +++ b/demos/slider/multiple-vertical.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Slider - Multiple sliders + + + + + + + + + + + + +

+ + Master volume +

+ +
+ +

+ + Graphic EQ +

+ +
+ 88 + 77 + 55 + 33 + 40 + 45 + 70 +
+ +
+

Combine horizontal and vertical sliders, each with their own options, to create the UI for a music player.

+
+ + diff --git a/demos/slider/range-vertical.html b/demos/slider/range-vertical.html new file mode 100644 index 0000000..a29737b --- /dev/null +++ b/demos/slider/range-vertical.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Slider - Vertical range slider + + + + + + + + + + + +

+ + +

+ +
+ +
+

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+
+ + diff --git a/demos/slider/range.html b/demos/slider/range.html new file mode 100644 index 0000000..a923a6d --- /dev/null +++ b/demos/slider/range.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Slider - Range slider + + + + + + + + + + + +

+ + +

+ +
+ +
+

Set the range option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.

+
+ + diff --git a/demos/slider/rangemax.html b/demos/slider/rangemax.html new file mode 100644 index 0000000..b96346b --- /dev/null +++ b/demos/slider/rangemax.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Slider - Range with fixed maximum + + + + + + + + + + + +

+ + +

+
+ +
+

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

+
+ + diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html new file mode 100644 index 0000000..a3d1b06 --- /dev/null +++ b/demos/slider/rangemin.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Slider - Range with fixed minimum + + + + + + + + + + + +

+ + +

+ +
+ +
+

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

+
+ + diff --git a/demos/slider/side-scroll.html b/demos/slider/side-scroll.html new file mode 100644 index 0000000..1e6df62 --- /dev/null +++ b/demos/slider/side-scroll.html @@ -0,0 +1,131 @@ + + + + + jQuery UI Slider - Slider scrollbar + + + + + + + + + + + + +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
+
+
+
+
+ +
+

Use a slider to manipulate the positioning of content on the page. In this case, it acts as a scrollbar with the potential to capture values if needed.

+
+ + diff --git a/demos/slider/slider-vertical.html b/demos/slider/slider-vertical.html new file mode 100644 index 0000000..0a5ecd9 --- /dev/null +++ b/demos/slider/slider-vertical.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Slider - Vertical slider + + + + + + + + + + + +

+ + +

+ +
+ +
+

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+
+ + diff --git a/demos/slider/steps.html b/demos/slider/steps.html new file mode 100644 index 0000000..9b8ca2a --- /dev/null +++ b/demos/slider/steps.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Slider - Snap to increments + + + + + + + + + + + +

+ + +

+ +
+ +
+

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

+
+ + diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html new file mode 100644 index 0000000..834cb56 --- /dev/null +++ b/demos/sortable/connect-lists.html @@ -0,0 +1,66 @@ + + + + + jQuery UI Sortable - Connect lists + + + + + + + + + + + + +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
+

+ Sort items from one list into another and vice versa, by passing a selector into + the connectWith option. The simplest way to do this is to + group all related lists with a CSS class, and then pass that class into the + sortable function (i.e., connectWith: '.myclass'). +

+
+ + diff --git a/demos/sortable/default.html b/demos/sortable/default.html new file mode 100644 index 0000000..6d3e742 --- /dev/null +++ b/demos/sortable/default.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Sortable - Default functionality + + + + + + + + + + + + +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
  • Item 6
  • +
  • Item 7
  • +
+ +
+

+ Enable a group of DOM elements to be sortable. Click on and drag an + element to a new spot within the list, and the other items will adjust to + fit. By default, sortable items share draggable properties. +

+
+ + diff --git a/demos/sortable/display-grid.html b/demos/sortable/display-grid.html new file mode 100644 index 0000000..3e8e5be --- /dev/null +++ b/demos/sortable/display-grid.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Sortable - Display as grid + + + + + + + + + + + + +
    +
  • 1
  • +
  • 2
  • +
  • 3
  • +
  • 4
  • +
  • 5
  • +
  • 6
  • +
  • 7
  • +
  • 8
  • +
  • 9
  • +
  • 10
  • +
  • 11
  • +
  • 12
  • +
+ +
+

+ To arrange sortable items as a grid, give them identical dimensions and + float them using CSS. +

+
+ + diff --git a/demos/sortable/empty-lists.html b/demos/sortable/empty-lists.html new file mode 100644 index 0000000..1925446 --- /dev/null +++ b/demos/sortable/empty-lists.html @@ -0,0 +1,63 @@ + + + + + jQuery UI Sortable - Handle empty lists + + + + + + + + + + + + +
    +
  • Can be dropped..
  • +
  • ..on an empty list
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
  • Cannot be dropped..
  • +
  • ..on an empty list
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
+ +
+ +
+

+ Prevent all items in a list from being dropped into a separate, empty list + using the dropOnEmpty option set to false. By default, + sortable items can be dropped on empty lists. +

+
+ + diff --git a/demos/sortable/index.html b/demos/sortable/index.html new file mode 100644 index 0000000..022da81 --- /dev/null +++ b/demos/sortable/index.html @@ -0,0 +1,21 @@ + + + + + + jQuery UI Sortable Demos + + + + + + + diff --git a/demos/sortable/items.html b/demos/sortable/items.html new file mode 100644 index 0000000..b6ed392 --- /dev/null +++ b/demos/sortable/items.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Sortable - Include / exclude items + + + + + + + + + + + + +

Specify which items are sortable:

+ +
    +
  • Item 1
  • +
  • (I'm not sortable or a drop target)
  • +
  • (I'm not sortable or a drop target)
  • +
  • Item 4
  • +
+ +

Cancel sorting (but keep as drop targets):

+ +
    +
  • Item 1
  • +
  • (I'm not sortable)
  • +
  • (I'm not sortable)
  • +
  • Item 4
  • +
+ +
+

+ Specify which items are eligible to sort by passing a jQuery selector into + the items option. Items excluded from this option are not + sortable, nor are they valid targets for sortable items. +

+

+ To only prevent sorting on certain items, pass a jQuery selector into the + cancel option. Cancelled items remain valid sort targets for + others. +

+
+ + diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html new file mode 100644 index 0000000..c925b77 --- /dev/null +++ b/demos/sortable/placeholder.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Sortable - Drop placeholder + + + + + + + + + + + + +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
  • Item 6
  • +
  • Item 7
  • +
+ +
+

+ When dragging a sortable item to a new location, other items will make room + for the that item by shifting to allow white space between them. Pass a + class into the placeholder option to style that space to + be visible. Use the boolean forcePlaceholderSize option + to set dimensions on the placeholder. +

+
+ + diff --git a/demos/sortable/portlets.html b/demos/sortable/portlets.html new file mode 100644 index 0000000..4d7f9cd --- /dev/null +++ b/demos/sortable/portlets.html @@ -0,0 +1,115 @@ + + + + + jQuery UI Sortable - Portlets + + + + + + + + + + + + +
+ +
+
Feeds
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+
News
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ +
+
Shopping
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ +
+
Links
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+
Images
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+

+ Enable portlets (styled divs) as sortables and use the connectWith + option to allow sorting between columns. +

+
+ + diff --git a/demos/spinner/currency.html b/demos/spinner/currency.html new file mode 100644 index 0000000..b39a431 --- /dev/null +++ b/demos/spinner/currency.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Spinner - Currency + + + + + + + + + + + + + + + +

+ + +

+ +

+ + +

+ +
+

Example of a donation form, with currency selection and amount spinner.

+
+ + diff --git a/demos/spinner/decimal.html b/demos/spinner/decimal.html new file mode 100644 index 0000000..d321f03 --- /dev/null +++ b/demos/spinner/decimal.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Spinner - Decimal + + + + + + + + + + + + + + + +

+ + +

+

+ + +

+ +
+

+ Example of a decimal spinner. Step is set to 0.01. +
The code handling the culture change reads the current spinner value, + then changes the culture, then sets the value again, resulting in an updated + formatting, based on the new culture. +

+
+ + diff --git a/demos/spinner/default.html b/demos/spinner/default.html new file mode 100644 index 0000000..9486422 --- /dev/null +++ b/demos/spinner/default.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Spinner - Default functionality + + + + + + + + + + + + +

+ + +

+ +

+ + +

+ +

+ + +

+ +
+

Default spinner.

+
+ + diff --git a/demos/spinner/index.html b/demos/spinner/index.html new file mode 100644 index 0000000..e61d0dd --- /dev/null +++ b/demos/spinner/index.html @@ -0,0 +1,20 @@ + + + + + + jQuery UI Spinner Demos + + + + + + + diff --git a/demos/spinner/latlong.html b/demos/spinner/latlong.html new file mode 100644 index 0000000..2921cc0 --- /dev/null +++ b/demos/spinner/latlong.html @@ -0,0 +1,57 @@ + + + + + jQuery UI Spinner - Map + + + + + + + + + + + + + + + + +
+ + + +
+ +
+

Google Maps integration, using spinners to change latitude and longitude.

+
+ + diff --git a/demos/spinner/overflow.html b/demos/spinner/overflow.html new file mode 100644 index 0000000..0b4985d --- /dev/null +++ b/demos/spinner/overflow.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Spinner - Overflow + + + + + + + + + + + + +

+ + +

+ +
+

+Overflowing spinner restricted to a range of -10 to 10. +For anything above 10, it'll overflow to -10, and the other way round. +

+
+ + diff --git a/demos/spinner/time.html b/demos/spinner/time.html new file mode 100644 index 0000000..2a527e4 --- /dev/null +++ b/demos/spinner/time.html @@ -0,0 +1,74 @@ + + + + + jQuery UI Spinner - Time + + + + + + + + + + + + + + +

+ + +

+

+ + +

+ +
+

+ A custom widget extending spinner. Use the Globalization plugin to parse and output + a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down + spins hours. +

+
+ + diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html new file mode 100644 index 0000000..7a486fc --- /dev/null +++ b/demos/tabs/ajax.html @@ -0,0 +1,46 @@ + + + + + jQuery UI Tabs - Content via Ajax + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+

Fetch external content via Ajax for the tabs by setting an href value in the tab links.

+

Tabs 3 and 4 demonstrate slow-loading and broken AJAX tabs, and how to handle serverside errors in those cases. Note: These two require a webserver to interpret PHP. They won't work from the filesystem.

+
+ + diff --git a/demos/tabs/ajax/content1.html b/demos/tabs/ajax/content1.html new file mode 100644 index 0000000..472bdfb --- /dev/null +++ b/demos/tabs/ajax/content1.html @@ -0,0 +1,4 @@ +

This content was loaded via ajax.

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+

Mauris vitae ante. Curabitur augue. Nulla purus nibh, lobortis ut, feugiat at, aliquam id, purus. Sed venenatis, lorem venenatis volutpat commodo, purus quam lacinia justo, mattis interdum pede pede a odio. Fusce nibh. Morbi nisl mauris, dapibus in, tristique eget, accumsan et, pede. Donec mauris risus, pulvinar ut, faucibus eu, mollis in, nunc. In augue massa, commodo a, cursus vehicula, varius eu, dui. Suspendisse sodales suscipit lorem. Morbi malesuada, eros quis condimentum dignissim, lectus nibh tristique urna, non bibendum diam massa vel risus. Morbi suscipit. Proin egestas, eros at scelerisque scelerisque, dolor lacus fringilla lacus, ut ullamcorper mi magna at quam. Aliquam sed elit. Aliquam turpis purus, congue quis, iaculis id, ullamcorper sit amet, justo. Maecenas sed mauris. Proin magna justo, interdum in, tincidunt eu, viverra eu, turpis. Suspendisse mollis. In magna. Phasellus pellentesque, urna pellentesque convallis pellentesque, augue sem blandit pede, at rhoncus libero nisl a odio.

+

Sed vitae nibh non magna semper tempor. Duis dolor. Nam congue laoreet arcu. Fusce lobortis enim quis ligula. Maecenas commodo odio id mi. Maecenas scelerisque tellus eu odio. Etiam dolor purus, lacinia a, imperdiet in, aliquam et, eros. In pellentesque. Nullam ac massa. Integer et turpis. Ut quam augue, congue non, imperdiet id, eleifend ac, nisi. Etiam ac arcu. Cras iaculis accumsan erat. Nullam vulputate sapien nec nisi pretium rhoncus. Aliquam a nibh. Vivamus est ante, fermentum a, tincidunt ut, imperdiet nec, velit. Aenean non tortor. Sed nec mauris eget tellus condimentum rutrum.

\ No newline at end of file diff --git a/demos/tabs/ajax/content2.html b/demos/tabs/ajax/content2.html new file mode 100644 index 0000000..18b03e4 --- /dev/null +++ b/demos/tabs/ajax/content2.html @@ -0,0 +1,4 @@ +

This other content was loaded via ajax.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec turpis justo, et facilisis ligula. In congue interdum odio, a scelerisque eros posuere ac. Aenean massa tellus, dictum sit amet laoreet ut, aliquam in orci. Duis eu aliquam ligula. Nullam vel placerat ligula. Fusce venenatis viverra dictum. Phasellus dui dolor, imperdiet in sodales at, mattis sed libero. Morbi ac ipsum ligula. Quisque suscipit dui vel diam pretium nec cursus lacus malesuada. Donec sollicitudin, eros eget dignissim mollis, risus leo feugiat tellus, vel posuere nisl ipsum eu erat. Quisque posuere lacinia imperdiet. Quisque nunc leo, elementum quis ultricies et, vehicula sit amet turpis. Nullam sed nunc nec nibh condimentum mattis. Quisque sed ligula sit amet nisi ultricies bibendum eget id nisi.

+

Proin ut erat vel nunc tincidunt commodo. Curabitur feugiat, nisi et vehicula viverra, nisl orci eleifend arcu, sed blandit lectus nisl quis nisi. In hac habitasse platea dictumst. In hac habitasse platea dictumst. Aenean rutrum gravida velit ac imperdiet. Integer vitae arcu risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin tincidunt orci at leo egestas porta. Vivamus ac augue et enim bibendum hendrerit ut id urna. Donec sollicitudin pulvinar turpis vitae scelerisque. Etiam tempor porttitor est sed blandit. Phasellus varius consequat leo eget tincidunt. Aliquam ac dui lectus. In et consectetur orci. Duis posuere nulla ac turpis faucibus vestibulum. Sed ut velit et dolor rhoncus dapibus. Sed sit amet pellentesque est.

+

Nam in volutpat orci. Morbi sit amet orci in erat egestas dignissim. Etiam mi sapien, tempus sed iaculis a, adipiscing quis tellus. Suspendisse potenti. Nam malesuada tristique vestibulum. In tempor tellus dignissim neque consectetur eu vestibulum nisl pellentesque. Phasellus ultrices cursus velit, id aliquam nisl fringilla quis. Cras varius elit sed urna ultrices congue. Sed ornare odio sed velit pellentesque id varius nisl sodales. Sed auctor ligula egestas mi pharetra ut consectetur erat pharetra.

\ No newline at end of file diff --git a/demos/tabs/ajax/content3-slow.php b/demos/tabs/ajax/content3-slow.php new file mode 100644 index 0000000..7ad43ec --- /dev/null +++ b/demos/tabs/ajax/content3-slow.php @@ -0,0 +1,7 @@ + +

This content was loaded via ajax, though it took a second.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec turpis justo, et facilisis ligula. In congue interdum odio, a scelerisque eros posuere ac. Aenean massa tellus, dictum sit amet laoreet ut, aliquam in orci. Duis eu aliquam ligula. Nullam vel placerat ligula. Fusce venenatis viverra dictum. Phasellus dui dolor, imperdiet in sodales at, mattis sed libero. Morbi ac ipsum ligula. Quisque suscipit dui vel diam pretium nec cursus lacus malesuada. Donec sollicitudin, eros eget dignissim mollis, risus leo feugiat tellus, vel posuere nisl ipsum eu erat. Quisque posuere lacinia imperdiet. Quisque nunc leo, elementum quis ultricies et, vehicula sit amet turpis. Nullam sed nunc nec nibh condimentum mattis. Quisque sed ligula sit amet nisi ultricies bibendum eget id nisi.

+

Proin ut erat vel nunc tincidunt commodo. Curabitur feugiat, nisi et vehicula viverra, nisl orci eleifend arcu, sed blandit lectus nisl quis nisi. In hac habitasse platea dictumst. In hac habitasse platea dictumst. Aenean rutrum gravida velit ac imperdiet. Integer vitae arcu risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin tincidunt orci at leo egestas porta. Vivamus ac augue et enim bibendum hendrerit ut id urna. Donec sollicitudin pulvinar turpis vitae scelerisque. Etiam tempor porttitor est sed blandit. Phasellus varius consequat leo eget tincidunt. Aliquam ac dui lectus. In et consectetur orci. Duis posuere nulla ac turpis faucibus vestibulum. Sed ut velit et dolor rhoncus dapibus. Sed sit amet pellentesque est.

+

Nam in volutpat orci. Morbi sit amet orci in erat egestas dignissim. Etiam mi sapien, tempus sed iaculis a, adipiscing quis tellus. Suspendisse potenti. Nam malesuada tristique vestibulum. In tempor tellus dignissim neque consectetur eu vestibulum nisl pellentesque. Phasellus ultrices cursus velit, id aliquam nisl fringilla quis. Cras varius elit sed urna ultrices congue. Sed ornare odio sed velit pellentesque id varius nisl sodales. Sed auctor ligula egestas mi pharetra ut consectetur erat pharetra.

\ No newline at end of file diff --git a/demos/tabs/ajax/content4-broken.php b/demos/tabs/ajax/content4-broken.php new file mode 100644 index 0000000..55ea2fe --- /dev/null +++ b/demos/tabs/ajax/content4-broken.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html new file mode 100644 index 0000000..dcb7995 --- /dev/null +++ b/demos/tabs/collapsible.html @@ -0,0 +1,48 @@ + + + + + jQuery UI Tabs - Collapse content + + + + + + + + + + +
+ +
+

Click this tab again to close the content pane.

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Click this tab again to close the content pane.

+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Click this tab again to close the content pane.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Click the selected tab to toggle its content closed/open. To enable this functionality, set the collapsible option to true.

+
collapsible: true
+
+
+ + diff --git a/demos/tabs/default.html b/demos/tabs/default.html new file mode 100644 index 0000000..966a105 --- /dev/null +++ b/demos/tabs/default.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Tabs - Default functionality + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Click tabs to swap between content that is broken into logical sections.

+
+ + diff --git a/demos/tabs/index.html b/demos/tabs/index.html new file mode 100644 index 0000000..11d0b46 --- /dev/null +++ b/demos/tabs/index.html @@ -0,0 +1,20 @@ + + + + + + jQuery UI Tabs Demos + + + + + + + diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html new file mode 100644 index 0000000..fc9b750 --- /dev/null +++ b/demos/tabs/manipulation.html @@ -0,0 +1,122 @@ + + + + + jQuery UI Tabs - Simple manipulation + + + + + + + + + + + + + + +
+
+
+ + + + +
+
+
+ + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+

Simple tabs adding and removing.

+
+ + diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html new file mode 100644 index 0000000..6fb3161 --- /dev/null +++ b/demos/tabs/mouseover.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Tabs - Open on mouseover + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

+
+ + diff --git a/demos/tabs/sortable.html b/demos/tabs/sortable.html new file mode 100644 index 0000000..1bc865a --- /dev/null +++ b/demos/tabs/sortable.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Tabs - Sortable + + + + + + + + + + + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Drag the tabs above to re-order them.

+

Making tabs sortable is as simple as calling .sortable() on the .ui-tabs-nav element.

+
+ + diff --git a/demos/tabs/vertical.html b/demos/tabs/vertical.html new file mode 100644 index 0000000..98f2ba3 --- /dev/null +++ b/demos/tabs/vertical.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Tabs - Vertical Tabs functionality + + + + + + + + + + + +
+ +
+

Content heading 1

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Content heading 2

+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Content heading 3

+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+

Click tabs to swap between content that is broken into logical sections.

+
+ + diff --git a/demos/tooltip/ajax/content1.html b/demos/tooltip/ajax/content1.html new file mode 100644 index 0000000..a1401b2 --- /dev/null +++ b/demos/tooltip/ajax/content1.html @@ -0,0 +1 @@ +

This content was loaded via ajax.

\ No newline at end of file diff --git a/demos/tooltip/ajax/content2.html b/demos/tooltip/ajax/content2.html new file mode 100644 index 0000000..f4132d7 --- /dev/null +++ b/demos/tooltip/ajax/content2.html @@ -0,0 +1 @@ +

This other content was loaded via ajax.

\ No newline at end of file diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html new file mode 100644 index 0000000..892462a --- /dev/null +++ b/demos/tooltip/custom-animation.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Tooltip - Custom animation demo + + + + + + + + + + + + + +

There are various ways to customize the animation of a tooltip.

+

You can use the show and +hide options.

+

You can also use the open event.

+ +
+

This demo shows how to customize animations using the show and hide options, +as well as the open event.

+
+ + diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html new file mode 100644 index 0000000..530b335 --- /dev/null +++ b/demos/tooltip/custom-content.html @@ -0,0 +1,83 @@ + + + + + jQuery UI Tooltip - Custom content + + + + + + + + + + + + +
+
+

St. Stephen's Cathedral

+

Vienna, Austria

+
+ + St. Stephen's Cathedral + +
+ +
+
+

Tower Bridge

+

London, England

+
+ + Tower Bridge + +
+ +

All images are part of Wikimedia Commons +and are licensed under CC BY-SA 3.0 by the copyright holder.

+ +
+

Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.

+

For interactive content, such as scrollable maps, use a dialog.

+
+ + diff --git a/demos/tooltip/custom-style.html b/demos/tooltip/custom-style.html new file mode 100644 index 0000000..c926776 --- /dev/null +++ b/demos/tooltip/custom-style.html @@ -0,0 +1,93 @@ + + + + + jQuery UI Tooltip - Custom Styling + + + + + + + + + + + + +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+

Hover the links above or use the tab key to cycle the focus on each element.

+
+ + diff --git a/demos/tooltip/default.html b/demos/tooltip/default.html new file mode 100644 index 0000000..e70f923 --- /dev/null +++ b/demos/tooltip/default.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Tooltip - Default functionality + + + + + + + + + + + + +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+

Hover the links above or use the tab key to cycle the focus on each element.

+
+ + diff --git a/demos/tooltip/forms.html b/demos/tooltip/forms.html new file mode 100644 index 0000000..d93c004 --- /dev/null +++ b/demos/tooltip/forms.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Tooltip - Forms + + + + + + + + + + + + + +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+

Use the button below to display the help texts, or just focus or mouseover the indivdual inputs.

+

A fixed width is defined in CSS to make the tooltips look consistent when displayed all at once.

+
+ + diff --git a/demos/tooltip/images/st-stephens.jpg b/demos/tooltip/images/st-stephens.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30fc36d674153794f979bb148ed44d8d82b7d429 GIT binary patch literal 17724 zcma&N1yCH{(>A)ey99R#?(XjHZi~aRxCWQtWN~-5;BLX)A;9961eX8_3E`68U*7Ll zeebP%s&?i`_j9`YJUwS-r{-n-WgkE!=jUh#04OOj1CRm#Q(n#iII`YAXMX?;0RFXG z6aaYHhhuT@@^TaA;BfV1x3U3S+p+_}APzq(Hx4d#P7Z*mgrA!g(An0D%G%c6(N&D* zs%L`I1G#~0y{xGGKrXJH z!hT{j|9}g>*8g^M&`|v&;^izxBlUMyDnm6*DjBecEfpU-CmWEHpOcE8i=B&yS3p33 zm5Q5_i<5(sn}ds+jY~k7hg+DFlj`4v=5;m?8#`fbS^0m@_1Y4n`L|QPzP{|fJnUc( zdk!ukA)&t*+}v!h5^SFSu3lDtY_6WP|3Q$o^#po2x_LQ*U8(*eT3Lg=y~Jo<;?980J~Ai=@-xxLOTYwO|YV{0St0R~b1i7T*6=m*dqKj=u~0 ze=PKWx?b7yxB6e&zBc|#d|TI7wtKwN`sEUU`43qEHiNI}1M>m}L;?`u;o%YB5fKm& zQ4n8$Xvm0&$Y|)OsA#CD=-BB06l`=%ENm=HbUZwKd^|idQc_Yf%KsJ^BqSsZbPOVF zY$6f@90HR64*dVEybJM4L81(J5Ly-Seljq zsp-?AwzUTxFJX9!4Bz#BN%PRs8y#S3=`j6`XGDuEKk}<7urTm2aIkPl@Noaw0D}Wd z%_W5k2d`yC${ByV{^xkN7n*`5;Q#YlQt2^XM#u>uIdk*2 z@!k4+n;i3Ux=rvxL&cSZI6KN;p?_ig)hN&H{r$rYSIX{n3>k%4#ka5!9zOkl=J^M; z<1cDi`0Ug8m*H0x=za2hI07A^>)qX6cv&)G(%aeH^Pz-vK`eo+UpI`Z)uXub*f`Pf zmav>KuZK#&)G~me0zeoL@3(cqUa&(9JcMswjG61sU_QOgsbO)et`H4jUo)$f_!?l& zhj;b|NL3Ahlr8gJimgB3oHR3q%93$X?ZILKSX2SJf6vTr$O!-gbmR)`$;yovfb*S| ztNy2xJIY{sI2KiIML|FUK#p@TA{1E=QTJ~ZMw=5L;2*vx&7h|PqAu$@8q-e4KmQDU z0gR8_f&Sb+h-nanw1bI514rF2N~i5t25FE75fq1E{~ib7aY9k^00w}V;=_$_&Am9Q zm^dp8JdKt=pHGIi>Lcnz6?S7Kry$Wvug+ouXtDrLS%7LHL@6RmDWca3z~Gd0qjc*e zBF9>{6?c4J%c4zl19EV{lwBe2JJtFyP)9K@2dqcpA5T&1-ah&f1qeVzO-RxudJF*Z zYOLP|Iukl9syf-dx`F>{OZ2}jdNm3XilJYQQNJnTNF(N6rK!T5lQ#(?X`JFdex${s zf1%1_?89eZp+nBKZX?Hu-X=c(%OV%e{hZwDK>W8dqJEam2YCQh0zf|tF(_142Y~ZW zbeW>LG=iMHw?CF8hIwy(9q+nlEugO8=0-|%zawvOeE~d(?X+E6NUlvyxJVbn(>5PT zT~zH~jrZ&u2P_`_WM-dT8P}S7HP+Y?mMQvg>>#0Xii6y(gS0zSpFXmeM7dM2!^b7a2&NO?~S4AD0KP

hunt7tXI4aSfESj!{>JX@_5duboi8al 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 p_> literal 0 HcmV?d00001 diff --git a/demos/tooltip/images/tower-bridge.jpg b/demos/tooltip/images/tower-bridge.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1e14d6d28d5bea35debaa01cc3abaf834668050 GIT binary patch literal 15764 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 literal 0 HcmV?d00001 diff --git a/demos/tooltip/index.html b/demos/tooltip/index.html new file mode 100644 index 0000000..2ff0fc1 --- /dev/null +++ b/demos/tooltip/index.html @@ -0,0 +1,21 @@ + + + + + + jQuery UI Tooltip Demos + + + +

+ + + diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html new file mode 100644 index 0000000..856f555 --- /dev/null +++ b/demos/tooltip/tracking.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Tooltip - Track the mouse + + + + + + + + + + + + +

Tooltips can be attached to any element. When you hover +the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.

+

But as it's not a native tooltip, it can be styled. Any themes built with +ThemeRoller +will also style tooltips accordingly.

+

Tooltips are also useful for form elements, to show some additional information in the context of each field.

+

+

Hover the field to see the tooltip.

+ +
+

Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element, using the track option.

+
+ + diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html new file mode 100644 index 0000000..56c0fed --- /dev/null +++ b/demos/tooltip/video-player.html @@ -0,0 +1,147 @@ + + + + + jQuery UI Tooltip - Video Player demo + + + + + + + + + + + + + + + + +
Here Be Video (HTML5?)
+
+ + + + +
+ + +
    +
  • Favorites
  • +
  • Funnees
  • +
  • +
  • New playlist...
  • +
+
+ + +
+ +
+

A fake video player with like/share/stats button, each with a custom-styled tooltip.

+
+ + diff --git a/demos/widget/default.html b/demos/widget/default.html new file mode 100644 index 0000000..885960a --- /dev/null +++ b/demos/widget/default.html @@ -0,0 +1,178 @@ + + + + + jQuery UI Widget - Default functionality + + + + + + + + + + + + +
+
color me
+
color me
+
color me
+ + +
+ +
+

This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).

+

The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented

+
+ + diff --git a/demos/widget/index.html b/demos/widget/index.html new file mode 100644 index 0000000..e75390b --- /dev/null +++ b/demos/widget/index.html @@ -0,0 +1,15 @@ + + + + + + jQuery UI Widget Demo + + + + + + + diff --git a/external/globalize/LICENSE b/external/globalize/LICENSE new file mode 100644 index 0000000..9c8b022 --- /dev/null +++ b/external/globalize/LICENSE @@ -0,0 +1,21 @@ +Copyright Software Freedom Conservancy, Inc. +http://jquery.org/license + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/external/globalize/globalize.culture.de-DE.js b/external/globalize/globalize.culture.de-DE.js new file mode 100644 index 0000000..5466bd7 --- /dev/null +++ b/external/globalize/globalize.culture.de-DE.js @@ -0,0 +1,81 @@ +/* + * Globalize Culture de-DE + * + * http://github.com/jquery/globalize + * + * Copyright Software Freedom Conservancy, Inc. + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * This file was generated by the Globalize Culture Generator + * Translation: bugs found in this file need to be fixed in the generator + */ + +(function( window, undefined ) { + +var Globalize; + +if ( typeof require !== "undefined" + && typeof exports !== "undefined" + && typeof module !== "undefined" ) { + // Assume CommonJS + Globalize = require( "globalize" ); +} else { + // Global variable + Globalize = window.Globalize; +} + +Globalize.addCultureInfo( "de-DE", "default", { + name: "de-DE", + englishName: "German (Germany)", + nativeName: "Deutsch (Deutschland)", + language: "de", + numberFormat: { + ",": ".", + ".": ",", + NaN: "n. def.", + negativeInfinity: "-unendlich", + positiveInfinity: "+unendlich", + percent: { + pattern: ["-n%","n%"], + ",": ".", + ".": "," + }, + currency: { + pattern: ["-n $","n $"], + ",": ".", + ".": ",", + symbol: "€" + } + }, + calendars: { + standard: { + "/": ".", + firstDay: 1, + days: { + names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"], + namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"], + namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"] + }, + months: { + names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""], + namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""] + }, + AM: null, + PM: null, + eras: [{"name":"n. Chr.","start":null,"offset":0}], + patterns: { + d: "dd.MM.yyyy", + D: "dddd, d. MMMM yyyy", + t: "HH:mm", + T: "HH:mm:ss", + f: "dddd, d. MMMM yyyy HH:mm", + F: "dddd, d. MMMM yyyy HH:mm:ss", + M: "dd MMMM", + Y: "MMMM yyyy" + } + } + } +}); + +}( this )); diff --git a/external/globalize/globalize.culture.ja-JP.js b/external/globalize/globalize.culture.ja-JP.js new file mode 100644 index 0000000..a9469d7 --- /dev/null +++ b/external/globalize/globalize.culture.ja-JP.js @@ -0,0 +1,100 @@ +/* + * Globalize Culture ja-JP + * + * http://github.com/jquery/globalize + * + * Copyright Software Freedom Conservancy, Inc. + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * This file was generated by the Globalize Culture Generator + * Translation: bugs found in this file need to be fixed in the generator + */ + +(function( window, undefined ) { + +var Globalize; + +if ( typeof require !== "undefined" + && typeof exports !== "undefined" + && typeof module !== "undefined" ) { + // Assume CommonJS + Globalize = require( "globalize" ); +} else { + // Global variable + Globalize = window.Globalize; +} + +Globalize.addCultureInfo( "ja-JP", "default", { + name: "ja-JP", + englishName: "Japanese (Japan)", + nativeName: "日本語 (日本)", + language: "ja", + numberFormat: { + NaN: "NaN (非数値)", + negativeInfinity: "-∞", + positiveInfinity: "+∞", + percent: { + pattern: ["-n%","n%"] + }, + currency: { + pattern: ["-$n","$n"], + decimals: 0, + symbol: "¥" + } + }, + calendars: { + standard: { + days: { + names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"], + namesAbbr: ["日","月","火","水","木","金","土"], + namesShort: ["日","月","火","水","木","金","土"] + }, + months: { + names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""], + namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""] + }, + AM: ["午前","午前","午前"], + PM: ["午後","午後","午後"], + eras: [{"name":"西暦","start":null,"offset":0}], + patterns: { + d: "yyyy/MM/dd", + D: "yyyy'年'M'月'd'日'", + t: "H:mm", + T: "H:mm:ss", + f: "yyyy'年'M'月'd'日' H:mm", + F: "yyyy'年'M'月'd'日' H:mm:ss", + M: "M'月'd'日'", + Y: "yyyy'年'M'月'" + } + }, + Japanese: { + name: "Japanese", + days: { + names: ["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"], + namesAbbr: ["日","月","火","水","木","金","土"], + namesShort: ["日","月","火","水","木","金","土"] + }, + months: { + names: ["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月",""], + namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""] + }, + AM: ["午前","午前","午前"], + PM: ["午後","午後","午後"], + eras: [{"name":"平成","start":null,"offset":1867},{"name":"昭和","start":-1812153600000,"offset":1911},{"name":"大正","start":-1357603200000,"offset":1925},{"name":"明治","start":60022080000,"offset":1988}], + twoDigitYearMax: 99, + patterns: { + d: "gg y/M/d", + D: "gg y'年'M'月'd'日'", + t: "H:mm", + T: "H:mm:ss", + f: "gg y'年'M'月'd'日' H:mm", + F: "gg y'年'M'月'd'日' H:mm:ss", + M: "M'月'd'日'", + Y: "gg y'年'M'月'" + } + } + } +}); + +}( this )); diff --git a/external/globalize/globalize.js b/external/globalize/globalize.js new file mode 100644 index 0000000..a38a326 --- /dev/null +++ b/external/globalize/globalize.js @@ -0,0 +1,1585 @@ +/*! + * Globalize + * + * http://github.com/jquery/globalize + * + * Copyright Software Freedom Conservancy, Inc. + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + */ + +(function( window, undefined ) { + +var Globalize, + // private variables + regexHex, + regexInfinity, + regexParseFloat, + regexTrim, + // private JavaScript utility functions + arrayIndexOf, + endsWith, + extend, + isArray, + isFunction, + isObject, + startsWith, + trim, + truncate, + zeroPad, + // private Globalization utility functions + appendPreOrPostMatch, + expandFormat, + formatDate, + formatNumber, + getTokenRegExp, + getEra, + getEraYear, + parseExact, + parseNegativePattern; + +// Global variable (Globalize) or CommonJS module (globalize) +Globalize = function( cultureSelector ) { + return new Globalize.prototype.init( cultureSelector ); +}; + +if ( typeof require !== "undefined" && + typeof exports !== "undefined" && + typeof module !== "undefined" ) { + // Assume CommonJS + module.exports = Globalize; +} else { + // Export as global variable + window.Globalize = Globalize; +} + +Globalize.cultures = {}; + +Globalize.prototype = { + constructor: Globalize, + init: function( cultureSelector ) { + this.cultures = Globalize.cultures; + this.cultureSelector = cultureSelector; + + return this; + } +}; +Globalize.prototype.init.prototype = Globalize.prototype; + +// 1. When defining a culture, all fields are required except the ones stated as optional. +// 2. Each culture should have a ".calendars" object with at least one calendar named "standard" +// which serves as the default calendar in use by that culture. +// 3. Each culture should have a ".calendar" object which is the current calendar being used, +// it may be dynamically changed at any time to one of the calendars in ".calendars". +Globalize.cultures[ "default" ] = { + // A unique name for the culture in the form - + name: "en", + // the name of the culture in the english language + englishName: "English", + // the name of the culture in its own language + nativeName: "English", + // whether the culture uses right-to-left text + isRTL: false, + // "language" is used for so-called "specific" cultures. + // For example, the culture "es-CL" means "Spanish, in Chili". + // It represents the Spanish-speaking culture as it is in Chili, + // which might have different formatting rules or even translations + // than Spanish in Spain. A "neutral" culture is one that is not + // specific to a region. For example, the culture "es" is the generic + // Spanish culture, which may be a more generalized version of the language + // that may or may not be what a specific culture expects. + // For a specific culture like "es-CL", the "language" field refers to the + // neutral, generic culture information for the language it is using. + // This is not always a simple matter of the string before the dash. + // For example, the "zh-Hans" culture is netural (Simplified Chinese). + // And the "zh-SG" culture is Simplified Chinese in Singapore, whose lanugage + // field is "zh-CHS", not "zh". + // This field should be used to navigate from a specific culture to it's + // more general, neutral culture. If a culture is already as general as it + // can get, the language may refer to itself. + language: "en", + // numberFormat defines general number formatting rules, like the digits in + // each grouping, the group separator, and how negative numbers are displayed. + numberFormat: { + // [negativePattern] + // Note, numberFormat.pattern has no "positivePattern" unlike percent and currency, + // but is still defined as an array for consistency with them. + // negativePattern: one of "(n)|-n|- n|n-|n -" + pattern: [ "-n" ], + // number of decimal places normally shown + decimals: 2, + // string that separates number groups, as in 1,000,000 + ",": ",", + // string that separates a number from the fractional portion, as in 1.99 + ".": ".", + // array of numbers indicating the size of each number group. + // TODO: more detailed description and example + groupSizes: [ 3 ], + // symbol used for positive numbers + "+": "+", + // symbol used for negative numbers + "-": "-", + // symbol used for NaN (Not-A-Number) + "NaN": "NaN", + // symbol used for Negative Infinity + negativeInfinity: "-Infinity", + // symbol used for Positive Infinity + positiveInfinity: "Infinity", + percent: { + // [negativePattern, positivePattern] + // negativePattern: one of "-n %|-n%|-%n|%-n|%n-|n-%|n%-|-% n|n %-|% n-|% -n|n- %" + // positivePattern: one of "n %|n%|%n|% n" + pattern: [ "-n %", "n %" ], + // number of decimal places normally shown + decimals: 2, + // array of numbers indicating the size of each number group. + // TODO: more detailed description and example + groupSizes: [ 3 ], + // string that separates number groups, as in 1,000,000 + ",": ",", + // string that separates a number from the fractional portion, as in 1.99 + ".": ".", + // symbol used to represent a percentage + symbol: "%" + }, + currency: { + // [negativePattern, positivePattern] + // negativePattern: one of "($n)|-$n|$-n|$n-|(n$)|-n$|n-$|n$-|-n $|-$ n|n $-|$ n-|$ -n|n- $|($ n)|(n $)" + // positivePattern: one of "$n|n$|$ n|n $" + pattern: [ "($n)", "$n" ], + // number of decimal places normally shown + decimals: 2, + // array of numbers indicating the size of each number group. + // TODO: more detailed description and example + groupSizes: [ 3 ], + // string that separates number groups, as in 1,000,000 + ",": ",", + // string that separates a number from the fractional portion, as in 1.99 + ".": ".", + // symbol used to represent currency + symbol: "$" + } + }, + // calendars defines all the possible calendars used by this culture. + // There should be at least one defined with name "standard", and is the default + // calendar used by the culture. + // A calendar contains information about how dates are formatted, information about + // the calendar's eras, a standard set of the date formats, + // translations for day and month names, and if the calendar is not based on the Gregorian + // calendar, conversion functions to and from the Gregorian calendar. + calendars: { + standard: { + // name that identifies the type of calendar this is + name: "Gregorian_USEnglish", + // separator of parts of a date (e.g. "/" in 11/05/1955) + "/": "/", + // separator of parts of a time (e.g. ":" in 05:44 PM) + ":": ":", + // the first day of the week (0 = Sunday, 1 = Monday, etc) + firstDay: 0, + days: { + // full day names + names: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], + // abbreviated day names + namesAbbr: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], + // shortest day names + namesShort: [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ] + }, + months: { + // full month names (13 months for lunar calendards -- 13th month should be "" if not lunar) + names: [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "" ], + // abbreviated month names + namesAbbr: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "" ] + }, + // AM and PM designators in one of these forms: + // The usual view, and the upper and lower case versions + // [ standard, lowercase, uppercase ] + // The culture does not use AM or PM (likely all standard date formats use 24 hour time) + // null + AM: [ "AM", "am", "AM" ], + PM: [ "PM", "pm", "PM" ], + eras: [ + // eras in reverse chronological order. + // name: the name of the era in this culture (e.g. A.D., C.E.) + // start: when the era starts in ticks (gregorian, gmt), null if it is the earliest supported era. + // offset: offset in years from gregorian calendar + { + "name": "A.D.", + "start": null, + "offset": 0 + } + ], + // when a two digit year is given, it will never be parsed as a four digit + // year greater than this year (in the appropriate era for the culture) + // Set it as a full year (e.g. 2029) or use an offset format starting from + // the current year: "+19" would correspond to 2029 if the current year 2010. + twoDigitYearMax: 2029, + // set of predefined date and time patterns used by the culture + // these represent the format someone in this culture would expect + // to see given the portions of the date that are shown. + patterns: { + // short date pattern + d: "M/d/yyyy", + // long date pattern + D: "dddd, MMMM dd, yyyy", + // short time pattern + t: "h:mm tt", + // long time pattern + T: "h:mm:ss tt", + // long date, short time pattern + f: "dddd, MMMM dd, yyyy h:mm tt", + // long date, long time pattern + F: "dddd, MMMM dd, yyyy h:mm:ss tt", + // month/day pattern + M: "MMMM dd", + // month/year pattern + Y: "yyyy MMMM", + // S is a sortable format that does not vary by culture + S: "yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss" + } + // optional fields for each calendar: + /* + monthsGenitive: + Same as months but used when the day preceeds the month. + Omit if the culture has no genitive distinction in month names. + For an explaination of genitive months, see http://blogs.msdn.com/michkap/archive/2004/12/25/332259.aspx + convert: + Allows for the support of non-gregorian based calendars. This convert object is used to + to convert a date to and from a gregorian calendar date to handle parsing and formatting. + The two functions: + fromGregorian( date ) + Given the date as a parameter, return an array with parts [ year, month, day ] + corresponding to the non-gregorian based year, month, and day for the calendar. + toGregorian( year, month, day ) + Given the non-gregorian year, month, and day, return a new Date() object + set to the corresponding date in the gregorian calendar. + */ + } + }, + // For localized strings + messages: {} +}; + +Globalize.cultures[ "default" ].calendar = Globalize.cultures[ "default" ].calendars.standard; + +Globalize.cultures.en = Globalize.cultures[ "default" ]; + +Globalize.cultureSelector = "en"; + +// +// private variables +// + +regexHex = /^0x[a-f0-9]+$/i; +regexInfinity = /^[+\-]?infinity$/i; +regexParseFloat = /^[+\-]?\d*\.?\d*(e[+\-]?\d+)?$/; +regexTrim = /^\s+|\s+$/g; + +// +// private JavaScript utility functions +// + +arrayIndexOf = function( array, item ) { + if ( array.indexOf ) { + return array.indexOf( item ); + } + for ( var i = 0, length = array.length; i < length; i++ ) { + if ( array[i] === item ) { + return i; + } + } + return -1; +}; + +endsWith = function( value, pattern ) { + return value.substr( value.length - pattern.length ) === pattern; +}; + +extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !isFunction(target) ) { + target = {}; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( isObject(copy) || (copyIsArray = isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && isArray(src) ? src : []; + + } else { + clone = src && isObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +isArray = Array.isArray || function( obj ) { + return Object.prototype.toString.call( obj ) === "[object Array]"; +}; + +isFunction = function( obj ) { + return Object.prototype.toString.call( obj ) === "[object Function]"; +}; + +isObject = function( obj ) { + return Object.prototype.toString.call( obj ) === "[object Object]"; +}; + +startsWith = function( value, pattern ) { + return value.indexOf( pattern ) === 0; +}; + +trim = function( value ) { + return ( value + "" ).replace( regexTrim, "" ); +}; + +truncate = function( value ) { + if ( isNaN( value ) ) { + return NaN; + } + return Math[ value < 0 ? "ceil" : "floor" ]( value ); +}; + +zeroPad = function( str, count, left ) { + var l; + for ( l = str.length; l < count; l += 1 ) { + str = ( left ? ("0" + str) : (str + "0") ); + } + return str; +}; + +// +// private Globalization utility functions +// + +appendPreOrPostMatch = function( preMatch, strings ) { + // appends pre- and post- token match strings while removing escaped characters. + // Returns a single quote count which is used to determine if the token occurs + // in a string literal. + var quoteCount = 0, + escaped = false; + for ( var i = 0, il = preMatch.length; i < il; i++ ) { + var c = preMatch.charAt( i ); + switch ( c ) { + case "\'": + if ( escaped ) { + strings.push( "\'" ); + } + else { + quoteCount++; + } + escaped = false; + break; + case "\\": + if ( escaped ) { + strings.push( "\\" ); + } + escaped = !escaped; + break; + default: + strings.push( c ); + escaped = false; + break; + } + } + return quoteCount; +}; + +expandFormat = function( cal, format ) { + // expands unspecified or single character date formats into the full pattern. + format = format || "F"; + var pattern, + patterns = cal.patterns, + len = format.length; + if ( len === 1 ) { + pattern = patterns[ format ]; + if ( !pattern ) { + throw "Invalid date format string \'" + format + "\'."; + } + format = pattern; + } + else if ( len === 2 && format.charAt(0) === "%" ) { + // %X escape format -- intended as a custom format string that is only one character, not a built-in format. + format = format.charAt( 1 ); + } + return format; +}; + +formatDate = function( value, format, culture ) { + var cal = culture.calendar, + convert = cal.convert, + ret; + + if ( !format || !format.length || format === "i" ) { + if ( culture && culture.name.length ) { + if ( convert ) { + // non-gregorian calendar, so we cannot use built-in toLocaleString() + ret = formatDate( value, cal.patterns.F, culture ); + } + else { + var eraDate = new Date( value.getTime() ), + era = getEra( value, cal.eras ); + eraDate.setFullYear( getEraYear(value, cal, era) ); + ret = eraDate.toLocaleString(); + } + } + else { + ret = value.toString(); + } + return ret; + } + + var eras = cal.eras, + sortable = format === "s"; + format = expandFormat( cal, format ); + + // Start with an empty string + ret = []; + var hour, + zeros = [ "0", "00", "000" ], + foundDay, + checkedDay, + dayPartRegExp = /([^d]|^)(d|dd)([^d]|$)/g, + quoteCount = 0, + tokenRegExp = getTokenRegExp(), + converted; + + function padZeros( num, c ) { + var r, s = num + ""; + if ( c > 1 && s.length < c ) { + r = ( zeros[c - 2] + s); + return r.substr( r.length - c, c ); + } + else { + r = s; + } + return r; + } + + function hasDay() { + if ( foundDay || checkedDay ) { + return foundDay; + } + foundDay = dayPartRegExp.test( format ); + checkedDay = true; + return foundDay; + } + + function getPart( date, part ) { + if ( converted ) { + return converted[ part ]; + } + switch ( part ) { + case 0: + return date.getFullYear(); + case 1: + return date.getMonth(); + case 2: + return date.getDate(); + default: + throw "Invalid part value " + part; + } + } + + if ( !sortable && convert ) { + converted = convert.fromGregorian( value ); + } + + for ( ; ; ) { + // Save the current index + var index = tokenRegExp.lastIndex, + // Look for the next pattern + ar = tokenRegExp.exec( format ); + + // Append the text before the pattern (or the end of the string if not found) + var preMatch = format.slice( index, ar ? ar.index : format.length ); + quoteCount += appendPreOrPostMatch( preMatch, ret ); + + if ( !ar ) { + break; + } + + // do not replace any matches that occur inside a string literal. + if ( quoteCount % 2 ) { + ret.push( ar[0] ); + continue; + } + + var current = ar[ 0 ], + clength = current.length; + + switch ( current ) { + case "ddd": + //Day of the week, as a three-letter abbreviation + case "dddd": + // Day of the week, using the full name + var names = ( clength === 3 ) ? cal.days.namesAbbr : cal.days.names; + ret.push( names[value.getDay()] ); + break; + case "d": + // Day of month, without leading zero for single-digit days + case "dd": + // Day of month, with leading zero for single-digit days + foundDay = true; + ret.push( + padZeros( getPart(value, 2), clength ) + ); + break; + case "MMM": + // Month, as a three-letter abbreviation + case "MMMM": + // Month, using the full name + var part = getPart( value, 1 ); + ret.push( + ( cal.monthsGenitive && hasDay() ) ? + ( cal.monthsGenitive[ clength === 3 ? "namesAbbr" : "names" ][ part ] ) : + ( cal.months[ clength === 3 ? "namesAbbr" : "names" ][ part ] ) + ); + break; + case "M": + // Month, as digits, with no leading zero for single-digit months + case "MM": + // Month, as digits, with leading zero for single-digit months + ret.push( + padZeros( getPart(value, 1) + 1, clength ) + ); + break; + case "y": + // Year, as two digits, but with no leading zero for years less than 10 + case "yy": + // Year, as two digits, with leading zero for years less than 10 + case "yyyy": + // Year represented by four full digits + part = converted ? converted[ 0 ] : getEraYear( value, cal, getEra(value, eras), sortable ); + if ( clength < 4 ) { + part = part % 100; + } + ret.push( + padZeros( part, clength ) + ); + break; + case "h": + // Hours with no leading zero for single-digit hours, using 12-hour clock + case "hh": + // Hours with leading zero for single-digit hours, using 12-hour clock + hour = value.getHours() % 12; + if ( hour === 0 ) hour = 12; + ret.push( + padZeros( hour, clength ) + ); + break; + case "H": + // Hours with no leading zero for single-digit hours, using 24-hour clock + case "HH": + // Hours with leading zero for single-digit hours, using 24-hour clock + ret.push( + padZeros( value.getHours(), clength ) + ); + break; + case "m": + // Minutes with no leading zero for single-digit minutes + case "mm": + // Minutes with leading zero for single-digit minutes + ret.push( + padZeros( value.getMinutes(), clength ) + ); + break; + case "s": + // Seconds with no leading zero for single-digit seconds + case "ss": + // Seconds with leading zero for single-digit seconds + ret.push( + padZeros( value.getSeconds(), clength ) + ); + break; + case "t": + // One character am/pm indicator ("a" or "p") + case "tt": + // Multicharacter am/pm indicator + part = value.getHours() < 12 ? ( cal.AM ? cal.AM[0] : " " ) : ( cal.PM ? cal.PM[0] : " " ); + ret.push( clength === 1 ? part.charAt(0) : part ); + break; + case "f": + // Deciseconds + case "ff": + // Centiseconds + case "fff": + // Milliseconds + ret.push( + padZeros( value.getMilliseconds(), 3 ).substr( 0, clength ) + ); + break; + case "z": + // Time zone offset, no leading zero + case "zz": + // Time zone offset with leading zero + hour = value.getTimezoneOffset() / 60; + ret.push( + ( hour <= 0 ? "+" : "-" ) + padZeros( Math.floor(Math.abs(hour)), clength ) + ); + break; + case "zzz": + // Time zone offset with leading zero + hour = value.getTimezoneOffset() / 60; + ret.push( + ( hour <= 0 ? "+" : "-" ) + padZeros( Math.floor(Math.abs(hour)), 2 ) + + // Hard coded ":" separator, rather than using cal.TimeSeparator + // Repeated here for consistency, plus ":" was already assumed in date parsing. + ":" + padZeros( Math.abs(value.getTimezoneOffset() % 60), 2 ) + ); + break; + case "g": + case "gg": + if ( cal.eras ) { + ret.push( + cal.eras[ getEra(value, eras) ].name + ); + } + break; + case "/": + ret.push( cal["/"] ); + break; + default: + throw "Invalid date format pattern \'" + current + "\'."; + } + } + return ret.join( "" ); +}; + +// formatNumber +(function() { + var expandNumber; + + expandNumber = function( number, precision, formatInfo ) { + var groupSizes = formatInfo.groupSizes, + curSize = groupSizes[ 0 ], + curGroupIndex = 1, + factor = Math.pow( 10, precision ), + rounded = Math.round( number * factor ) / factor; + + if ( !isFinite(rounded) ) { + rounded = number; + } + number = rounded; + + var numberString = number+"", + right = "", + split = numberString.split( /e/i ), + exponent = split.length > 1 ? parseInt( split[1], 10 ) : 0; + numberString = split[ 0 ]; + split = numberString.split( "." ); + numberString = split[ 0 ]; + right = split.length > 1 ? split[ 1 ] : ""; + + if ( exponent > 0 ) { + right = zeroPad( right, exponent, false ); + numberString += right.slice( 0, exponent ); + right = right.substr( exponent ); + } + else if ( exponent < 0 ) { + exponent = -exponent; + numberString = zeroPad( numberString, exponent + 1, true ); + right = numberString.slice( -exponent, numberString.length ) + right; + numberString = numberString.slice( 0, -exponent ); + } + + if ( precision > 0 ) { + right = formatInfo[ "." ] + + ( (right.length > precision) ? right.slice(0, precision) : zeroPad(right, precision) ); + } + else { + right = ""; + } + + var stringIndex = numberString.length - 1, + sep = formatInfo[ "," ], + ret = ""; + + while ( stringIndex >= 0 ) { + if ( curSize === 0 || curSize > stringIndex ) { + return numberString.slice( 0, stringIndex + 1 ) + ( ret.length ? (sep + ret + right) : right ); + } + ret = numberString.slice( stringIndex - curSize + 1, stringIndex + 1 ) + ( ret.length ? (sep + ret) : "" ); + + stringIndex -= curSize; + + if ( curGroupIndex < groupSizes.length ) { + curSize = groupSizes[ curGroupIndex ]; + curGroupIndex++; + } + } + + return numberString.slice( 0, stringIndex + 1 ) + sep + ret + right; + }; + + formatNumber = function( value, format, culture ) { + if ( !isFinite(value) ) { + if ( value === Infinity ) { + return culture.numberFormat.positiveInfinity; + } + if ( value === -Infinity ) { + return culture.numberFormat.negativeInfinity; + } + return culture.numberFormat.NaN; + } + if ( !format || format === "i" ) { + return culture.name.length ? value.toLocaleString() : value.toString(); + } + format = format || "D"; + + var nf = culture.numberFormat, + number = Math.abs( value ), + precision = -1, + pattern; + if ( format.length > 1 ) precision = parseInt( format.slice(1), 10 ); + + var current = format.charAt( 0 ).toUpperCase(), + formatInfo; + + switch ( current ) { + case "D": + pattern = "n"; + number = truncate( number ); + if ( precision !== -1 ) { + number = zeroPad( "" + number, precision, true ); + } + if ( value < 0 ) number = "-" + number; + break; + case "N": + formatInfo = nf; + /* falls through */ + case "C": + formatInfo = formatInfo || nf.currency; + /* falls through */ + case "P": + formatInfo = formatInfo || nf.percent; + pattern = value < 0 ? formatInfo.pattern[ 0 ] : ( formatInfo.pattern[1] || "n" ); + if ( precision === -1 ) precision = formatInfo.decimals; + number = expandNumber( number * (current === "P" ? 100 : 1), precision, formatInfo ); + break; + default: + throw "Bad number format specifier: " + current; + } + + var patternParts = /n|\$|-|%/g, + ret = ""; + for ( ; ; ) { + var index = patternParts.lastIndex, + ar = patternParts.exec( pattern ); + + ret += pattern.slice( index, ar ? ar.index : pattern.length ); + + if ( !ar ) { + break; + } + + switch ( ar[0] ) { + case "n": + ret += number; + break; + case "$": + ret += nf.currency.symbol; + break; + case "-": + // don't make 0 negative + if ( /[1-9]/.test(number) ) { + ret += nf[ "-" ]; + } + break; + case "%": + ret += nf.percent.symbol; + break; + } + } + + return ret; + }; + +}()); + +getTokenRegExp = function() { + // regular expression for matching date and time tokens in format strings. + return (/\/|dddd|ddd|dd|d|MMMM|MMM|MM|M|yyyy|yy|y|hh|h|HH|H|mm|m|ss|s|tt|t|fff|ff|f|zzz|zz|z|gg|g/g); +}; + +getEra = function( date, eras ) { + if ( !eras ) return 0; + var start, ticks = date.getTime(); + for ( var i = 0, l = eras.length; i < l; i++ ) { + start = eras[ i ].start; + if ( start === null || ticks >= start ) { + return i; + } + } + return 0; +}; + +getEraYear = function( date, cal, era, sortable ) { + var year = date.getFullYear(); + if ( !sortable && cal.eras ) { + // convert normal gregorian year to era-shifted gregorian + // year by subtracting the era offset + year -= cal.eras[ era ].offset; + } + return year; +}; + +// parseExact +(function() { + var expandYear, + getDayIndex, + getMonthIndex, + getParseRegExp, + outOfRange, + toUpper, + toUpperArray; + + expandYear = function( cal, year ) { + // expands 2-digit year into 4 digits. + if ( year < 100 ) { + var now = new Date(), + era = getEra( now ), + curr = getEraYear( now, cal, era ), + twoDigitYearMax = cal.twoDigitYearMax; + twoDigitYearMax = typeof twoDigitYearMax === "string" ? new Date().getFullYear() % 100 + parseInt( twoDigitYearMax, 10 ) : twoDigitYearMax; + year += curr - ( curr % 100 ); + if ( year > twoDigitYearMax ) { + year -= 100; + } + } + return year; + }; + + getDayIndex = function ( cal, value, abbr ) { + var ret, + days = cal.days, + upperDays = cal._upperDays; + if ( !upperDays ) { + cal._upperDays = upperDays = [ + toUpperArray( days.names ), + toUpperArray( days.namesAbbr ), + toUpperArray( days.namesShort ) + ]; + } + value = toUpper( value ); + if ( abbr ) { + ret = arrayIndexOf( upperDays[1], value ); + if ( ret === -1 ) { + ret = arrayIndexOf( upperDays[2], value ); + } + } + else { + ret = arrayIndexOf( upperDays[0], value ); + } + return ret; + }; + + getMonthIndex = function( cal, value, abbr ) { + var months = cal.months, + monthsGen = cal.monthsGenitive || cal.months, + upperMonths = cal._upperMonths, + upperMonthsGen = cal._upperMonthsGen; + if ( !upperMonths ) { + cal._upperMonths = upperMonths = [ + toUpperArray( months.names ), + toUpperArray( months.namesAbbr ) + ]; + cal._upperMonthsGen = upperMonthsGen = [ + toUpperArray( monthsGen.names ), + toUpperArray( monthsGen.namesAbbr ) + ]; + } + value = toUpper( value ); + var i = arrayIndexOf( abbr ? upperMonths[1] : upperMonths[0], value ); + if ( i < 0 ) { + i = arrayIndexOf( abbr ? upperMonthsGen[1] : upperMonthsGen[0], value ); + } + return i; + }; + + getParseRegExp = function( cal, format ) { + // converts a format string into a regular expression with groups that + // can be used to extract date fields from a date string. + // check for a cached parse regex. + var re = cal._parseRegExp; + if ( !re ) { + cal._parseRegExp = re = {}; + } + else { + var reFormat = re[ format ]; + if ( reFormat ) { + return reFormat; + } + } + + // expand single digit formats, then escape regular expression characters. + var expFormat = expandFormat( cal, format ).replace( /([\^\$\.\*\+\?\|\[\]\(\)\{\}])/g, "\\\\$1" ), + regexp = [ "^" ], + groups = [], + index = 0, + quoteCount = 0, + tokenRegExp = getTokenRegExp(), + match; + + // iterate through each date token found. + while ( (match = tokenRegExp.exec(expFormat)) !== null ) { + var preMatch = expFormat.slice( index, match.index ); + index = tokenRegExp.lastIndex; + + // don't replace any matches that occur inside a string literal. + quoteCount += appendPreOrPostMatch( preMatch, regexp ); + if ( quoteCount % 2 ) { + regexp.push( match[0] ); + continue; + } + + // add a regex group for the token. + var m = match[ 0 ], + len = m.length, + add; + switch ( m ) { + case "dddd": case "ddd": + case "MMMM": case "MMM": + case "gg": case "g": + add = "(\\D+)"; + break; + case "tt": case "t": + add = "(\\D*)"; + break; + case "yyyy": + case "fff": + case "ff": + case "f": + add = "(\\d{" + len + "})"; + break; + case "dd": case "d": + case "MM": case "M": + case "yy": case "y": + case "HH": case "H": + case "hh": case "h": + case "mm": case "m": + case "ss": case "s": + add = "(\\d\\d?)"; + break; + case "zzz": + add = "([+-]?\\d\\d?:\\d{2})"; + break; + case "zz": case "z": + add = "([+-]?\\d\\d?)"; + break; + case "/": + add = "(\\/)"; + break; + default: + throw "Invalid date format pattern \'" + m + "\'."; + } + if ( add ) { + regexp.push( add ); + } + groups.push( match[0] ); + } + appendPreOrPostMatch( expFormat.slice(index), regexp ); + regexp.push( "$" ); + + // allow whitespace to differ when matching formats. + var regexpStr = regexp.join( "" ).replace( /\s+/g, "\\s+" ), + parseRegExp = { "regExp": regexpStr, "groups": groups }; + + // cache the regex for this format. + return re[ format ] = parseRegExp; + }; + + outOfRange = function( value, low, high ) { + return value < low || value > high; + }; + + toUpper = function( value ) { + // "he-IL" has non-breaking space in weekday names. + return value.split( "\u00A0" ).join( " " ).toUpperCase(); + }; + + toUpperArray = function( arr ) { + var results = []; + for ( var i = 0, l = arr.length; i < l; i++ ) { + results[ i ] = toUpper( arr[i] ); + } + return results; + }; + + parseExact = function( value, format, culture ) { + // try to parse the date string by matching against the format string + // while using the specified culture for date field names. + value = trim( value ); + var cal = culture.calendar, + // convert date formats into regular expressions with groupings. + // use the regexp to determine the input format and extract the date fields. + parseInfo = getParseRegExp( cal, format ), + match = new RegExp( parseInfo.regExp ).exec( value ); + if ( match === null ) { + return null; + } + // found a date format that matches the input. + var groups = parseInfo.groups, + era = null, year = null, month = null, date = null, weekDay = null, + hour = 0, hourOffset, min = 0, sec = 0, msec = 0, tzMinOffset = null, + pmHour = false; + // iterate the format groups to extract and set the date fields. + for ( var j = 0, jl = groups.length; j < jl; j++ ) { + var matchGroup = match[ j + 1 ]; + if ( matchGroup ) { + var current = groups[ j ], + clength = current.length, + matchInt = parseInt( matchGroup, 10 ); + switch ( current ) { + case "dd": case "d": + // Day of month. + date = matchInt; + // check that date is generally in valid range, also checking overflow below. + if ( outOfRange(date, 1, 31) ) return null; + break; + case "MMM": case "MMMM": + month = getMonthIndex( cal, matchGroup, clength === 3 ); + if ( outOfRange(month, 0, 11) ) return null; + break; + case "M": case "MM": + // Month. + month = matchInt - 1; + if ( outOfRange(month, 0, 11) ) return null; + break; + case "y": case "yy": + case "yyyy": + year = clength < 4 ? expandYear( cal, matchInt ) : matchInt; + if ( outOfRange(year, 0, 9999) ) return null; + break; + case "h": case "hh": + // Hours (12-hour clock). + hour = matchInt; + if ( hour === 12 ) hour = 0; + if ( outOfRange(hour, 0, 11) ) return null; + break; + case "H": case "HH": + // Hours (24-hour clock). + hour = matchInt; + if ( outOfRange(hour, 0, 23) ) return null; + break; + case "m": case "mm": + // Minutes. + min = matchInt; + if ( outOfRange(min, 0, 59) ) return null; + break; + case "s": case "ss": + // Seconds. + sec = matchInt; + if ( outOfRange(sec, 0, 59) ) return null; + break; + case "tt": case "t": + // AM/PM designator. + // see if it is standard, upper, or lower case PM. If not, ensure it is at least one of + // the AM tokens. If not, fail the parse for this format. + pmHour = cal.PM && ( matchGroup === cal.PM[0] || matchGroup === cal.PM[1] || matchGroup === cal.PM[2] ); + if ( + !pmHour && ( + !cal.AM || ( matchGroup !== cal.AM[0] && matchGroup !== cal.AM[1] && matchGroup !== cal.AM[2] ) + ) + ) return null; + break; + case "f": + // Deciseconds. + case "ff": + // Centiseconds. + case "fff": + // Milliseconds. + msec = matchInt * Math.pow( 10, 3 - clength ); + if ( outOfRange(msec, 0, 999) ) return null; + break; + case "ddd": + // Day of week. + case "dddd": + // Day of week. + weekDay = getDayIndex( cal, matchGroup, clength === 3 ); + if ( outOfRange(weekDay, 0, 6) ) return null; + break; + case "zzz": + // Time zone offset in +/- hours:min. + var offsets = matchGroup.split( /:/ ); + if ( offsets.length !== 2 ) return null; + hourOffset = parseInt( offsets[0], 10 ); + if ( outOfRange(hourOffset, -12, 13) ) return null; + var minOffset = parseInt( offsets[1], 10 ); + if ( outOfRange(minOffset, 0, 59) ) return null; + tzMinOffset = ( hourOffset * 60 ) + ( startsWith(matchGroup, "-") ? -minOffset : minOffset ); + break; + case "z": case "zz": + // Time zone offset in +/- hours. + hourOffset = matchInt; + if ( outOfRange(hourOffset, -12, 13) ) return null; + tzMinOffset = hourOffset * 60; + break; + case "g": case "gg": + var eraName = matchGroup; + if ( !eraName || !cal.eras ) return null; + eraName = trim( eraName.toLowerCase() ); + for ( var i = 0, l = cal.eras.length; i < l; i++ ) { + if ( eraName === cal.eras[i].name.toLowerCase() ) { + era = i; + break; + } + } + // could not find an era with that name + if ( era === null ) return null; + break; + } + } + } + var result = new Date(), defaultYear, convert = cal.convert; + defaultYear = convert ? convert.fromGregorian( result )[ 0 ] : result.getFullYear(); + if ( year === null ) { + year = defaultYear; + } + else if ( cal.eras ) { + // year must be shifted to normal gregorian year + // but not if year was not specified, its already normal gregorian + // per the main if clause above. + year += cal.eras[( era || 0 )].offset; + } + // set default day and month to 1 and January, so if unspecified, these are the defaults + // instead of the current day/month. + if ( month === null ) { + month = 0; + } + if ( date === null ) { + date = 1; + } + // now have year, month, and date, but in the culture's calendar. + // convert to gregorian if necessary + if ( convert ) { + result = convert.toGregorian( year, month, date ); + // conversion failed, must be an invalid match + if ( result === null ) return null; + } + else { + // have to set year, month and date together to avoid overflow based on current date. + result.setFullYear( year, month, date ); + // check to see if date overflowed for specified month (only checked 1-31 above). + if ( result.getDate() !== date ) return null; + // invalid day of week. + if ( weekDay !== null && result.getDay() !== weekDay ) { + return null; + } + } + // if pm designator token was found make sure the hours fit the 24-hour clock. + if ( pmHour && hour < 12 ) { + hour += 12; + } + result.setHours( hour, min, sec, msec ); + if ( tzMinOffset !== null ) { + // adjust timezone to utc before applying local offset. + var adjustedMin = result.getMinutes() - ( tzMinOffset + result.getTimezoneOffset() ); + // Safari limits hours and minutes to the range of -127 to 127. We need to use setHours + // to ensure both these fields will not exceed this range. adjustedMin will range + // somewhere between -1440 and 1500, so we only need to split this into hours. + result.setHours( result.getHours() + parseInt(adjustedMin / 60, 10), adjustedMin % 60 ); + } + return result; + }; +}()); + +parseNegativePattern = function( value, nf, negativePattern ) { + var neg = nf[ "-" ], + pos = nf[ "+" ], + ret; + switch ( negativePattern ) { + case "n -": + neg = " " + neg; + pos = " " + pos; + /* falls through */ + case "n-": + if ( endsWith(value, neg) ) { + ret = [ "-", value.substr(0, value.length - neg.length) ]; + } + else if ( endsWith(value, pos) ) { + ret = [ "+", value.substr(0, value.length - pos.length) ]; + } + break; + case "- n": + neg += " "; + pos += " "; + /* falls through */ + case "-n": + if ( startsWith(value, neg) ) { + ret = [ "-", value.substr(neg.length) ]; + } + else if ( startsWith(value, pos) ) { + ret = [ "+", value.substr(pos.length) ]; + } + break; + case "(n)": + if ( startsWith(value, "(") && endsWith(value, ")") ) { + ret = [ "-", value.substr(1, value.length - 2) ]; + } + break; + } + return ret || [ "", value ]; +}; + +// +// public instance functions +// + +Globalize.prototype.findClosestCulture = function( cultureSelector ) { + return Globalize.findClosestCulture.call( this, cultureSelector ); +}; + +Globalize.prototype.format = function( value, format, cultureSelector ) { + return Globalize.format.call( this, value, format, cultureSelector ); +}; + +Globalize.prototype.localize = function( key, cultureSelector ) { + return Globalize.localize.call( this, key, cultureSelector ); +}; + +Globalize.prototype.parseInt = function( value, radix, cultureSelector ) { + return Globalize.parseInt.call( this, value, radix, cultureSelector ); +}; + +Globalize.prototype.parseFloat = function( value, radix, cultureSelector ) { + return Globalize.parseFloat.call( this, value, radix, cultureSelector ); +}; + +Globalize.prototype.culture = function( cultureSelector ) { + return Globalize.culture.call( this, cultureSelector ); +}; + +// +// public singleton functions +// + +Globalize.addCultureInfo = function( cultureName, baseCultureName, info ) { + + var base = {}, + isNew = false; + + if ( typeof cultureName !== "string" ) { + // cultureName argument is optional string. If not specified, assume info is first + // and only argument. Specified info deep-extends current culture. + info = cultureName; + cultureName = this.culture().name; + base = this.cultures[ cultureName ]; + } else if ( typeof baseCultureName !== "string" ) { + // baseCultureName argument is optional string. If not specified, assume info is second + // argument. Specified info deep-extends specified culture. + // If specified culture does not exist, create by deep-extending default + info = baseCultureName; + isNew = ( this.cultures[ cultureName ] == null ); + base = this.cultures[ cultureName ] || this.cultures[ "default" ]; + } else { + // cultureName and baseCultureName specified. Assume a new culture is being created + // by deep-extending an specified base culture + isNew = true; + base = this.cultures[ baseCultureName ]; + } + + this.cultures[ cultureName ] = extend(true, {}, + base, + info + ); + // Make the standard calendar the current culture if it's a new culture + if ( isNew ) { + this.cultures[ cultureName ].calendar = this.cultures[ cultureName ].calendars.standard; + } +}; + +Globalize.findClosestCulture = function( name ) { + var match; + if ( !name ) { + return this.findClosestCulture( this.cultureSelector ) || this.cultures[ "default" ]; + } + if ( typeof name === "string" ) { + name = name.split( "," ); + } + if ( isArray(name) ) { + var lang, + cultures = this.cultures, + list = name, + i, l = list.length, + prioritized = []; + for ( i = 0; i < l; i++ ) { + name = trim( list[i] ); + var pri, parts = name.split( ";" ); + lang = trim( parts[0] ); + if ( parts.length === 1 ) { + pri = 1; + } + else { + name = trim( parts[1] ); + if ( name.indexOf("q=") === 0 ) { + name = name.substr( 2 ); + pri = parseFloat( name ); + pri = isNaN( pri ) ? 0 : pri; + } + else { + pri = 1; + } + } + prioritized.push({ lang: lang, pri: pri }); + } + prioritized.sort(function( a, b ) { + if ( a.pri < b.pri ) { + return 1; + } else if ( a.pri > b.pri ) { + return -1; + } + return 0; + }); + // exact match + for ( i = 0; i < l; i++ ) { + lang = prioritized[ i ].lang; + match = cultures[ lang ]; + if ( match ) { + return match; + } + } + + // neutral language match + for ( i = 0; i < l; i++ ) { + lang = prioritized[ i ].lang; + do { + var index = lang.lastIndexOf( "-" ); + if ( index === -1 ) { + break; + } + // strip off the last part. e.g. en-US => en + lang = lang.substr( 0, index ); + match = cultures[ lang ]; + if ( match ) { + return match; + } + } + while ( 1 ); + } + + // last resort: match first culture using that language + for ( i = 0; i < l; i++ ) { + lang = prioritized[ i ].lang; + for ( var cultureKey in cultures ) { + var culture = cultures[ cultureKey ]; + if ( culture.language === lang ) { + return culture; + } + } + } + } + else if ( typeof name === "object" ) { + return name; + } + return match || null; +}; + +Globalize.format = function( value, format, cultureSelector ) { + var culture = this.findClosestCulture( cultureSelector ); + if ( value instanceof Date ) { + value = formatDate( value, format, culture ); + } + else if ( typeof value === "number" ) { + value = formatNumber( value, format, culture ); + } + return value; +}; + +Globalize.localize = function( key, cultureSelector ) { + return this.findClosestCulture( cultureSelector ).messages[ key ] || + this.cultures[ "default" ].messages[ key ]; +}; + +Globalize.parseDate = function( value, formats, culture ) { + culture = this.findClosestCulture( culture ); + + var date, prop, patterns; + if ( formats ) { + if ( typeof formats === "string" ) { + formats = [ formats ]; + } + if ( formats.length ) { + for ( var i = 0, l = formats.length; i < l; i++ ) { + var format = formats[ i ]; + if ( format ) { + date = parseExact( value, format, culture ); + if ( date ) { + break; + } + } + } + } + } else { + patterns = culture.calendar.patterns; + for ( prop in patterns ) { + date = parseExact( value, patterns[prop], culture ); + if ( date ) { + break; + } + } + } + + return date || null; +}; + +Globalize.parseInt = function( value, radix, cultureSelector ) { + return truncate( Globalize.parseFloat(value, radix, cultureSelector) ); +}; + +Globalize.parseFloat = function( value, radix, cultureSelector ) { + // radix argument is optional + if ( typeof radix !== "number" ) { + cultureSelector = radix; + radix = 10; + } + + var culture = this.findClosestCulture( cultureSelector ); + var ret = NaN, + nf = culture.numberFormat; + + if ( value.indexOf(culture.numberFormat.currency.symbol) > -1 ) { + // remove currency symbol + value = value.replace( culture.numberFormat.currency.symbol, "" ); + // replace decimal seperator + value = value.replace( culture.numberFormat.currency["."], culture.numberFormat["."] ); + } + + //Remove percentage character from number string before parsing + if ( value.indexOf(culture.numberFormat.percent.symbol) > -1){ + value = value.replace( culture.numberFormat.percent.symbol, "" ); + } + + // remove spaces: leading, trailing and between - and number. Used for negative currency pt-BR + value = value.replace( / /g, "" ); + + // allow infinity or hexidecimal + if ( regexInfinity.test(value) ) { + ret = parseFloat( value ); + } + else if ( !radix && regexHex.test(value) ) { + ret = parseInt( value, 16 ); + } + else { + + // determine sign and number + var signInfo = parseNegativePattern( value, nf, nf.pattern[0] ), + sign = signInfo[ 0 ], + num = signInfo[ 1 ]; + + // #44 - try parsing as "(n)" + if ( sign === "" && nf.pattern[0] !== "(n)" ) { + signInfo = parseNegativePattern( value, nf, "(n)" ); + sign = signInfo[ 0 ]; + num = signInfo[ 1 ]; + } + + // try parsing as "-n" + if ( sign === "" && nf.pattern[0] !== "-n" ) { + signInfo = parseNegativePattern( value, nf, "-n" ); + sign = signInfo[ 0 ]; + num = signInfo[ 1 ]; + } + + sign = sign || "+"; + + // determine exponent and number + var exponent, + intAndFraction, + exponentPos = num.indexOf( "e" ); + if ( exponentPos < 0 ) exponentPos = num.indexOf( "E" ); + if ( exponentPos < 0 ) { + intAndFraction = num; + exponent = null; + } + else { + intAndFraction = num.substr( 0, exponentPos ); + exponent = num.substr( exponentPos + 1 ); + } + // determine decimal position + var integer, + fraction, + decSep = nf[ "." ], + decimalPos = intAndFraction.indexOf( decSep ); + if ( decimalPos < 0 ) { + integer = intAndFraction; + fraction = null; + } + else { + integer = intAndFraction.substr( 0, decimalPos ); + fraction = intAndFraction.substr( decimalPos + decSep.length ); + } + // handle groups (e.g. 1,000,000) + var groupSep = nf[ "," ]; + integer = integer.split( groupSep ).join( "" ); + var altGroupSep = groupSep.replace( /\u00A0/g, " " ); + if ( groupSep !== altGroupSep ) { + integer = integer.split( altGroupSep ).join( "" ); + } + // build a natively parsable number string + var p = sign + integer; + if ( fraction !== null ) { + p += "." + fraction; + } + if ( exponent !== null ) { + // exponent itself may have a number patternd + var expSignInfo = parseNegativePattern( exponent, nf, "-n" ); + p += "e" + ( expSignInfo[0] || "+" ) + expSignInfo[ 1 ]; + } + if ( regexParseFloat.test(p) ) { + ret = parseFloat( p ); + } + } + return ret; +}; + +Globalize.culture = function( cultureSelector ) { + // setter + if ( typeof cultureSelector !== "undefined" ) { + this.cultureSelector = cultureSelector; + } + // getter + return this.findClosestCulture( cultureSelector ) || this.cultures[ "default" ]; +}; + +}( this )); \ No newline at end of file diff --git a/external/jquery-1.10.0/MIT-LICENSE.txt b/external/jquery-1.10.0/MIT-LICENSE.txt new file mode 100644 index 0000000..957f26d --- /dev/null +++ b/external/jquery-1.10.0/MIT-LICENSE.txt @@ -0,0 +1,21 @@ +Copyright 2013 jQuery Foundation and other contributors +http://jquery.com/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/external/jquery-1.10.0/jquery.js b/external/jquery-1.10.0/jquery.js new file mode 100644 index 0000000..a4b8b8a --- /dev/null +++ b/external/jquery-1.10.0/jquery.js @@ -0,0 +1,9800 @@ +/*! + * jQuery JavaScript Library v1.10.0 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-05-24T18:39Z + */ +(function( window, undefined ) { + +// Can't do this because several apps including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +// Support: Firefox 18+ +//"use strict"; +var + // The deferred used on DOM ready + readyList, + + // A central reference to the root jQuery(document) + rootjQuery, + + // Support: IE<10 + // For `typeof xmlNode.method` instead of `xmlNode.method !== undefined` + core_strundefined = typeof undefined, + + // Use the correct document accordingly with window argument (sandbox) + location = window.location, + document = window.document, + docElem = document.documentElement, + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$, + + // [[Class]] -> type pairs + class2type = {}, + + // List of deleted data cache ids, so we can reuse them + core_deletedIds = [], + + core_version = "1.10.0", + + // Save a reference to some core methods + core_concat = core_deletedIds.concat, + core_push = core_deletedIds.push, + core_slice = core_deletedIds.slice, + core_indexOf = core_deletedIds.indexOf, + core_toString = class2type.toString, + core_hasOwn = class2type.hasOwnProperty, + core_trim = core_version.trim, + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + return new jQuery.fn.init( selector, context, rootjQuery ); + }, + + // Used for matching numbers + core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, + + // Used for splitting on whitespace + core_rnotwhite = /\S+/g, + + // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE) + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + // Match a standalone tag + rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, + + // JSON RegExp + rvalidchars = /^[\],:{}\s]*$/, + rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g, + rvalidescape = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g, + rvalidtokens = /"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }, + + // The ready event handler + completed = function( event ) { + + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) { + detach(); + jQuery.ready(); + } + }, + // Clean-up method for dom ready events + detach = function() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } + }; + +jQuery.fn = jQuery.prototype = { + // The current version of jQuery being used + jquery: core_version, + + constructor: jQuery, + init: function( selector, context, rootjQuery ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return rootjQuery.ready( selector ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return core_slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num == null ? + + // Return a 'clean' array + this.toArray() : + + // Return just the object + ( num < 0 ? this[ this.length + num ] : this[ num ] ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + ready: function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; + }, + + slice: function() { + return this.pushStack( core_slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: core_push, + sort: [].sort, + splice: [].splice +}; + +// Give the init function the jQuery prototype for later instantiation +jQuery.fn.init.prototype = jQuery.fn; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( length === i ) { + target = this; + --i; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + // Non-digits removed to match rinlinejQuery + expando: "jQuery" + ( core_version + Math.random() ).replace( /\D/g, "" ), + + noConflict: function( deep ) { + if ( window.$ === jQuery ) { + window.$ = _$; + } + + if ( deep && window.jQuery === jQuery ) { + window.jQuery = _jQuery; + } + + return jQuery; + }, + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.trigger ) { + jQuery( document ).trigger("ready").off("ready"); + } + }, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray || function( obj ) { + return jQuery.type(obj) === "array"; + }, + + isWindow: function( obj ) { + /* jshint eqeqeq: false */ + return obj != null && obj == obj.window; + }, + + isNumeric: function( obj ) { + return !isNaN( parseFloat(obj) ) && isFinite( obj ); + }, + + type: function( obj ) { + if ( obj == null ) { + return String( obj ); + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ core_toString.call(obj) ] || "object" : + typeof obj; + }, + + isPlainObject: function( obj ) { + var key; + + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + // Not own constructor property must be Object + if ( obj.constructor && + !core_hasOwn.call(obj, "constructor") && + !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + } catch ( e ) { + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Support: IE<9 + // Handle iteration over inherited properties before own properties. + if ( jQuery.support.ownLast ) { + for ( key in obj ) { + return core_hasOwn.call( obj, key ); + } + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + for ( key in obj ) {} + + return key === undefined || core_hasOwn.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + error: function( msg ) { + throw new Error( msg ); + }, + + // data: string of html + // context (optional): If specified, the fragment will be created in this context, defaults to document + // keepScripts (optional): If true, will include scripts passed in the html string + parseHTML: function( data, context, keepScripts ) { + if ( !data || typeof data !== "string" ) { + return null; + } + if ( typeof context === "boolean" ) { + keepScripts = context; + context = false; + } + context = context || document; + + var parsed = rsingleTag.exec( data ), + scripts = !keepScripts && []; + + // Single tag + if ( parsed ) { + return [ context.createElement( parsed[1] ) ]; + } + + parsed = jQuery.buildFragment( [ data ], context, scripts ); + if ( scripts ) { + jQuery( scripts ).remove(); + } + return jQuery.merge( [], parsed.childNodes ); + }, + + parseJSON: function( data ) { + // Attempt to parse using the native JSON parser first + if ( window.JSON && window.JSON.parse ) { + return window.JSON.parse( data ); + } + + if ( data === null ) { + return data; + } + + if ( typeof data === "string" ) { + + // Make sure leading/trailing whitespace is removed (IE can't handle it) + data = jQuery.trim( data ); + + if ( data ) { + // Make sure the incoming data is actual JSON + // Logic borrowed from http://json.org/json2.js + if ( rvalidchars.test( data.replace( rvalidescape, "@" ) + .replace( rvalidtokens, "]" ) + .replace( rvalidbraces, "")) ) { + + return ( new Function( "return " + data ) )(); + } + } + } + + jQuery.error( "Invalid JSON: " + data ); + }, + + // Cross-browser xml parsing + parseXML: function( data ) { + var xml, tmp; + if ( !data || typeof data !== "string" ) { + return null; + } + try { + if ( window.DOMParser ) { // Standard + tmp = new DOMParser(); + xml = tmp.parseFromString( data , "text/xml" ); + } else { // IE + xml = new ActiveXObject( "Microsoft.XMLDOM" ); + xml.async = "false"; + xml.loadXML( data ); + } + } catch( e ) { + xml = undefined; + } + if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; + }, + + noop: function() {}, + + // Evaluates a script in a global context + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); + } )( data ); + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Use native String.trim function wherever possible + trim: core_trim && !core_trim.call("\uFEFF\xA0") ? + function( text ) { + return text == null ? + "" : + core_trim.call( text ); + } : + + // Otherwise use our own trimming functionality + function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + core_push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + var len; + + if ( arr ) { + if ( core_indexOf ) { + return core_indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var l = second.length, + i = first.length, + j = 0; + + if ( typeof l === "number" ) { + for ( ; j < l; j++ ) { + first[ i++ ] = second[ j ]; + } + } else { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, inv ) { + var retVal, + ret = [], + i = 0, + length = elems.length; + inv = !!inv; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + retVal = !!callback( elems[ i ], i ); + if ( inv !== retVal ) { + ret.push( elems[ i ] ); + } + } + + return ret; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + } + + // Flatten any nested arrays + return core_concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var args, proxy, tmp; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = core_slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( core_slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + // Multifunctional method to get and set values of a collection + // The value/s can optionally be executed if it's a function + access: function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + length = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < length; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[0], key ) : emptyGet; + }, + + now: function() { + return ( new Date() ).getTime(); + }, + + // A method for quickly swapping in/out CSS properties to get correct calculations. + // Note: this method belongs to the css module but it's needed here for the support module. + // If support gets modularized, this method should be moved back to the css module. + swap: function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; + } +}); + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + + // If IE event model is used + } else { + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch(e) {} + + if ( top && top.doScroll ) { + (function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch(e) { + return setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + })(); + } + } + } + return readyList.promise( obj ); +}; + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || type !== "function" && + ( length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj ); +} + +// All jQuery objects should point back to these +rootjQuery = jQuery(document); +/*! + * Sizzle CSS Selector Engine v1.9.4-pre + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-05-15 + */ +(function( window, undefined ) { + +var i, + support, + cachedruns, + Expr, + getText, + isXML, + compile, + outermostContext, + sortInput, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + -(new Date()), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + hasDuplicate = false, + sortOrder = function() { return 0; }, + + // General-purpose constants + strundefined = typeof undefined, + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf if we can't use a native one + indexOf = arr.indexOf || function( elem ) { + var i = 0, + len = this.length; + for ( ; i < len; i++ ) { + if ( this[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace + + "*(?:([*^$|!~]?=)" + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]", + + // Prefer arguments quoted, + // then not containing pseudos/brackets, + // then attribute selectors/non-parenthetical expressions, + // then anything else + // These preferences are here to reduce the number of selectors + // needing tokenize in the PSEUDO preFilter + pseudos = ":(" + characterEncoding + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + attributes.replace( 3, 8 ) + ")*)|.*)\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rsibling = new RegExp( whitespace + "*[+~]" ), + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + // BMP codepoint + high < 0 ? + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { + return []; + } + + if ( documentIsHTML && !seed ) { + + // Shortcuts + if ( (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName && context.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType === 9 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && context.parentNode || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * For feature detection + * @param {Function} fn The function to test for native support + */ +function isNative( fn ) { + return rnative.test( fn + "" ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key += " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied if the test fails + * @param {Boolean} test The result of a test. If true, null will be set as the handler in leiu of the specified handler + */ +function addHandle( attrs, handler, test ) { + attrs = attrs.split("|"); + var current, + i = attrs.length, + setHandle = test ? null : handler; + + while ( i-- ) { + // Don't override a user's handler + if ( !(current = Expr.attrHandle[ attrs[i] ]) || current === handler ) { + Expr.attrHandle[ attrs[i] ] = setHandle; + } + } +} + +/** + * Fetches boolean attributes by node + * @param {Element} elem + * @param {String} name + */ +function boolHandler( elem, name ) { + // XML does not need to be checked as this will not be assigned for XML documents + var val = elem.getAttributeNode( name ); + return val && val.specified ? + val.value : + elem[ name ] === true ? name.toLowerCase() : null; +} + +/** + * Fetches attributes without interpolation + * http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx + * @param {Element} elem + * @param {String} name + */ +function interpolationHandler( elem, name ) { + // XML does not need to be checked as this will not be assigned for XML documents + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); +} + +/** + * Uses defaultValue to retrieve value in IE6/7 + * @param {Element} elem + * @param {String} name + */ +function valueHandler( elem ) { + // Ignore the value *property* on inputs by using defaultValue + // Fallback to Sizzle.attr by returning undefined where appropriate + // XML does not need to be checked as this will not be assigned for XML documents + if ( elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns Returns -1 if a precedes b, 1 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Detect xml + * @param {Element|Object} elem An element or a document + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var doc = node ? node.ownerDocument || node : preferredDoc; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + + // Support tests + documentIsHTML = !isXML( doc ); + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties (excepting IE8 booleans) + support.attributes = assert(function( div ) { + + // Support: IE<8 + // Prevent attribute/property "interpolation" + div.innerHTML = ""; + addHandle( "type|href|height|width", interpolationHandler, div.firstChild.getAttribute("href") === "#" ); + + // Support: IE<9 + // Use getAttributeNode to fetch booleans when getAttribute lies + addHandle( booleans, boolHandler, div.getAttribute("disabled") == null ); + + div.className = "i"; + return !div.getAttribute("className"); + }); + + // Support: IE<9 + // Retrieving value should defer to defaultValue + support.input = assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; + }); + + // IE6/7 still return empty string for value, + // but are actually retrieving the property + addHandle( "value", valueHandler, support.attributes && support.input ); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Check if getElementsByClassName can be trusted + support.getElementsByClassName = assert(function( div ) { + div.innerHTML = "
"; + + // Support: Safari<4 + // Catch class over-caching + div.firstChild.className = "i"; + // Support: Opera<10 + // Catch gEBCN failure to find non-leading classes + return div.getElementsByClassName("i").length === 2; + }); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [m] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== strundefined ) { + return context.getElementsByTagName( tag ); + } + } : + function( tag, context ) { + var elem, + tmp = [], + i = 0, + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== strundefined && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = isNative(doc.querySelectorAll)) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + div.innerHTML = ""; + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + }); + + assert(function( div ) { + + // Support: Opera 10-12/IE8 + // ^= $= *= and empty values + // Should not select anything + // Support: Windows 8 Native Apps + // The type attribute is restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "t", "" ); + + if ( div.querySelectorAll("[t^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = isNative( (matches = docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = isNative(docElem.contains) || docElem.compareDocumentPosition ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) + // Detached nodes confoundingly follow *each other* + support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( doc.createElement("div") ) & 1; + }); + + // Document order sorting + sortOrder = docElem.compareDocumentPosition ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var compare = b.compareDocumentPosition && a.compareDocumentPosition && a.compareDocumentPosition( b ); + + if ( compare ) { + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } + + // Not directly comparable, sort on existence of method + return a.compareDocumentPosition ? -1 : 1; + } : + function( a, b ) { + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + + // Parentless nodes are either documents or disconnected + } else if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch(e) {} + } + + return Sizzle( expr, document, null, [elem] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = ( fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined ); + + return val === undefined ? + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null : + val; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + for ( ; (node = elem[i]); i++ ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (see #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[5] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] && match[4] !== undefined ) { + match[2] = match[4]; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== strundefined && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)), + // not comment, processing instructions, or others + // Thanks to Diego Perini for the nodeName shortcut + // Greater than "@" means alpha characters (specifically not starting with "#" or "?") + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeName > "@" || elem.nodeType === 3 || elem.nodeType === 4 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc) + // use getAttribute instead to test this case + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === elem.type ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +function tokenize( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( tokens = [] ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +} + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var data, cache, outerCache, + dirkey = dirruns + " " + doneName; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (cache = outerCache[ dir ]) && cache[0] === dirkey ) { + if ( (data = cache[1]) === true || data === cachedruns ) { + return data === true; + } + } else { + cache = outerCache[ dir ] = [ dirkey ]; + cache[1] = matcher( elem, context, xml ) || cachedruns; + if ( cache[1] === true ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + // A counter to specify which element is currently being matched + var matcherCachedRuns = 0, + bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, expandContext ) { + var elem, j, matcher, + setMatched = [], + matchedCount = 0, + i = "0", + unmatched = seed && [], + outermost = expandContext != null, + contextBackup = outermostContext, + // We must always have either seed elements or context + elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1); + + if ( outermost ) { + outermostContext = context !== document && context; + cachedruns = matcherCachedRuns; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + for ( ; (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + cachedruns = ++matcherCachedRuns; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !group ) { + group = tokenize( selector ); + } + i = group.length; + while ( i-- ) { + cached = matcherFromTokens( group[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + } + return cached; +}; + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function select( selector, context, results, seed ) { + var i, tokens, token, type, find, + match = tokenize( selector ); + + if ( !seed ) { + // Try to minimize operations if there is only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + } + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && context.parentNode || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + } + + // Compile and execute a filtering function + // Provide `match` to avoid retokenization if we modified the selector above + compile( selector, match )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) + ); + return results; +} + +// Deprecated +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Initialize against the default document +setDocument(); + +// Support: Chrome<<14 +// Always assume duplicates if they aren't passed to the comparison function +[0, 0].sort( sortOrder ); +support.detectDuplicates = hasDuplicate; + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + +})( window ); +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( core_rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // First callback to fire (used internally by add and fireWith) + firingStart, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( list && ( !fired || stack ) ) { + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var action = tuple[ 0 ], + fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ action + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = core_slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value; + if( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); +jQuery.support = (function( support ) { + + var all, a, input, select, fragment, opt, eventName, isSupported, i, + div = document.createElement("div"); + + // Setup + div.setAttribute( "className", "t" ); + div.innerHTML = "
a"; + + // Finish early in limited (non-browser) environments + all = div.getElementsByTagName("*") || []; + a = div.getElementsByTagName("a")[ 0 ]; + if ( !a || !a.style || !all.length ) { + return support; + } + + // First batch of tests + select = document.createElement("select"); + opt = select.appendChild( document.createElement("option") ); + input = div.getElementsByTagName("input")[ 0 ]; + + a.style.cssText = "top:1px;float:left;opacity:.5"; + + // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7) + support.getSetAttribute = div.className !== "t"; + + // IE strips leading whitespace when .innerHTML is used + support.leadingWhitespace = div.firstChild.nodeType === 3; + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + support.tbody = !div.getElementsByTagName("tbody").length; + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + support.htmlSerialize = !!div.getElementsByTagName("link").length; + + // Get the style information from getAttribute + // (IE uses .cssText instead) + support.style = /top/.test( a.getAttribute("style") ); + + // Make sure that URLs aren't manipulated + // (IE normalizes it by default) + support.hrefNormalized = a.getAttribute("href") === "/a"; + + // Make sure that element opacity exists + // (IE uses filter instead) + // Use a regex to work around a WebKit issue. See #5145 + support.opacity = /^0.5/.test( a.style.opacity ); + + // Verify style float existence + // (IE uses styleFloat instead of cssFloat) + support.cssFloat = !!a.style.cssFloat; + + // Check the default checkbox/radio value ("" on WebKit; "on" elsewhere) + support.checkOn = !!input.value; + + // Make sure that a selected-by-default option has a working selected property. + // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) + support.optSelected = opt.selected; + + // Tests for enctype support on a form (#6743) + support.enctype = !!document.createElement("form").enctype; + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + support.html5Clone = document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav>"; + + // Will be defined later + support.inlineBlockNeedsLayout = false; + support.shrinkWrapBlocks = false; + support.pixelPosition = false; + support.deleteExpando = true; + support.noCloneEvent = true; + support.reliableMarginRight = true; + support.boxSizingReliable = true; + + // Make sure checked status is properly cloned + input.checked = true; + support.noCloneChecked = input.cloneNode( true ).checked; + + // Make sure that the options inside disabled selects aren't marked as disabled + // (WebKit marks them as disabled) + select.disabled = true; + support.optDisabled = !opt.disabled; + + // Support: IE<9 + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + + // Check if we can trust getAttribute("value") + input = document.createElement("input"); + input.setAttribute( "value", "" ); + support.input = input.getAttribute( "value" ) === ""; + + // Check if an input maintains its value after becoming a radio + input.value = "t"; + input.setAttribute( "type", "radio" ); + support.radioValue = input.value === "t"; + + // #11217 - WebKit loses check when the name is after the checked attribute + input.setAttribute( "checked", "t" ); + input.setAttribute( "name", "t" ); + + fragment = document.createDocumentFragment(); + fragment.appendChild( input ); + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + support.appendChecked = input.checked; + + // WebKit doesn't clone checked state correctly in fragments + support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<9 + // Opera does not clone events (and typeof div.attachEvent === undefined). + // IE9-10 clones events bound via attachEvent, but they don't trigger with .click() + if ( div.attachEvent ) { + div.attachEvent( "onclick", function() { + support.noCloneEvent = false; + }); + + div.cloneNode( true ).click(); + } + + // Support: IE<9 (lack submit/change bubble), Firefox 17+ (lack focusin event) + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) + for ( i in { submit: true, change: true, focusin: true }) { + div.setAttribute( eventName = "on" + i, "t" ); + + support[ i + "Bubbles" ] = eventName in window || div.attributes[ eventName ].expando === false; + } + + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + // Support: IE<9 + // Iteration over object's inherited properties before its own. + for ( i in jQuery( support ) ) { + break; + } + support.ownLast = i !== "0"; + + // Run tests that need a body at doc ready + jQuery(function() { + var container, marginDiv, tds, + divReset = "padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;", + body = document.getElementsByTagName("body")[0]; + + if ( !body ) { + // Return for frameset docs that don't have a body + return; + } + + container = document.createElement("div"); + container.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px"; + + body.appendChild( container ).appendChild( div ); + + // Support: IE8 + // Check if table cells still have offsetWidth/Height when they are set + // to display:none and there are still other visible table cells in a + // table row; if so, offsetWidth/Height are not reliable for use when + // determining if an element has been hidden directly using + // display:none (it is still safe to use offsets if a parent element is + // hidden; don safety goggles and see bug #4512 for more information). + div.innerHTML = "
t
"; + tds = div.getElementsByTagName("td"); + tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none"; + isSupported = ( tds[ 0 ].offsetHeight === 0 ); + + tds[ 0 ].style.display = ""; + tds[ 1 ].style.display = "none"; + + // Support: IE8 + // Check if empty table cells still have offsetWidth/Height + support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 ); + + // Check box-sizing and margin behavior. + div.innerHTML = ""; + div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;"; + + // Workaround failing boxSizing test due to offsetWidth returning wrong value + // with some non-1 values of body zoom, ticket #13543 + jQuery.swap( body, body.style.zoom != null ? { zoom: 1 } : {}, function() { + support.boxSizing = div.offsetWidth === 4; + }); + + // Use window.getComputedStyle because jsdom on node.js will break without it. + if ( window.getComputedStyle ) { + support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%"; + support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px"; + + // Check if div with explicit width and no margin-right incorrectly + // gets computed margin-right based on width of container. (#3333) + // Fails in WebKit before Feb 2011 nightlies + // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right + marginDiv = div.appendChild( document.createElement("div") ); + marginDiv.style.cssText = div.style.cssText = divReset; + marginDiv.style.marginRight = marginDiv.style.width = "0"; + div.style.width = "1px"; + + support.reliableMarginRight = + !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight ); + } + + if ( typeof div.style.zoom !== core_strundefined ) { + // Support: IE<8 + // Check if natively block-level elements act like inline-block + // elements when setting their display to 'inline' and giving + // them layout + div.innerHTML = ""; + div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1"; + support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 ); + + // Support: IE6 + // Check if elements with layout shrink-wrap their children + div.style.display = "block"; + div.innerHTML = "
"; + div.firstChild.style.width = "5px"; + support.shrinkWrapBlocks = ( div.offsetWidth !== 3 ); + + if ( support.inlineBlockNeedsLayout ) { + // Prevent IE 6 from affecting layout for positioned elements #11048 + // Prevent IE from shrinking the body in IE 7 mode #12869 + // Support: IE<8 + body.style.zoom = 1; + } + } + + body.removeChild( container ); + + // Null elements to avoid leaks in IE + container = div = tds = marginDiv = null; + }); + + // Null elements to avoid leaks in IE + all = select = fragment = opt = a = input = null; + + return support; +})({}); + +var rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, + rmultiDash = /([A-Z])/g; + +function internalData( elem, name, data, pvt /* Internal Use Only */ ){ + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var ret, thisCache, + internalKey = jQuery.expando, + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && data === undefined && typeof name === "string" ) { + return; + } + + if ( !id ) { + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + id = elem[ internalKey ] = core_deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + // Avoid exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + cache[ id ] = isNode ? {} : { toJSON: jQuery.noop }; + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( typeof name === "string" ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var thisCache, i, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split(" "); + } + } + } else { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + i = name.length; + while ( i-- ) { + delete thisCache[ name[i] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( pvt ? !isEmptyDataObject(thisCache) : !jQuery.isEmptyObject(thisCache) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + /* jshint eqeqeq: false */ + } else if ( jQuery.support.deleteExpando || cache != cache.window ) { + /* jshint eqeqeq: true */ + delete cache[ id ]; + + // When all else fails, null + } else { + cache[ id ] = null; + } +} + +jQuery.extend({ + cache: {}, + + // The following elements throw uncatchable exceptions if you + // attempt to add expando properties to them. + noData: { + "applet": true, + "embed": true, + // Ban all objects except for Flash (which handle expandos) + "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + }, + + // A method for determining if a DOM node can handle the data expando + acceptData: function( elem ) { + // Do not set data on non-element because it will not be cleared (#8335). + if ( elem.nodeType && elem.nodeType !== 1 && elem.nodeType !== 9 ) { + return false; + } + + var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ]; + + // nodes accept data unless otherwise specified; rejection can be conditional + return !noData || noData !== true && elem.getAttribute("classid") === noData; + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var attrs, name, + data = null, + i = 0, + elem = this[0]; + + // Special expections of .data basically thwart jQuery.access, + // so implement the relevant behavior ourselves + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + attrs = elem.attributes; + for ( ; i < attrs.length; i++ ) { + name = attrs[i].name; + + if ( name.indexOf("data-") === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + + dataAttr( elem, name, data[ name ] ); + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + return arguments.length > 1 ? + + // Sets one value + this.each(function() { + jQuery.data( this, key, value ); + }) : + + // Gets one value + // Try to fetch any internally stored data first + elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : null; + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); + +function dataAttr( elem, key, data ) { + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray(data) ) { + queue = jQuery._data( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + hooks.cur = fn; + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, key ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + // Based off of the plugin by Clint Helfers, with permission. + // http://blindsignals.com/index.php/2009/07/jquery-delay/ + delay: function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = setTimeout( next, time ); + hooks.stop = function() { + clearTimeout( timeout ); + }; + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while( i-- ) { + tmp = jQuery._data( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var nodeHook, boolHook, + rclass = /[\t\r\n\f]/g, + rreturn = /\r/g, + rfocusable = /^(?:input|select|textarea|button|object)$/i, + rclickable = /^(?:a|area)$/i, + ruseDefault = /^(?:checked|selected)$/i, + getSetAttribute = jQuery.support.getSetAttribute, + getSetInput = jQuery.support.input; + +jQuery.fn.extend({ + attr: function( name, value ) { + return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each(function() { + jQuery.removeAttr( this, name ); + }); + }, + + prop: function( name, value ) { + return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + name = jQuery.propFix[ name ] || name; + return this.each(function() { + // try/catch handles cases where IE balks (such as removing a property on window) + try { + this[ name ] = undefined; + delete this[ name ]; + } catch( e ) {} + }); + }, + + addClass: function( value ) { + var classes, elem, cur, clazz, j, + i = 0, + len = this.length, + proceed = typeof value === "string" && value; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( j ) { + jQuery( this ).addClass( value.call( this, j, this.className ) ); + }); + } + + if ( proceed ) { + // The disjunction here is for better compressibility (see removeClass) + classes = ( value || "" ).match( core_rnotwhite ) || []; + + for ( ; i < len; i++ ) { + elem = this[ i ]; + cur = elem.nodeType === 1 && ( elem.className ? + ( " " + elem.className + " " ).replace( rclass, " " ) : + " " + ); + + if ( cur ) { + j = 0; + while ( (clazz = classes[j++]) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + elem.className = jQuery.trim( cur ); + + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, clazz, j, + i = 0, + len = this.length, + proceed = arguments.length === 0 || typeof value === "string" && value; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( j ) { + jQuery( this ).removeClass( value.call( this, j, this.className ) ); + }); + } + if ( proceed ) { + classes = ( value || "" ).match( core_rnotwhite ) || []; + + for ( ; i < len; i++ ) { + elem = this[ i ]; + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( elem.className ? + ( " " + elem.className + " " ).replace( rclass, " " ) : + "" + ); + + if ( cur ) { + j = 0; + while ( (clazz = classes[j++]) ) { + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) >= 0 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + elem.className = value ? jQuery.trim( cur ) : ""; + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, + isBool = typeof stateVal === "boolean"; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( i ) { + jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); + }); + } + + return this.each(function() { + if ( type === "string" ) { + // toggle individual class names + var className, + i = 0, + self = jQuery( this ), + state = stateVal, + classNames = value.match( core_rnotwhite ) || []; + + while ( (className = classNames[ i++ ]) ) { + // check each className given, space separated list + state = isBool ? state : !self.hasClass( className ); + self[ state ? "addClass" : "removeClass" ]( className ); + } + + // Toggle whole class name + } else if ( type === core_strundefined || type === "boolean" ) { + if ( this.className ) { + // store className if set + jQuery._data( this, "__className__", this.className ); + } + + // If the element has a class name or if we're passed "false", + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || ""; + } + }); + }, + + hasClass: function( selector ) { + var className = " " + selector + " ", + i = 0, + l = this.length; + for ( ; i < l; i++ ) { + if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) { + return true; + } + } + + return false; + }, + + val: function( value ) { + var ret, hooks, isFunction, + elem = this[0]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { + return ret; + } + + ret = elem.value; + + return typeof ret === "string" ? + // handle most common string cases + ret.replace(rreturn, "") : + // handle cases where value is null/undef or number + ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each(function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + } else if ( typeof val === "number" ) { + val += ""; + } else if ( jQuery.isArray( val ) ) { + val = jQuery.map(val, function ( value ) { + return value == null ? "" : value + ""; + }); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + }); + } +}); + +jQuery.extend({ + valHooks: { + option: { + get: function( elem ) { + // Use proper attribute retrieval(#6932, #12072) + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + elem.text; + } + }, + select: { + get: function( elem ) { + var value, option, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one" || index < 0, + values = one ? null : [], + max = one ? index + 1 : options.length, + i = index < 0 ? + max : + one ? index : 0; + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // oldIE doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + // Don't return options that are disabled or in a disabled optgroup + ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) && + ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + if ( (option.selected = jQuery.inArray( jQuery(option).val(), values ) >= 0) ) { + optionSet = true; + } + } + + // force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + }, + + attr: function( elem, name, value ) { + var hooks, ret, + nType = elem.nodeType; + + // don't get/set attributes on text, comment and attribute nodes + if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === core_strundefined ) { + return jQuery.prop( elem, name, value ); + } + + // All attributes are lowercase + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + name = name.toLowerCase(); + hooks = jQuery.attrHooks[ name ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook ); + } + + if ( value !== undefined ) { + + if ( value === null ) { + jQuery.removeAttr( elem, name ); + + } else if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { + return ret; + + } else { + elem.setAttribute( name, value + "" ); + return value; + } + + } else if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { + return ret; + + } else { + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? + undefined : + ret; + } + }, + + removeAttr: function( elem, value ) { + var name, propName, + i = 0, + attrNames = value && value.match( core_rnotwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( (name = attrNames[i++]) ) { + propName = jQuery.propFix[ name ] || name; + + // Boolean attributes get special treatment (#10870) + if ( jQuery.expr.match.bool.test( name ) ) { + // Set corresponding property to false + if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + elem[ propName ] = false; + // Support: IE<9 + // Also clear defaultChecked/defaultSelected (if appropriate) + } else { + elem[ jQuery.camelCase( "default-" + name ) ] = + elem[ propName ] = false; + } + + // See #9699 for explanation of this approach (setting first, then removal) + } else { + jQuery.attr( elem, name, "" ); + } + + elem.removeAttribute( getSetAttribute ? name : propName ); + } + } + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) { + // Setting the type on a radio button after the value resets the value in IE6-9 + // Reset value to default in case type is set after value during creation + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + }, + + prop: function( elem, name, value ) { + var ret, hooks, notxml, + nType = elem.nodeType; + + // don't get/set properties on text, comment and attribute nodes + if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); + + if ( notxml ) { + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + return hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ? + ret : + ( elem[ name ] = value ); + + } else { + return hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ? + ret : + elem[ name ]; + } + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + return tabindex ? + parseInt( tabindex, 10 ) : + rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? + 0 : + -1; + } + } + } +}); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + // IE<8 needs the *property* name + elem.setAttribute( !getSetAttribute && jQuery.propFix[ name ] || name, name ); + + // Use defaultChecked and defaultSelected for oldIE + } else { + elem[ jQuery.camelCase( "default-" + name ) ] = elem[ name ] = true; + } + + return name; + } +}; +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = jQuery.expr.attrHandle[ name ] || jQuery.find.attr; + + jQuery.expr.attrHandle[ name ] = getSetInput && getSetAttribute || !ruseDefault.test( name ) ? + function( elem, name, isXML ) { + var fn = jQuery.expr.attrHandle[ name ], + ret = isXML ? + undefined : + /* jshint eqeqeq: false */ + (jQuery.expr.attrHandle[ name ] = undefined) != + getter( elem, name, isXML ) ? + + name.toLowerCase() : + null; + jQuery.expr.attrHandle[ name ] = fn; + return ret; + } : + function( elem, name, isXML ) { + return isXML ? + undefined : + elem[ jQuery.camelCase( "default-" + name ) ] ? + name.toLowerCase() : + null; + }; +}); + +// fix oldIE attroperties +if ( !getSetInput || !getSetAttribute ) { + jQuery.attrHooks.value = { + set: function( elem, value, name ) { + if ( jQuery.nodeName( elem, "input" ) ) { + // Does not return so that setAttribute is also used + elem.defaultValue = value; + } else { + // Use nodeHook if defined (#1954); otherwise setAttribute is fine + return nodeHook && nodeHook.set( elem, value, name ); + } + } + }; +} + +// IE6/7 do not support getting/setting some attributes with get/setAttribute +if ( !getSetAttribute ) { + + // Use this for any attribute in IE6/7 + // This fixes almost every IE6/7 issue + nodeHook = { + set: function( elem, value, name ) { + // Set the existing or create a new attribute node + var ret = elem.getAttributeNode( name ); + if ( !ret ) { + elem.setAttributeNode( + (ret = elem.ownerDocument.createAttribute( name )) + ); + } + + ret.value = value += ""; + + // Break association with cloned elements by also using setAttribute (#9646) + return name === "value" || value === elem.getAttribute( name ) ? + value : + undefined; + } + }; + jQuery.expr.attrHandle.id = jQuery.expr.attrHandle.name = jQuery.expr.attrHandle.coords = + // Some attributes are constructed with empty-string values when not defined + function( elem, name, isXML ) { + var ret; + return isXML ? + undefined : + (ret = elem.getAttributeNode( name )) && ret.value !== "" ? + ret.value : + null; + }; + jQuery.valHooks.button = { + get: function( elem, name ) { + var ret = elem.getAttributeNode( name ); + return ret && ret.specified ? + ret.value : + undefined; + }, + set: nodeHook.set + }; + + // Set contenteditable to false on removals(#10429) + // Setting to empty string throws an error as an invalid value + jQuery.attrHooks.contenteditable = { + set: function( elem, value, name ) { + nodeHook.set( elem, value === "" ? false : value, name ); + } + }; + + // Set width and height to auto instead of 0 on empty string( Bug #8150 ) + // This is for removals + jQuery.each([ "width", "height" ], function( i, name ) { + jQuery.attrHooks[ name ] = { + set: function( elem, value ) { + if ( value === "" ) { + elem.setAttribute( name, "auto" ); + return value; + } + } + }; + }); +} + + +// Some attributes require a special call on IE +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !jQuery.support.hrefNormalized ) { + // href/src property should get the full normalized URL (#10299/#12915) + jQuery.each([ "href", "src" ], function( i, name ) { + jQuery.propHooks[ name ] = { + get: function( elem ) { + return elem.getAttribute( name, 4 ); + } + }; + }); +} + +if ( !jQuery.support.style ) { + jQuery.attrHooks.style = { + get: function( elem ) { + // Return undefined in the case of empty string + // Note: IE uppercases css property names, but if we were to .toLowerCase() + // .cssText, that would destroy case senstitivity in URL's, like in "background" + return elem.style.cssText || undefined; + }, + set: function( elem, value ) { + return ( elem.style.cssText = value + "" ); + } + }; +} + +// Safari mis-reports the default selected property of an option +// Accessing the parent's selectedIndex property fixes it +if ( !jQuery.support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + var parent = elem.parentNode; + + if ( parent ) { + parent.selectedIndex; + + // Make sure that it also works with optgroups, see #5701 + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + return null; + } + }; +} + +jQuery.each([ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +}); + +// IE6/7 call enctype encoding +if ( !jQuery.support.enctype ) { + jQuery.propFix.enctype = "encoding"; +} + +// Radios and checkboxes getter/setter +jQuery.each([ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( jQuery.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); + } + } + }; + if ( !jQuery.support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + // Support: Webkit + // "" is returned instead of "on" if a value isn't specified + return elem.getAttribute("value") === null ? "on" : elem.value; + }; + } +}); +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + var tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== core_strundefined && (!e || jQuery.event.triggered !== e.type) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events + eventHandle.elem = elem; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( core_rnotwhite ) || [""]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener/attachEvent if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( core_rnotwhite ) || [""]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + eventPath = [ elem || document ], + type = core_hasOwn.call( event, "type" ) ? event.type : event, + namespaces = core_hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) { + event.preventDefault(); + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + try { + elem[ type ](); + } catch ( e ) { + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, ret, handleObj, matched, j, + handlerQueue = [], + args = core_slice.call( arguments ), + handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var sel, handleObj, matches, i, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + /* jshint eqeqeq: false */ + for ( ; cur != this; cur = cur.parentNode || this ) { + /* jshint eqeqeq: true */ + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && (cur.disabled !== true || event.type !== "click") ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Chrome 23+, Safari? + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + try { + this.focus(); + return false; + } catch ( e ) { + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Even when returnValue equals to undefined Firefox will still show alert + if ( event.result !== undefined ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, to properly expose it to GC + if ( typeof elem[ name ] === core_strundefined ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || + src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + if ( !e ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + if ( !e ) { + return; + } + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + this.isImmediatePropagationStopped = returnTrue; + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// IE submit delegation +if ( !jQuery.support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; + if ( form && !jQuery._data( form, "submitBubbles" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submit_bubble = true; + }); + jQuery._data( form, "submitBubbles", true ); + } + }); + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + // If form was submitted by the user, bubble the event up the tree + if ( event._submit_bubble ) { + delete event._submit_bubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event, true ); + } + } + }, + + teardown: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !jQuery.support.changeBubbles ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._just_changed = true; + } + }); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._just_changed && !event.isTrigger ) { + this._just_changed = false; + } + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event, true ); + }); + } + return false; + } + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "changeBubbles" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event, true ); + } + }); + jQuery._data( elem, "changeBubbles", true ); + } + }); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Create "bubbling" focus and blur events +if ( !jQuery.support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler while someone wants focusin/focusout + var attaches = 0, + handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + if ( attaches++ === 0 ) { + document.addEventListener( orig, handler, true ); + } + }, + teardown: function() { + if ( --attaches === 0 ) { + document.removeEventListener( orig, handler, true ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var type, origFn; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); +var isSimple = /^.[^:#\[\.,]*$/, + rparentsprev = /^(?:parents|prev(?:Until|All))/, + rneedsContext = jQuery.expr.match.needsContext, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + ret = [], + self = this, + len = self.length; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + ret = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + cur = ret.push( cur ); + break; + } + } + } + + return this.pushStack( ret.length > 1 ? jQuery.unique( ret ) : ret ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[0] && this[0].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return jQuery.inArray( this[0], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + var set = typeof selector === "string" ? + jQuery( selector, context ) : + jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ), + all = jQuery.merge( this.get(), set ); + + return this.pushStack( jQuery.unique(all) ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + do { + cur = cur[ dir ]; + } while ( cur && cur.nodeType !== 1 ); + + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + ret = jQuery.unique( ret ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + } + + return this.pushStack( ret ); + }; +}); + +jQuery.extend({ + filter: function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); + }, + + dir: function( elem, dir, until ) { + var matched = [], + cur = elem[ dir ]; + + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( isSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( jQuery.inArray( elem, qualifier ) >= 0 ) !== not; + }); +} +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rleadingWhitespace = /^\s+/, + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rtbody = /\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
", "
" ], + area: [ 1, "", "" ], + param: [ 1, "", "" ], + thead: [ 1, "", "
" ], + tr: [ 2, "", "
" ], + col: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: jQuery.support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X
", "
" ] + }, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement("div") ); + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +jQuery.fn.extend({ + text: function( value ) { + return jQuery.access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) ); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + // keepData is for internal use only--do not document + remove: function( selector, keepData ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function () { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return jQuery.access( this, function( value ) { + var elem = this[0] || {}, + i = 0, + l = this.length; + + if ( value === undefined ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( jQuery.support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for (; i < l; i++ ) { + // Remove element nodes and prevent memory leaks + elem = this[i] || {}; + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch(e) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var + // Snapshot the DOM in case .domManip sweeps something relevant into its fragment + args = jQuery.map( this, function( elem ) { + return [ elem.nextSibling, elem.parentNode ]; + }), + i = 0; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + var next = args[ i++ ], + parent = args[ i++ ]; + + if ( parent ) { + // Don't use the snapshot next if it has moved (#13810) + if ( next && next.parentNode !== parent ) { + next = this.nextSibling; + } + jQuery( this ).remove(); + parent.insertBefore( elem, next ); + } + // Allow new content to include elements from the context set + }, true ); + + // Force removal if there was no new content (e.g., from empty arguments) + return i ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback, allowIntersection ) { + + // Flatten any nested arrays + args = core_concat.apply( [], args ); + + var first, node, hasScripts, + scripts, doc, fragment, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[0], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || !( l <= 1 || typeof value !== "string" || jQuery.support.checkClone || !rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[0] = value.call( this, index, self.html() ); + } + self.domManip( args, callback, allowIntersection ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, !allowIntersection && this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[i], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Hope ajax is available... + jQuery._evalUrl( node.src ); + } else { + jQuery.globalEval( ( node.text || node.textContent || node.innerHTML || "" ).replace( rcleanScript, "" ) ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return this; + } +}); + +// Support: IE<8 +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType === 1 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (jQuery.find.attr( elem, "type" ) !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + if ( match ) { + elem.type = match[1]; + } else { + elem.removeAttribute("type"); + } + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var elem, + i = 0; + for ( ; (elem = elems[i]) != null; i++ ) { + jQuery._data( elem, "globalEval", !refElements || jQuery._data( refElements[i], "globalEval" ) ); + } +} + +function cloneCopyEvent( src, dest ) { + + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !jQuery.support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( jQuery.support.html5Clone && ( src.innerHTML && !jQuery.trim(dest.innerHTML) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && manipulation_rcheckableType.test( src.type ) ) { + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone(true); + jQuery( insert[i] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + core_push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== core_strundefined ? context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== core_strundefined ? context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; (elem = elems[i]) != null; i++ ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + +// Used in buildFragment, fixes the defaultChecked property +function fixDefaultChecked( elem ) { + if ( manipulation_rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) && + (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + // Fix all IE cloning issues + for ( i = 0; (node = srcElements[i]) != null; ++i ) { + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[i] ) { + fixCloneNodeIssues( node, destElements[i] ); + } + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0; (node = srcElements[i]) != null; i++ ) { + cloneCopyEvent( node, destElements[i] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || safe.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + + tmp.innerHTML = wrap[1] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[2]; + + // Descend through wrappers to the right content + j = wrap[0]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Manually add leading whitespace removed by IE + if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[0] ) ); + } + + // Remove IE's autoinserted from table fragments + if ( !jQuery.support.tbody ) { + + // String was a , *may* have spurious + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare or + wrap[1] === "
" && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) { + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !jQuery.support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( safe.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + tmp = null; + + return safe; + }, + + cleanData: function( elems, /* internal */ acceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + deleteExpando = jQuery.support.deleteExpando, + special = jQuery.event.special; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( acceptData || jQuery.acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // IE does not allow us to delete expando properties from nodes, + // nor does it have a removeAttribute function on Document nodes; + // we must handle all of these cases + if ( deleteExpando ) { + delete elem[ internalKey ]; + + } else if ( typeof elem.removeAttribute !== core_strundefined ) { + elem.removeAttribute( internalKey ); + + } else { + elem[ internalKey ] = null; + } + + core_deletedIds.push( id ); + } + } + } + } + }, + + _evalUrl: function( url ) { + return jQuery.ajax({ + url: url, + type: "GET", + dataType: "script", + async: false, + global: false, + "throws": true + }); + } +}); +jQuery.fn.extend({ + wrapAll: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each(function(i) { + jQuery(this).wrapAll( html.call(this, i) ); + }); + } + + if ( this[0] ) { + // The elements to wrap the target around + var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true); + + if ( this[0].parentNode ) { + wrap.insertBefore( this[0] ); + } + + wrap.map(function() { + var elem = this; + + while ( elem.firstChild && elem.firstChild.nodeType === 1 ) { + elem = elem.firstChild; + } + + return elem; + }).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each(function(i) { + jQuery(this).wrapInner( html.call(this, i) ); + }); + } + + return this.each(function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + }); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each(function(i) { + jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html ); + }); + }, + + unwrap: function() { + return this.parent().each(function() { + if ( !jQuery.nodeName( this, "body" ) ) { + jQuery( this ).replaceWith( this.childNodes ); + } + }).end(); + } +}); +var iframe, getStyles, curCSS, + ralpha = /alpha\([^)]*\)/i, + ropacity = /opacity\s*=\s*([^)]*)/, + rposition = /^(top|right|bottom|left)$/, + // swappable if display is none or starts with table except "table", "table-cell", or "table-caption" + // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rmargin = /^margin/, + rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ), + rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ), + rrelNum = new RegExp( "^([+-])=(" + core_pnum + ")", "i" ), + elemdisplay = { BODY: "block" }, + + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: 0, + fontWeight: 400 + }, + + cssExpand = [ "Top", "Right", "Bottom", "Left" ], + cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]; + +// return a css property mapped to a potentially vendor prefixed property +function vendorPropName( style, name ) { + + // shortcut for names that are not vendor prefixed + if ( name in style ) { + return name; + } + + // check for vendor prefixed names + var capName = name.charAt(0).toUpperCase() + name.slice(1), + origName = name, + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in style ) { + return name; + } + } + + return origName; +} + +function isHidden( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); +} + +function showHide( elements, show ) { + var display, elem, hidden, + values = [], + index = 0, + length = elements.length; + + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + values[ index ] = jQuery._data( elem, "olddisplay" ); + display = elem.style.display; + if ( show ) { + // Reset the inline display of this element to learn if it is + // being hidden by cascaded rules or not + if ( !values[ index ] && display === "none" ) { + elem.style.display = ""; + } + + // Set elements which have been overridden with display: none + // in a stylesheet to whatever the default browser style is + // for such an element + if ( elem.style.display === "" && isHidden( elem ) ) { + values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) ); + } + } else { + + if ( !values[ index ] ) { + hidden = isHidden( elem ); + + if ( display && display !== "none" || !hidden ) { + jQuery._data( elem, "olddisplay", hidden ? display : jQuery.css( elem, "display" ) ); + } + } + } + } + + // Set the display of most of the elements in a second loop + // to avoid the constant reflow + for ( index = 0; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + if ( !show || elem.style.display === "none" || elem.style.display === "" ) { + elem.style.display = show ? values[ index ] || "" : "none"; + } + } + + return elements; +} + +jQuery.fn.extend({ + css: function( name, value ) { + return jQuery.access( this, function( elem, name, value ) { + var len, styles, + map = {}, + i = 0; + + if ( jQuery.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + }, + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + var bool = typeof state === "boolean"; + + return this.each(function() { + if ( bool ? state : isHidden( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + }); + } +}); + +jQuery.extend({ + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "columnCount": true, + "fillOpacity": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + // normalize float css property + "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + style = elem.style; + + name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // convert relative number strings (+= or -=) to relative numbers. #7345 + if ( type === "string" && (ret = rrelNum.exec( value )) ) { + value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) ); + // Fixes bug #9237 + type = "number"; + } + + // Make sure that NaN and null values aren't set. See: #7116 + if ( value == null || type === "number" && isNaN( value ) ) { + return; + } + + // If a number was passed in, add 'px' to the (except for certain CSS properties) + if ( type === "number" && !jQuery.cssNumber[ origName ] ) { + value += "px"; + } + + // Fixes #8908, it can be done more correctly by specifing setters in cssHooks, + // but it would mean to define eight (for every problematic property) identical functions + if ( !jQuery.support.clearCloneStyle && value === "" && name.indexOf("background") === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) { + + // Wrapped to prevent IE from throwing errors when 'invalid' values are provided + // Fixes bug #5509 + try { + style[ name ] = value; + } catch(e) {} + } + + } else { + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) { + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var num, val, hooks, + origName = jQuery.camelCase( name ); + + // Make sure that we're working with the right name + name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + //convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Return, converting to number if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || jQuery.isNumeric( num ) ? num || 0 : val; + } + return val; + } +}); + +// NOTE: we've included the "window" in window.getComputedStyle +// because jsdom on node.js will break without it. +if ( window.getComputedStyle ) { + getStyles = function( elem ) { + return window.getComputedStyle( elem, null ); + }; + + curCSS = function( elem, name, _computed ) { + var width, minWidth, maxWidth, + computed = _computed || getStyles( elem ), + + // getPropertyValue is only needed for .css('filter') in IE9, see #12537 + ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined, + style = elem.style; + + if ( computed ) { + + if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right + // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels + // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values + if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret; + }; +} else if ( document.documentElement.currentStyle ) { + getStyles = function( elem ) { + return elem.currentStyle; + }; + + curCSS = function( elem, name, _computed ) { + var left, rs, rsLeft, + computed = _computed || getStyles( elem ), + ret = computed ? computed[ name ] : undefined, + style = elem.style; + + // Avoid setting ret to empty string here + // so we don't default to auto + if ( ret == null && style && style[ name ] ) { + ret = style[ name ]; + } + + // From the awesome hack by Dean Edwards + // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291 + + // If we're not dealing with a regular pixel number + // but a number that has a weird ending, we need to convert it to pixels + // but not position css attributes, as those are proportional to the parent element instead + // and we can't measure the parent instead because it might trigger a "stacking dolls" problem + if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) { + + // Remember the original values + left = style.left; + rs = elem.runtimeStyle; + rsLeft = rs && rs.left; + + // Put in the new values to get a computed value out + if ( rsLeft ) { + rs.left = elem.currentStyle.left; + } + style.left = name === "fontSize" ? "1em" : ret; + ret = style.pixelLeft + "px"; + + // Revert the changed values + style.left = left; + if ( rsLeft ) { + rs.left = rsLeft; + } + } + + return ret === "" ? "auto" : ret; + }; +} + +function setPositiveNumber( elem, value, subtract ) { + var matches = rnumsplit.exec( value ); + return matches ? + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i = extra === ( isBorderBox ? "border" : "content" ) ? + // If we already have the right measurement, avoid augmentation + 4 : + // Otherwise initialize for horizontal or vertical properties + name === "width" ? 1 : 0, + + val = 0; + + for ( ; i < 4; i += 2 ) { + // both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // at this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + // at this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // at this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with offset property, which is equivalent to the border-box value + var valueIsBorderBox = true, + val = name === "width" ? elem.offsetWidth : elem.offsetHeight, + styles = getStyles( elem ), + isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // some non-html elements return undefined for offsetWidth, so check for null/undefined + // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 + // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 + if ( val <= 0 || val == null ) { + // Fall back to computed then uncomputed css if necessary + val = curCSS( elem, name, styles ); + if ( val < 0 || val == null ) { + val = elem.style[ name ]; + } + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test(val) ) { + return val; + } + + // we need the check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] ); + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + } + + // use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +// Try to determine the default display value of an element +function css_defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + // Use the already-created iframe if possible + iframe = ( iframe || + jQuery("" ) + .append( " + + +
+

a bunch of content

+
+ +
Just another dialog to test stacking
+ + + diff --git a/tests/visual/draggable/replaced.html b/tests/visual/draggable/replaced.html new file mode 100644 index 0000000..9b54716 --- /dev/null +++ b/tests/visual/draggable/replaced.html @@ -0,0 +1,38 @@ + + + + + Draggable Visual Test + + + + + + + + + + + + +

WHAT: A draggable, whose content is replaced onmousedown.

+

EXPECTED: In IE8, the draggable can actually be dragged.

+ +
content
+ + + diff --git a/tests/visual/effects/all.html b/tests/visual/effects/all.html new file mode 100644 index 0000000..9fb4cf9 --- /dev/null +++ b/tests/visual/effects/all.html @@ -0,0 +1,217 @@ + + + + + jQuery UI Effects Test Suite + + + + + + + + + + + + + + + + + + + + +
    + +
  • +
    +

    Blind up

    +
    +
  • + +
  • +
    +

    Blind down

    +
    +
  • + +
  • +
    +

    Blind left

    +
    +
  • + +
  • +
    +

    Blind right

    +
    +
  • + +
  • +
    +

    Bounce 3 times

    +
    +
  • + +
  • +
    +

    Clip horizontally

    +
    +
  • + +
  • +
    +

    Clip vertically

    +
    +
  • + +
  • + +
  • + +
  • +
    +

    Drop up

    +
    +
  • + +
  • +
    +

    Drop left

    +
    +
  • + +
  • +
    +

    Drop right

    +
    +
  • + +
  • +
    +

    Explode in 9 pieces

    +
    +
  • + +
  • +
    +

    Explode in 36 pieces

    +
    +
  • + +
  • +
    +

    Fade

    +
    +
  • + +
  • +
    +

    Fold

    +
    +
  • + +
  • +
    +

    Highlight

    +
    +
  • + +
  • +
    +

    Pulsate 2 times

    +
    +
  • + +
  • +
    +

    Puff

    +
    +
  • + +
  • +
    +

    Scale

    +
    +
  • + +
  • +
    +

    Shake

    +
    +
  • + +
  • +
    +

    Size Default Show/Hide

    +
    +
  • + +
  • +
    +

    Size Toggle

    +
    +
  • + +
  • +
    +

    Slide down

    +
    +
  • + +
  • +
    +

    Slide up

    +
    +
  • + +
  • +
    +

    Slide left

    +
    +
  • + +
  • +
    +

    Slide right

    +
    +
  • + +
  • +
    +

    Transfer to first element

    +
    +
  • + +
  • +
    +

    addClass

    +
    +
  • + +
  • +
    +

    removeClass

    +
    +
  • + +
  • +
    +

    toggleClass

    +
    +
  • + +
  • +
    +

    hide/show (jQuery)

    +
    +
  • + +
+ + + diff --git a/tests/visual/effects/clip.html b/tests/visual/effects/clip.html new file mode 100644 index 0000000..49efa6d --- /dev/null +++ b/tests/visual/effects/clip.html @@ -0,0 +1,92 @@ + + + + + jQuery UI Effects Test Suite + + + + + + + + + +

WHAT: A set of elements with various positions and clips, using the clip effect.

+

EXPECTED: When clicking "Toggle" or "Effect Toggle", to observe the same behavior; All elements should not change position, aside from the expected clip animation. At the end of the animation, the animated elements should hide. Layout (i.e. the position of other elements) should not change until the animated elements are hidden.

+

EXPECTED: Clicking "Toggle" or "Effect Toggle" a second time reverses the animation, first showing all elements at their original dimensions, and restoring them to their original state.

+

EXPECTED: Clicking "Effect Default" should always perform a "hide" animation.

+

EXPECTED: Clicking any of the buttons in quick succession should queue the relevant animations.

+ +
+ + + +

Bacon ipsum dolor sit amet chuck cow ground round, ham hock short loin tail jowl sausage flank. Venison andouille turducken sausage. Boudin filet mignon shoulder, prosciutto sirloin tail cow pastrami. Salami jerky flank rump, sirloin spare ribs pork belly. Biltong brisket boudin ground round, venison chicken shankle short ribs meatball corned beef. Swine short ribs shoulder, short loin turducken biltong prosciutto ball tip. Biltong beef bresaola sausage prosciutto spare ribs, short loin swine pork chop cow flank pork turkey shankle.

+ jQuery Logo +

Jerky corned beef short loin fatback jowl tail. Rump spare ribs shoulder pork belly. Sausage cow ground round bacon. Bresaola kielbasa pastrami brisket ham hock. Andouille kielbasa ham, pork beef tenderloin ground round beef ribs flank turkey pancetta tri-tip.

+
+

Shankle filet mignon ribeye chicken, bacon jowl drumstick frankfurter swine short loin capicola leberkas tenderloin pig. Shankle bacon shank pork loin, shoulder ham drumstick biltong. Shankle ham pastrami ball tip turkey leberkas pork loin ground round. Chicken strip steak venison shoulder biltong ham. Bacon pork loin tenderloin kielbasa, prosciutto sausage leberkas jowl ribeye turducken. Flank short loin venison tenderloin spare ribs boudin, tongue pork chop shank sirloin. Ground round ham pork belly, corned beef jowl strip steak short ribs prosciutto pig bresaola spare ribs.

+ jQuery Logo +

Pork loin biltong ball tip tail jerky beef ribs prosciutto short loin turducken. Turkey chicken jowl pork loin shank tri-tip swine brisket. Doner prosciutto leberkas venison ground round, short loin capicola hamburger pork bacon. Spare ribs beef pork tenderloin rump shoulder pork belly turducken cow beef ribs pastrami tail flank. Spare ribs tri-tip shank, pork beef ribs ribeye chicken bacon boudin shoulder venison. Sirloin beef ribs boudin, andouille doner tail ball tip biltong prosciutto chicken beef turkey tongue hamburger tri-tip.

+
+

Doner salami jowl beef ribs. Pork chop beef short loin pork, kielbasa tail andouille salami sausage meatball short ribs t-bone tri-tip ham. Meatball short ribs prosciutto flank chicken fatback frankfurter brisket turducken. Corned beef hamburger swine short ribs pancetta. Jerky bresaola pork chuck spare ribs pastrami shoulder flank chicken leberkas beef.

+

Doner salami jowl beef ribs. Pork chop beef short loin pork, kielbasa tail andouille salami sausage meatball short ribs t-bone tri-tip ham. Meatball short ribs prosciutto flank chicken fatback frankfurter brisket turducken. Corned beef hamburger swine short ribs pancetta. Jerky bresaola pork chuck spare ribs pastrami shoulder flank chicken leberkas beef.

+

Doner salami jowl beef ribs. Pork chop beef short loin pork, kielbasa tail andouille salami sausage meatball short ribs t-bone tri-tip ham. Meatball short ribs prosciutto flank chicken fatback frankfurter brisket turducken. Corned beef hamburger swine short ribs pancetta. Jerky bresaola pork chuck spare ribs pastrami shoulder flank chicken leberkas beef.

+
+ + + diff --git a/tests/visual/effects/effects.css b/tests/visual/effects/effects.css new file mode 100644 index 0000000..8e9ee0f --- /dev/null +++ b/tests/visual/effects/effects.css @@ -0,0 +1,49 @@ +body { + margin: 1em; + padding: 0; + background: #fff; + color: #000; +} + +ul.effects { + list-style-type: none; + margin: 0; + padding: 0; +} + +ul.effects li { + padding: 0; + width: 120px; + height: 100px; + float: left; + margin-top: 20px; + margin-left: 20px; +} + +div.effect { + width: 120px; + height: 100px; + background: #ccc; + border: 5px outset #aaa; + float: left; + cursor: pointer; + cursor: hand; +} + +div.current { + border: 5px outset #FF9C08; + background: #FF9C08; +} + +div.effect p { + color: #191919; + font-weight: bold; + margin: 0; + padding: 10px; +} + +.ui-effects-transfer { + border: 1px dotted #fff; + background: #666; + opacity: 0.5; +} diff --git a/tests/visual/effects/effects.js b/tests/visual/effects/effects.js new file mode 100644 index 0000000..624e0b1 --- /dev/null +++ b/tests/visual/effects/effects.js @@ -0,0 +1,107 @@ +$(function() { + +var duration = 1000, + wait = 500; + +function effect( elem, name, options ) { + $.extend( options, { + easing: "easeOutQuint" + }); + + $( elem ).click(function() { + $( this ) + .addClass( "current" ) + // delaying the initial animation makes sure that the queue stays in tact + .delay( 10 ) + .hide( name, options, duration ) + .delay( wait ) + .show( name, options, duration, function() { + $( this ).removeClass( "current" ); + }); + }); +} + +$( "#hide" ).click(function() { + $( this ) + .addClass( "current" ) + .hide( duration ) + .delay( wait ) + .show( duration, function() { + $( this ).removeClass( "current" ); + }); +}); + +effect( "#blindLeft", "blind", { direction: "left" } ); +effect( "#blindUp", "blind", { direction: "up" } ); +effect( "#blindRight", "blind", { direction: "right" } ); +effect( "#blindDown", "blind", { direction: "down" } ); + +effect( "#bounce3times", "bounce", { times: 3 } ); + +effect( "#clipHorizontally", "clip", { direction: "horizontal" } ); +effect( "#clipVertically", "clip", { direction: "vertical" } ); + +effect( "#dropDown", "drop", { direction: "down" } ); +effect( "#dropUp", "drop", { direction: "up" } ); +effect( "#dropLeft", "drop", { direction: "left" } ); +effect( "#dropRight", "drop", { direction: "right" } ); + +effect( "#explode9", "explode", {} ); +effect( "#explode36", "explode", { pieces: 36 } ); + +effect( "#fade", "fade", {} ); + +effect( "#fold", "fold", { size: 50 } ); + +effect( "#highlight", "highlight", {} ); + +effect( "#pulsate", "pulsate", { times: 2 } ); + +effect( "#puff", "puff", { times: 2 } ); +effect( "#scale", "scale", {} ); +effect( "#size", "size", {} ); +$( "#sizeToggle" ).click(function() { + var options = { to: { width: 300, height: 300 } }; + $( this ) + .addClass( "current" ) + .toggle( "size", options, duration ) + .delay( wait ) + .toggle( "size", options, duration, function() { + $( this ).removeClass( "current" ); + }); +}); + +$( "#shake" ).click(function() { + $( this ) + .addClass( "current" ) + .effect( "shake", {}, 100, function() { + $( this ).removeClass( "current" ); + }); +}); + +effect( "#slideDown", "slide", { direction: "down" } ); +effect( "#slideUp", "slide", { direction: "up" } ); +effect( "#slideLeft", "slide", { direction: "left" } ); +effect( "#slideRight", "slide", { direction: "right" } ); + +$( "#transfer" ).click(function() { + $( this ) + .addClass( "current" ) + .effect( "transfer", { to: "div:eq(0)" }, 1000, function() { + $( this ).removeClass( "current" ); + }); +}); + +$( "#addClass" ).click(function() { + $( this ).addClass( "current", duration, function() { + $( this ).removeClass( "current" ); + }); +}); +$( "#removeClass" ).click(function() { + $( this ).addClass( "current" ).removeClass( "current", duration ); +}); +$( "#toggleClass" ).click(function() { + $( this ).toggleClass( "current", duration ); +}); + +}); diff --git a/tests/visual/effects/scale.html b/tests/visual/effects/scale.html new file mode 100644 index 0000000..648a702 --- /dev/null +++ b/tests/visual/effects/scale.html @@ -0,0 +1,168 @@ + + + + + jQuery UI Effects Test Suite + + + + + + + + + + +
+
+
+
+
+ + + + +
+ + + + +
+ + + diff --git a/tests/visual/effects/shake.html b/tests/visual/effects/shake.html new file mode 100644 index 0000000..595412b --- /dev/null +++ b/tests/visual/effects/shake.html @@ -0,0 +1,99 @@ + + + + + jQuery UI Effects Test Suite + + + + + + + + + + +

WHAT: A set of elements with various box-model properties, using the shake effect to toggle.

+

EXPECTED: When clicking "Toggle", all elements should not change dimension nor position, aside from the expected shake animation, which should take the number of milliseconds specified to complete. At the end of the animation, all elements should hide.

+

EXPECTED: Clicking "Toggle" a second time reverses the animation, first showing all elements at their original dimensions, and restoring them to their original state.

+ + + +
+
test
+
test
+
test
+
+
+
test
+
test
+
test
+ +
+
+
test
+
test
+
test
+ +
+
+
test
+
test
+
test
+ +
+
+
test
+
test
+
test
+
+ + + diff --git a/tests/visual/index.html b/tests/visual/index.html new file mode 100644 index 0000000..09c1b29 --- /dev/null +++ b/tests/visual/index.html @@ -0,0 +1,103 @@ + + + + + jQuery UI Visual Tests + + + + + + + + + +
+

jQuery UI Visual Tests

+
+

Accordion

+ + +

addClass

+ + +

Button

+ + +

Dialog

+ + +

Draggable

+ + +

Effects

+ + +

Menu

+ + +

Position

+ + +

Selectmenu

+ + +

Slider

+ + +

Tooltip

+ + +

Compound

+ + +

General

+ +
+
+ + + diff --git a/tests/visual/menu/menu.html b/tests/visual/menu/menu.html new file mode 100644 index 0000000..0770b99 --- /dev/null +++ b/tests/visual/menu/menu.html @@ -0,0 +1,304 @@ + + + + + Menu Visual Test: Default + + + + + + + + + + + +

Default inline menu

+ + +

Inline with disabled items and submenus

+ + +

Menu with icons

+ + +

Long menu with scroll overflow, to test menu's scroll-on-keypress behaviour

+ + +

Menu with custom markup

+ + +

Menu with custom markup, multi-line items and a custom submenu icon

+ + +

Inline with dividers and group labels

+ + +
+ Log: +
+
+ + + diff --git a/tests/visual/position/position.html b/tests/visual/position/position.html new file mode 100644 index 0000000..d9c7adb --- /dev/null +++ b/tests/visual/position/position.html @@ -0,0 +1,143 @@ + + + + + Position Visual Test + + + + + + + + + + + +
+
+

This is the position target element.

+
+ +
+

to position

+
+ +
+

to position 2

+
+ +
+

Position configuration:

+
+ my: + + +
+
+ at: + + +
+
+ collision: + + +
+
+ + +
+
+ + +
+ +
+ + + diff --git a/tests/visual/position/position_feedback.html b/tests/visual/position/position_feedback.html new file mode 100644 index 0000000..97682c6 --- /dev/null +++ b/tests/visual/position/position_feedback.html @@ -0,0 +1,145 @@ + + + + + Position Visual Test: Feedback + + + + + + + + + + + +
all around me
+
+ + + diff --git a/tests/visual/selectmenu/selectmenu.html b/tests/visual/selectmenu/selectmenu.html new file mode 100644 index 0000000..6558c4a --- /dev/null +++ b/tests/visual/selectmenu/selectmenu.html @@ -0,0 +1,300 @@ + + + + + Selectmenu Visual Test: Default + + + + + + + + + + + + +
+

Event logging tests

+
+ + + + + + +
+ +
+ +
+ + +

Disabled tests

+
+ + + + + + + + + + + + + + +
+ +

Empty tests

+
+ + + + + + + + + + + +
+ +

Width tests

+
+ + + + + + + + + + + + + + +
+ + +
+ Log: +
+
+ + + diff --git a/tests/visual/slider/range_slider.html b/tests/visual/slider/range_slider.html new file mode 100644 index 0000000..2b041f3 --- /dev/null +++ b/tests/visual/slider/range_slider.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Slider - Range slider + + + + + + + + + +
+

Range Slider

+

When set both values of range slider to the maximum, slider should not lock

+
+
+ + +
+ + + + diff --git a/tests/visual/theme.html b/tests/visual/theme.html new file mode 100644 index 0000000..2f7899b --- /dev/null +++ b/tests/visual/theme.html @@ -0,0 +1,525 @@ + + + + + jQuery UI Example Page + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

Accordion

+
+
+
+

First

+
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
+
+
+

Second

+
Phasellus mattis tincidunt nibh.
+
+
+

Third

+
Nam dui erat, auctor a, dignissim quis.
+
+
+
+
+
+
+

First no icons

+
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
+
+
+

Second no icons

+
Phasellus mattis tincidunt nibh.
+
+
+

Third no icons

+
Nam dui erat, auctor a, dignissim quis.
+
+
+
+ + + +

Tabs

+
+ +
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum.
+
Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Pellentesque nisi urna, interdum eget, sagittis et, consequat vestibulum, lacus. Mauris porttitor ullamcorper augue.
+
+ + +

Dialog

+

Open Dialog

+ +
Inline Dialogclose
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+
+ + +

Overlay and Shadow Classes (not currently used in UI widgets)

+
+

Lorem ipsum dolor sit amet, Nulla nec tortor. Donec id elit quis purus consectetur consequat.

Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci.

Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat.

Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam.

Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante.

Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi.

+ + +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+
+
+ +
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

+
+ + + +

Framework Icons (content color preview)

+
    + +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • + +
  • +
  • +
  • +
  • +
  • +
+ + + +

Slider

+
+
+
+
+
+ 88 + 77 + 55 + 33 + 40 + 45 + 70 +
+
+ + + +

Datepicker

+
+
+
+
+
+
+ + + +

Progressbar

+
+ + +

Highlight / Error

+
+
+

+ Hey! Sample ui-state-highlight style.

+
+
+
+
+
+

+ Alert: Sample ui-state-error style.

+
+
+ +

Button

+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/visual/tooltip/animations.html b/tests/visual/tooltip/animations.html new file mode 100644 index 0000000..6131db4 --- /dev/null +++ b/tests/visual/tooltip/animations.html @@ -0,0 +1,73 @@ + + + + + Tooltip Visual Test: Animations + + + + + + + + + + + + + + + + +
{}
+
{
+  "show": {
+    "effect": "slideDown"
+  },
+  "hide": {
+    "effect": "slideUp"
+  }
+}
+
{
+  "show": {
+    "effect": "explode"
+  },
+  "hide": {
+    "effect": "explode"
+  }
+}
+
{
+  "show": {
+    "effect": "bounce"
+  },
+  "hide": {
+    "effect": "blind"
+  }
+}
+
{
+  "show": {
+    "effect": "drop",
+    "direction": "right"
+  },
+  "hide": {
+    "effect": "drop",
+    "direction": "right"
+  }
+}
+ + + diff --git a/tests/visual/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html new file mode 100644 index 0000000..8d5364d --- /dev/null +++ b/tests/visual/tooltip/tooltip.html @@ -0,0 +1,206 @@ + + + + + Tooltip Visual Test: Default + + + + + + + + + + + + +
+

Lots of tooltipped elements close together.
+ Mouse through them quickly and slowly.

+ + +
+

These elements are right aligned.
+ One collides and one uses custom position.

+

+ collision detection should kick in around here +

+

+ right aligned with custom position +

+
+ +
+

These footnotes pull content form the elements they link to.

+ +
+ +
+

These elements load their content asynchronously.
+ There should be a loading message while the content is retrieved.

+
+ async +
+
+ async + cache +
+
+ +
+

Nested elements.

+
+
+ tooltipped + + nested tooltipped + third level + +
+ +
+
+ Text in bold. +
+
+ + + + +
+

Play around with focusing and hovering of form elements.

+
+
+ + +
+
+ + +
+ + +

Some inputs nested inside labels:

+
+ + + + +
+ +

Some button widgets:

+
+ + + + +
+
+ +
+
This is the footnote, including other elements
+
This is the other footnote, including other elements
+
+
+ +
+ + + diff --git a/tests/visual/visual.css b/tests/visual/visual.css new file mode 100644 index 0000000..b61fc0e --- /dev/null +++ b/tests/visual/visual.css @@ -0,0 +1,3 @@ +body { font-size: 62.5%; } +#draggable, #resizable { width: 100px; height: 100px; background: #abc; } +#droppable { width: 100px; height: 100px; background: #cde; } diff --git a/themes/base/accordion.css b/themes/base/accordion.css new file mode 100644 index 0000000..23114b1 --- /dev/null +++ b/themes/base/accordion.css @@ -0,0 +1,36 @@ +/*! + * jQuery UI Accordion @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/accordion/#theming + */ +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin: 2px 0 0 0; + padding: .5em .5em .5em .7em; + min-height: 0; /* support: IE7 */ + font-size: 100%; +} +.ui-accordion .ui-accordion-icons { + padding-left: 2.2em; +} +.ui-accordion .ui-accordion-icons .ui-accordion-icons { + padding-left: 2.2em; +} +.ui-accordion .ui-accordion-header .ui-accordion-header-icon { + position: absolute; + left: .5em; + top: 50%; + margin-top: -8px; +} +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; +} diff --git a/themes/base/all.css b/themes/base/all.css new file mode 100644 index 0000000..b31adc8 --- /dev/null +++ b/themes/base/all.css @@ -0,0 +1,12 @@ +/*! + * jQuery UI CSS Framework @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/theming/ + */ +@import "base.css"; +@import "theme.css"; diff --git a/themes/base/autocomplete.css b/themes/base/autocomplete.css new file mode 100644 index 0000000..7fcb282 --- /dev/null +++ b/themes/base/autocomplete.css @@ -0,0 +1,16 @@ +/*! + * jQuery UI Autocomplete @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/autocomplete/#theming + */ +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; +} diff --git a/themes/base/base.css b/themes/base/base.css new file mode 100644 index 0000000..3ed0266 --- /dev/null +++ b/themes/base/base.css @@ -0,0 +1,28 @@ +/*! + * jQuery UI CSS Framework @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/theming/ + */ +@import url("core.css"); + +@import url("accordion.css"); +@import url("autocomplete.css"); +@import url("button.css"); +@import url("datepicker.css"); +@import url("dialog.css"); +@import url("draggable.css"); +@import url("menu.css"); +@import url("progressbar.css"); +@import url("resizable.css"); +@import url("selectable.css"); +@import url("selectmenu.css"); +@import url("sortable.css"); +@import url("slider.css"); +@import url("spinner.css"); +@import url("tabs.css"); +@import url("tooltip.css"); diff --git a/themes/base/button.css b/themes/base/button.css new file mode 100644 index 0000000..70caf10 --- /dev/null +++ b/themes/base/button.css @@ -0,0 +1,114 @@ +/*! + * jQuery UI Button @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/button/#theming + */ +.ui-button { + display: inline-block; + position: relative; + padding: 0; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + overflow: visible; /* removes extra width in IE */ +} +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; +} +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2.2em; +} +/* button elements seem to need a little more width */ +button.ui-button-icon-only { + width: 2.4em; +} +.ui-button-icons-only { + width: 3.4em; +} +button.ui-button-icons-only { + width: 3.7em; +} + +/* button text element */ +.ui-button .ui-button-text { + display: block; + line-height: normal; +} +.ui-button-text-only .ui-button-text { + padding: .4em 1em; +} +.ui-button-icon-only .ui-button-text, +.ui-button-icons-only .ui-button-text { + padding: .4em; + text-indent: -9999999px; +} +.ui-button-text-icon-primary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 1em .4em 2.1em; +} +.ui-button-text-icon-secondary .ui-button-text, +.ui-button-text-icons .ui-button-text { + padding: .4em 2.1em .4em 1em; +} +.ui-button-text-icons .ui-button-text { + padding-left: 2.1em; + padding-right: 2.1em; +} +/* no icon support for input elements, provide padding by default */ +input.ui-button { + padding: .4em 1em; +} + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon, +.ui-button-text-icon-primary .ui-icon, +.ui-button-text-icon-secondary .ui-icon, +.ui-button-text-icons .ui-icon, +.ui-button-icons-only .ui-icon { + position: absolute; + top: 50%; + margin-top: -8px; +} +.ui-button-icon-only .ui-icon { + left: 50%; + margin-left: -8px; +} +.ui-button-text-icon-primary .ui-button-icon-primary, +.ui-button-text-icons .ui-button-icon-primary, +.ui-button-icons-only .ui-button-icon-primary { + left: .5em; +} +.ui-button-text-icon-secondary .ui-button-icon-secondary, +.ui-button-text-icons .ui-button-icon-secondary, +.ui-button-icons-only .ui-button-icon-secondary { + right: .5em; +} + +/* button sets */ +.ui-buttonset { + margin-right: 7px; +} +.ui-buttonset .ui-button { + margin-left: 0; + margin-right: -.3em; +} + +/* workarounds */ +/* reset extra padding in Firefox, see h5bp.com/l */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; +} diff --git a/themes/base/core.css b/themes/base/core.css new file mode 100644 index 0000000..387d5dd --- /dev/null +++ b/themes/base/core.css @@ -0,0 +1,93 @@ +/*! + * jQuery UI CSS Framework @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/theming/ + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; +} +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; + border-collapse: collapse; +} +.ui-helper-clearfix:after { + clear: both; +} +.ui-helper-clearfix { + min-height: 0; /* support: IE7 */ +} +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter:Alpha(Opacity=0); /* support: IE8 */ +} + +.ui-front { + z-index: 100; +} + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; +} + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; +} + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} diff --git a/themes/base/datepicker.css b/themes/base/datepicker.css new file mode 100644 index 0000000..a77eab7 --- /dev/null +++ b/themes/base/datepicker.css @@ -0,0 +1,175 @@ +/*! + * jQuery UI Datepicker @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/datepicker/#theming + */ +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; +} +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; +} +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; +} +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; +} +.ui-datepicker .ui-datepicker-prev { + left: 2px; +} +.ui-datepicker .ui-datepicker-next { + right: 2px; +} +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; +} +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; +} +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; +} +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; +} +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; +} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 45%; +} +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; +} +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; +} +.ui-datepicker td { + border: 0; + padding: 1px; +} +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; +} +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; +} +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; +} +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; +} + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; +} +.ui-datepicker-multi .ui-datepicker-group { + float: left; +} +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; +} +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; +} +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; +} +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; +} +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; +} +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; +} +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; +} + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; +} +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; +} +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; +} diff --git a/themes/base/dialog.css b/themes/base/dialog.css new file mode 100644 index 0000000..10c89d0 --- /dev/null +++ b/themes/base/dialog.css @@ -0,0 +1,70 @@ +/*! + * jQuery UI Dialog @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/dialog/#theming + */ +.ui-dialog { + overflow: hidden; + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; +} +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; +} +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 20px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; +} +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; +} +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; +} +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; +} +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog .ui-resizable-se { + width: 12px; + height: 12px; + right: -5px; + bottom: -5px; + background-position: 16px 16px; +} +.ui-draggable .ui-dialog-titlebar { + cursor: move; +} diff --git a/themes/base/draggable.css b/themes/base/draggable.css new file mode 100644 index 0000000..f2000c4 --- /dev/null +++ b/themes/base/draggable.css @@ -0,0 +1,12 @@ +/*! + * jQuery UI Draggable @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ +.ui-draggable-handle { + -ms-touch-action: none; + touch-action: none; +} diff --git a/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png b/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-bg_flat_75_ffffff_40x100.png b/themes/base/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8b229af950c29356abf64a6c4aa894575445f0 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FsY*{5$B>N1x91EQ4=4yQYz+E8 zPo9&<{J;c_6SHRil>2s{Zw^OT)6@jj2u|u!(plXsM>LJD`vD!n;OXk;vd$@?2>^GI BH@yG= literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png b/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3d6346e00f246102f72f2e026ed0491988b394 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnour0hLi978O6-<~(*I$*%ybaDOn z{W;e!B}_MSUQoPXhYd^Y6RUoS1yepnPx`2Kz)7OXQG!!=-jY=F+d2OOy?#DnJ32>z UEim$g7SJdLPgg&ebxsLQ09~*s;{X5v literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-bg_glass_65_ffffff_1x400.png b/themes/base/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..42ccba269b6e91bef12ad0fa18be651b5ef0ee68 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouqzpV=978O6-=0?FV^9z|eBtf= z|7WztIJ;WT>{+tN>ySr~=F{k$>;_x^_y?afmf9pRKH0)6?eSP?3s5hEr>mdKI;Vst E0O;M1& literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-bg_glass_75_dadada_1x400.png b/themes/base/images/ui-bg_glass_75_dadada_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..5a46b47cb16631068aee9e0bd61269fc4e95e5cd GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouq|7{B978O6lPf+wIa#m9#>Unb zm^4K~wN3Zq+uP{vDV26o)#~38k_!`W=^oo1w6ixmPC4R1b Tyd6G3lNdZ*{an^LB{Ts5`idse literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100644 index 0000000000000000000000000000000000000000..7c9fa6c6edcfcdd3e5b77e6f547b719e6fc66e30 GIT binary patch literal 101 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 literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-icons_2e83ff_256x240.png b/themes/base/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..45e8928e5284adacea3f9ec07b9b50667d2ac65f GIT binary patch literal 4369 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 literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-icons_454545_256x240.png b/themes/base/images/ui-icons_454545_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec70d11bfb2f77374dfd00ef61ba0c3647b5a0c GIT binary patch literal 4369 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 k*Kv;w;*%(i9W@fAqs5i2wiq literal 0 HcmV?d00001 diff --git a/themes/base/images/ui-icons_888888_256x240.png b/themes/base/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..5ba708c39172a69e069136bd1309c4322c61f571 GIT binary patch literal 4369 zcmd^?`8yPD_s3^phOrG}UnfiUEn8(9QW1?MNkxXVDEpFin2{xWrLx5kBC;k~GmI3`<(O3xvulR&VAkQJHZBho(m=l0{{SA7UpJl008iB z3RqU$@Wfh}nb?QCTyjovo2=)B^qQB=#XMCF_n=?1Jbh>5sptJM?}}{I zHzR=-V_TFXKM0P+&lrh3TPr)c<8EmLl3g~EY}W@od*0X6Ljv>L(67bjz58EDypsu&ddu2a@@x)`5aA^S^DxkW8rs_vKtu8N8(o0 z#Nf}*Ch4&iw866BiW!_r4*HRsHn%80xlBW<`IOcXDu%LQam7$Ge$q#1415XvN>cnS zk_qU%P}4fO0v>J{Zw9o*)JF-CPA!KcpFR1Pn(l@*bKh=1_!ZRWb?FoG5a22cVG<$5 z0|%Qj7p@n}=Hrkk`BkD99I57h7_+lQ-AZ-?fETz5E~q(= z!!d%~_yivn82d_pX#M+Y`|`-F^s6-{6}S!?_mFzr<=n>M{{PUq7g-N`hqOcY-y_m= zc#xZEqMPgqc5cu{ag@Tdli5@JlV{xH8J%TA}P<$=Qej`5Hq>_Gzk+NDFM{b*SA6Yydp9VOs1VgIYAcj@1BIt< zXz@=NF2DLCC>`r|^h-z5@eIEh>Vnjh+|-6M@nuC!oc*856_8#_6jL|rKLYu=)Ew4+ z*XiJVgHrKl?=0wjQ)aeNu2^jkUW>@Hei_S;nuA%RRe49V`VM;8SxUBxpZPe>l9ZA{YS(NU; zhnP(vSd1kYiV^KQ02>XpH6u}Xk)wrk`+SxNxC73cSAefm+V!<`c^b#A9NaTn45bEq zkRYp$U%h-|^9P*syb!eKG!QC-$;IS9MdE^@-`WRSzTp+8M9zqJCUsoPC-3Tr+qbkO z$o;ra-wGjC64H8m{(*FVitg+LQKH+96D4!FREFb|Scex)lw()`rHV$WMdUJNe3E}`->+?@(FDYcZt1#>wXwgHzQ6{p% zTY#PF?iBGE7<=u*`SFt0Lw0HX!oh85UlzQH{;k~&JH?kPJzdQX=gAmX40n@#()wBu zSllJ`lX^ZF9!&n2{1443>o2BzK(6sGDQ?n~RYk_ih&{?TJNBH*Eq`73g$F~WrJz{` zce}LL0;S^ZMb&nKyWR#(_t{VguBs~LOSLX&q*$M&haRh5HO5G%C&MvDmi{a@PM;Zq z)h;XzD;Cshu#GG)RsptBTJvnQHC(-#7@G7B`iqJMl=F%g zD7I#-8sWBC_kJC!{tU)rGSX-nt`B$M86ARc$^oIWRNOCMU!X+%PKM$X`mI~kxxaKB znBMvsb8nZ)0}JBmidn3FUeG@ZcdpwZy_4oi*b{&c?T^HaVC|`tnlo?1SjRKLNPk{gDWT+_1fio|Ic{5kU=X{rvm3 zZIZ6BO4vMQdqO`~Ef~j4Z?cQ(+Ff$wxGAlyMBqd}_S__(_xM@v-fTM;$Q^HhR@PU= zE|8KP1IM4s;)*-+Z@m25>p^N(PgHJsq+a!8`ezsTQ3Np0+k4Mtdkgu z^}tg`-YMQKuuO>dsJQkgyjabt1)2OM)|R(}hto4zSIj5V;^@PYtIwI&4#+%;&Kf)o z7)jrDgZ%f?x$UCa=&~<9SHq{ZhxKx!b+ft~!I?(H$&BMOox4KuOo95gl<%5AIg+is zd=%?6ZOr(k=S0U?!*k{1h5q3O_ZrYo5Hq#Sl|1?L+WU%}6JI(orD)*qq-300E63z? z#iM){^ff?RwehBsE3Uh)}m z74!C`a^?2x1@?-i<#cI?a=RcP4Xx$88l&B!g`Nm)Fo$Fcf!VX@0y$z7EVz~OXbALP zyfX0m-nf+4I&E=bsAjk~l_2g3i}1e%qO!KkQ@Ij*%HbGO)w=i^^5FvkHIIee`4l@J zN(eR%MpMiipJjP0Cxd|&4n@b?>6{Ue05+A0q?xd^oCpYNXpePmO#{q`vISfX)oT82 zc+d5gPn5-?9wBmlt3pk*z*hj`X#ycn4?KJY!|++>4l2@t>FhVEjPeFAhW%k5Vkm2~ zbcy`#HFb1XOYOKAcKGGN*GG%skMBnYSL@4d#@wS$CLny@9vSEwSCUSW;OHk%_<>T$ z7HwfvT&)@WQFkIm_dH-5Csjc|H+OBX6;F-rR3wuTudV;|_Oc(#-}UUgloD_-!aH>L z-NF)hJ|F-%gI?Y8Jvo7qXRG7UV5l2_yAHF93IhsP-b`cH*wlEz^Qi99$$*D?10PGQ zCkYPA5Hltd=c+>(bWIfjJP@1Obe?Gx$=qVDe)rPM+5sw)!8F3K7T{OMLFj_+>SX>F zTT-48YC1?q1IV|?OSG8?IGXAN;&q~nz?z0#i+qM9P~U@BNG1FyO9#kvk>T>G=#)_^ zj!fMlH{X;+ONmr!LsJx(j*b2&WMpJ+s&cN;7Tyu8gf>RT2kOR+DBzZr7=m-v-UheM zgj$|(0HN;F)qrlz6$FyVsy6e02`M!$<1L&Bz z+b!=_(#ur8?I=h&thJP2c+^S%)lEi*8fSaPs>Or&i1kF^p9QX&8C;)E+S__7fCh{W zSpW930L|8eV$Pa=LO*oao@VWHUr>MSl`x%iydJaFA!rB6u0`Jo5337p0UZNmSb{=o z*%W(>6W|^!F&8DUAC~&Vo2D?gE{V0S3{B;atoXLUNo9J? z0AWHot1HHimnr%xGf~-qSOO6>z*MtHe(EIN3<7@k-U&gFD+Xq}Ua*o~(!1kApC zO+-7O=jP#uq4B~*JwPs<`_;tw%;J3m{g-9xU(RBU&q^x&eSc@Ik<8NR$i0+>JBKgT zPqjfRC3Q3V=4q|BVK-yVuyUMByvXqR1a4^k&=*MqJ_v2b7I+El z1&0}s^tJ?^uXsz@oZ9j4x^n+$X$>D_nE$4#I-;EJG6wc;Jy@i$hSA&JVNoE;;UpDo l!Q;r<<-MKrq~`aIaqoP9xRgPV&EKy+z~U_0tkM({{ePlYU?u&Z`mr_kcwz5Nh&g=McJ3E!;CE1E0ryV5Ro;>nvty8 zA{omJnn+{p4952Let*87zvA;auXFF~{<`_uPA4&sV%P>LMpp1PTBEIL*yWZ2%{t3Pe;FXZ3XmxI8(D_g57_$Zil~sY6d4T}-hu9_Wqp4C0AMO{-e2$W~1A}=8 z?24)=?B)4HUDo_oXckN%okP)HFJjaB4*3_SNpKaf;yPT}KqfS{2x7`d{0xbPErH%h zh`mQJ03DaATP9aP!}a4$fY#``NI~M6&RljED)8z}hhWxrNbxIBlTxG^j z!X>$3AQQ&I%_5mRECOjaGwR-GHmde})^)t-3_~aFM1G_L#mpCNdcLqr(RKjv3R}(z zG2^yBftMYh;H3a#-slaj|5$BX9+{PTv&NtR*P-L?l21FGTG`$H9~##p%VE!uR>=NG zc&auxVl!1_lP%uX71AJvlz(wLYl?63oLd~dqjZRrU#UEWw8J6Yn-7L~T$$tjeAQiW z9$XG5Hu>rxFBnzgd6ho#^gE5pY>U$dTCRN85Y1tQQ0=Pn{?7OJ10x9Xk!>P2f(f^f zILd}5--N;Po4*25F|J3ywIv+R@rfcYNj}R-sXrH2TFAiK{jFGG(ru1p=w$wR;IXQwAX*S~oiEK{g;kZPW;YE|!QY|g^2`dMS{&1Fr zkf?!sj~m)xO3v`hh4KQRJ&&Q!=X1HNq8T_Sg2P^B&rZX{VQUNc9O(K+B_Z4hiTH7M zW7K5Y!Ec5xD~B9zFlKUWG_Rd)xTK7U#hRGhp51T++e6oS{gT^?3s~>V4?6{zchhc_ z3UBb_W2U+~guMsG-g=@#aWPSFypk)5jIUTxFiM zycGZzbxQuCTnvH*kv=E=LsRnltLbhgm$=ttS1IzU0)1t~4(XE>bHVwJpAPKOqoI-# zrdc{yo0R7Qx%~ZQl{UPa?gmxo#ZWM|vNHNxl@8NLksfn5Ek>C${w=x~pekl%gfwaLwWspL{af)?f zTOBmhTyU&3;}QeF&VLwhJ>Dezu>~P zc+$aFxKDWKj-CmD(v`}uH|ts*SefX@lyrc<%~WE6tHU#dv;y+LlA@cTgl8J!u@@u6 z@@fvJdC)1TvBa$QT@ck`rUxF**7w4Yh0!vZUsGu%Lm(cl(l#QPpmoOH3JC>FMe07G zq0kl#K+GLndyoOx8{t9g8JiLs#`pH8JWqR_ZM%J!Yr>cp>95<^#=FWQfzPm%q;5B+ z0>}ul8+l+gRaHV$$tsq5|MU;?AJ~m-XNxjW3U6JH2k`tOXAqi)yGI@^uA&dQ% zZCJIe7{qK>+p_F)Sqy-GC!x-5MgogsP6lwiUH`N^a7*LKPdO{!4L^_^;goe*e}3s( z0i~~@V#)#L*W~2F?}&N*IQ)0a4Z1$uTU)p7^Mq&IM6K6d*$vpX2+L*+$9vY0=7?$b zxdD4R`8~74HMWsx#*goNSp#(_;z`UT-GuGxoUl-){JNk1rf)aSKE!W`#m`t#v6V!u zgn>fufpkVprL(KqSkhl*Z+yRQosF)bEiV<#K8hOr>yQ1@7Xg>g3EjKwLB7)(9$3%X z$G30OD&Z2Nh{;v5!}oF4fUu0TM%&2F-6aS1+fqu3cn;K4k4-#kkB|BO?bZtcTygp+ zB|R0)0x`)UVEm;Fwx~Vt*6ZV3k5Xcj6_=(X2y*8M&NGz^?Jr>Jutu8idcHpesED^^ znM9MV2AcX%oppm45TS9yYBtteX?1liAe($}l8Mrk|YY*cFUp@Yl5_|Ih%+ z5^dz*^BpQ&l8;Le-Z+E?J1_|}dtK>`0HCSg@u z*e9pUpX4zkcJ~*%3c8N=D_*8f&2puu6>riMeA#MG3E+*kYt|0Dnl;U^u0x`IJLnY* zjELAyFaL6=ihd=uwgnc)F;a_ZKEBsA_UuVc$NS1$GwozcE)2-hGS_c!*V9@%u`#?lhbMR;p$MXpbUS7*AsAt5?3(xQtcatZ zK;B-KhX__vb(?F4Q0GloBJ>|QvdJoM?lDbgsR3iM@a;Z3?cA&4wtslYkr80ETZHkc z9*>q7Q7<0~XHK7PK#yo@cBi@smopq(-%`e-KH4Qx-~rbHu}dW58QqJ{;3Inef@=x4 zI)BgQYXff|j7xg1Qx_M8s)u`0@M0d&aKAfD6qe?B3THxh84PWrQX5xII()>h>b|f$ zpKR+*4#vbnsS3H{v&>IrrO}Xrp{O`p?Q{I%z{XPHRAc7mQ~rVVZ80t_sel;~R{!fE znoWNU9=P1`jx=A?#Ye1fm8**6`|yK3jKQSofyZy4XkM$FK?NExjqO&YVea7N(7$X$ zbR{k3PT@a2CJt_@Dead-55GO?f3gVr{BdM(wXV#1%q{YCJlyB~k-m;m1@SZyhI$5p z9ViBGQ5QzVRGUDbbtaN^E&{f(lI64ub2s){aFm!11riDV*6MFh58H{nU5}0{$^Hi; zJVW(-UYp)>>|Lx|%+y^DwKhz`tPS-85#6Rh0)ckL)U$^na{7 z@VVG(5^ui@Hf1odF537(mlR>ZBhjf%rT+ zPUdZ~CgvIZM_wUkJAw%w}x9jc8!TL)0!EfOi*AMUgP00QdmWDhdxHH4HGc<~J zIVYb|Vj$~E#d*)1>gzKQFOMaAy}BVVo}IK&7ZMB zx!9l*+ek@g>FsKVCTu!A+bt50<5zR%LvhtB47 zphLoLmz-;H4@2#)g8=!k#zLI#UMqFnH)&}~tj#&gW_Q99mQw+L7dU5Tu)W%;@9Qi9 z>QGi--TSZnR2z4)8B5wJy^vu$s+IRc0ll#|LNt!?I`me%fGty24eDN4Xl+O{(+NPj z1ygVh>zf*$Pk&fEX-3AP^1w$s1y_e7lBxzgSu6?iXt=l939t1dNMV&Hw?hI}<+!vx zKuXRw@aAWBEW)iT2xma>qG11B|GnfLf43m`S%SD z3d3^-2o=m;T`_XFO4d`JiOd4T*vl!w_t?SMNPGOr712xew$!m3PP4`3g2iVGiU!9* z&w=GY2O}!evGB%RQa5rA7s5%`YA&A$+(`a%B< z)4%^Wyf-xKA)KjJ=y>(k$Cki3nVk)wxAEYIGA3p>sG^i;f$cIw3$H&^I7dNHU=sw$d)j7 zh|(sSuhT>1EWU{wVQLz{XV1iYPIvxnNv=>Vu3kdkB_SVNJ(KJiSF;#9T-Gc6A9!kU z?a4i1-1H;R$hx=;;1@G7Jsm?|a=U>2b+qZz`aN9sgsIyFSp6r%%!9oq%tbmjY#K7P z-Gux{jUMaKw>DF`W{3tTZ|SIDqX6v)w4@1rITXmow6pv9GTr+NsJ`V>Zv++iD5MFK z@5#Rx6sk|u-Qs__;w5Q)X2-Ad+QXxzHC&)U-n+`G@G_e77|5&TV3EucN^AXqK{AmK pCn+FvZU>f5ukGw-)qi%3dglGbB=rNWkH7i=^YbXv3KMkH{{f&jC-?vW literal 0 HcmV?d00001 diff --git a/themes/base/menu.css b/themes/base/menu.css new file mode 100644 index 0000000..4899230 --- /dev/null +++ b/themes/base/menu.css @@ -0,0 +1,63 @@ +/*! + * jQuery UI Menu @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/menu/#theming + */ +.ui-menu { + list-style: none; + padding: 0; + margin: 0; + display: block; + outline: none; +} +.ui-menu .ui-menu { + position: absolute; +} +.ui-menu .ui-menu-item { + position: relative; + margin: 0; + padding: 3px 1em 3px .4em; + cursor: pointer; + min-height: 0; /* support: IE7 */ + /* support: IE10, see #8844 */ + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); +} +.ui-menu .ui-menu-divider { + margin: 5px 0; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; +} +.ui-menu .ui-state-focus, +.ui-menu .ui-state-active { + margin: -1px; +} + +/* icon support */ +.ui-menu-icons { + position: relative; +} +.ui-menu-icons .ui-menu-item { + padding-left: 2em; +} + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: 0; + bottom: 0; + left: .2em; + margin: auto 0; +} + +/* right-aligned */ +.ui-menu .ui-menu-icon { + left: auto; + right: 0; +} diff --git a/themes/base/progressbar.css b/themes/base/progressbar.css new file mode 100644 index 0000000..ede7e1f --- /dev/null +++ b/themes/base/progressbar.css @@ -0,0 +1,28 @@ +/*! + * jQuery UI Progressbar @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/progressbar/#theming + */ +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; +} +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; +} +.ui-progressbar .ui-progressbar-overlay { + background: url("data:image/gif;base64,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"); + height: 100%; + filter: alpha(opacity=25); /* support: IE8 */ + opacity: 0.25; +} +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; +} diff --git a/themes/base/resizable.css b/themes/base/resizable.css new file mode 100644 index 0000000..318c6eb --- /dev/null +++ b/themes/base/resizable.css @@ -0,0 +1,78 @@ +/*! + * jQuery UI Resizable @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ +.ui-resizable { + position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; +} +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; +} +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; +} +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; +} +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; +} +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; +} +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; +} +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; +} +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; +} diff --git a/themes/base/selectable.css b/themes/base/selectable.css new file mode 100644 index 0000000..f0790f4 --- /dev/null +++ b/themes/base/selectable.css @@ -0,0 +1,17 @@ +/*! + * jQuery UI Selectable @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ +.ui-selectable { + -ms-touch-action: none; + touch-action: none; +} +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} diff --git a/themes/base/selectmenu.css b/themes/base/selectmenu.css new file mode 100644 index 0000000..18f36aa --- /dev/null +++ b/themes/base/selectmenu.css @@ -0,0 +1,59 @@ +/*! + * jQuery UI Selectmenu @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/selectmenu/#theming + */ +.ui-selectmenu-menu { + padding: 0; + margin: 0; + position: absolute; + top: 0; + left: 0; + display: none; +} +.ui-selectmenu-menu .ui-menu { + overflow: auto; + /* Support: IE7 */ + overflow-x: hidden; + padding-bottom: 1px; +} +.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { + font-size: 1em; + font-weight: bold; + line-height: 1.5; + padding: 2px 0.4em; + margin: 0.5em 0 0 0; + height: auto; + border: 0; +} +.ui-selectmenu-open { + display: block; +} +.ui-selectmenu-button { + display: inline-block; + overflow: hidden; + position: relative; + text-decoration: none; + cursor: pointer; +} +.ui-selectmenu-button span.ui-icon { + right: 0.5em; + left: auto; + margin-top: -8px; + position: absolute; + top: 50%; +} +.ui-selectmenu-button span.ui-selectmenu-text { + text-align: left; + padding: 0.4em 2.1em 0.4em 1em; + display: block; + line-height: 1.4; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} diff --git a/themes/base/slider.css b/themes/base/slider.css new file mode 100644 index 0000000..cffdc96 --- /dev/null +++ b/themes/base/slider.css @@ -0,0 +1,75 @@ +/*! + * jQuery UI Slider @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/slider/#theming + */ +.ui-slider { + position: relative; + text-align: left; +} +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; + -ms-touch-action: none; + touch-action: none; +} +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; +} + +/* support: IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; +} + +.ui-slider-horizontal { + height: .8em; +} +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; +} +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; +} +.ui-slider-horizontal .ui-slider-range-min { + left: 0; +} +.ui-slider-horizontal .ui-slider-range-max { + right: 0; +} + +.ui-slider-vertical { + width: .8em; + height: 100px; +} +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; +} +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; +} +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; +} +.ui-slider-vertical .ui-slider-range-max { + top: 0; +} diff --git a/themes/base/sortable.css b/themes/base/sortable.css new file mode 100644 index 0000000..7931b45 --- /dev/null +++ b/themes/base/sortable.css @@ -0,0 +1,12 @@ +/*! + * jQuery UI Sortable @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + */ +.ui-sortable-handle { + -ms-touch-action: none; + touch-action: none; +} diff --git a/themes/base/spinner.css b/themes/base/spinner.css new file mode 100644 index 0000000..a7563e6 --- /dev/null +++ b/themes/base/spinner.css @@ -0,0 +1,65 @@ +/*! + * jQuery UI Spinner @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/spinner/#theming + */ +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; +} +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 22px; +} +.ui-spinner-button { + width: 16px; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; +} +/* more specificity required here to override default borders */ +.ui-spinner a.ui-spinner-button { + border-top: none; + border-bottom: none; + border-right: none; +} +/* vertically center icon */ +.ui-spinner .ui-icon { + position: absolute; + margin-top: -8px; + top: 50%; + left: 0; +} +.ui-spinner-up { + top: 0; +} +.ui-spinner-down { + bottom: 0; +} + +/* TR overrides */ +.ui-spinner .ui-icon-triangle-1-s { + /* need to fix icons sprite */ + background-position: -65px -16px; +} diff --git a/themes/base/tabs.css b/themes/base/tabs.css new file mode 100644 index 0000000..06ae1a8 --- /dev/null +++ b/themes/base/tabs.css @@ -0,0 +1,51 @@ +/*! + * jQuery UI Tabs @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/tabs/#theming + */ +.ui-tabs { + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; +} +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; +} +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom-width: 0; + padding: 0; + white-space: nowrap; +} +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { + float: left; + padding: .5em 1em; + text-decoration: none; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { + cursor: text; +} +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { + cursor: pointer; +} +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; +} diff --git a/themes/base/theme.css b/themes/base/theme.css new file mode 100644 index 0000000..84cdedf --- /dev/null +++ b/themes/base/theme.css @@ -0,0 +1,410 @@ +/*! + * jQuery UI CSS Framework @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/theming/ + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/ + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; + font-size: 1.1em/*{fsDefault}*/; +} +.ui-widget .ui-widget { + font-size: 1em; +} +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; + font-size: 1em; +} +.ui-widget-content { + border: 1px solid #aaaaaa/*{borderColorContent}*/; + background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; + color: #222222/*{fcContent}*/; +} +.ui-widget-content a { + color: #222222/*{fcContent}*/; +} +.ui-widget-header { + border: 1px solid #aaaaaa/*{borderColorHeader}*/; + background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; + color: #222222/*{fcHeader}*/; + font-weight: bold; +} +.ui-widget-header a { + color: #222222/*{fcHeader}*/; +} + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3/*{borderColorDefault}*/; + background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; + font-weight: normal/*{fwDefault}*/; + color: #555555/*{fcDefault}*/; +} +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #555555/*{fcDefault}*/; + text-decoration: none; +} +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { + border: 1px solid #999999/*{borderColorHover}*/; + background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; + font-weight: normal/*{fwDefault}*/; + color: #212121/*{fcHover}*/; +} +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { + color: #212121/*{fcHover}*/; + text-decoration: none; +} +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { + border: 1px solid #aaaaaa/*{borderColorActive}*/; + background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; + font-weight: normal/*{fwDefault}*/; + color: #212121/*{fcActive}*/; +} +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #212121/*{fcActive}*/; + text-decoration: none; +} + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { + border: 1px solid #fcefa1/*{borderColorHighlight}*/; + background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; + color: #363636/*{fcHighlight}*/; +} +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #363636/*{fcHighlight}*/; +} +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #cd0a0a/*{borderColorError}*/; + background: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; + color: #cd0a0a/*{fcError}*/; +} +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #cd0a0a/*{fcError}*/; +} +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #cd0a0a/*{fcError}*/; +} +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; +} +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter:Alpha(Opacity=70); /* support: IE8 */ + font-weight: normal; +} +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter:Alpha(Opacity=35); /* support: IE8 */ + background-image: none; +} +.ui-state-disabled .ui-icon { + filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ +} + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; +} +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("images/ui-icons_222222_256x240.png")/*{iconsContent}*/; +} +.ui-widget-header .ui-icon { + background-image: url("images/ui-icons_222222_256x240.png")/*{iconsHeader}*/; +} +.ui-state-default .ui-icon { + background-image: url("images/ui-icons_888888_256x240.png")/*{iconsDefault}*/; +} +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon { + background-image: url("images/ui-icons_454545_256x240.png")/*{iconsHover}*/; +} +.ui-state-active .ui-icon { + background-image: url("images/ui-icons_454545_256x240.png")/*{iconsActive}*/; +} +.ui-state-highlight .ui-icon { + background-image: url("images/ui-icons_2e83ff_256x240.png")/*{iconsHighlight}*/; +} +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("images/ui-icons_cd0a0a_256x240.png")/*{iconsError}*/; +} + +/* positioning */ +.ui-icon-blank { background-position: 16px 16px; } +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-on { background-position: -96px -144px; } +.ui-icon-radio-off { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 4px/*{cornerRadius}*/; +} +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 4px/*{cornerRadius}*/; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 4px/*{cornerRadius}*/; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 4px/*{cornerRadius}*/; +} + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa/*{bgColorOverlay}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; + opacity: .3/*{opacityOverlay}*/; + filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */ +} +.ui-widget-shadow { + margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; + padding: 8px/*{thicknessShadow}*/; + background: #aaaaaa/*{bgColorShadow}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; + opacity: .3/*{opacityShadow}*/; + filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */ + border-radius: 8px/*{cornerRadiusShadow}*/; +} diff --git a/themes/base/tooltip.css b/themes/base/tooltip.css new file mode 100644 index 0000000..f8f7bc8 --- /dev/null +++ b/themes/base/tooltip.css @@ -0,0 +1,21 @@ +/*! + * jQuery UI Tooltip @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/tooltip/#theming + */ +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; + -webkit-box-shadow: 0 0 5px #aaa; + box-shadow: 0 0 5px #aaa; +} +body .ui-tooltip { + border-width: 2px; +} diff --git a/ui/.jshintrc b/ui/.jshintrc new file mode 100644 index 0000000..98a79b5 --- /dev/null +++ b/ui/.jshintrc @@ -0,0 +1,24 @@ +{ + "boss": true, + "curly": true, + "eqeqeq": true, + "eqnull": true, + "expr": true, + "immed": true, + "noarg": true, + "onevar": true, + "quotmark": "double", + "smarttabs": true, + "trailing": true, + "undef": true, + "unused": true, + + "browser": true, + "es3": true, + "jquery": true, + + "globals": { + "define": false, + "Globalize": false + } +} diff --git a/ui/accordion.js b/ui/accordion.js new file mode 100644 index 0000000..483de50 --- /dev/null +++ b/ui/accordion.js @@ -0,0 +1,597 @@ +/*! + * jQuery UI Accordion @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/accordion/ + */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ + "jquery", + "./core", + "./widget" + ], factory ); + } else { + + // Browser globals + factory( jQuery ); + } +}(function( $ ) { + +return $.widget( "ui.accordion", { + version: "@VERSION", + options: { + active: 0, + animate: {}, + collapsible: false, + event: "click", + header: "> li > :first-child,> :not(li):even", + heightStyle: "auto", + icons: { + activeHeader: "ui-icon-triangle-1-s", + header: "ui-icon-triangle-1-e" + }, + + // callbacks + activate: null, + beforeActivate: null + }, + + hideProps: { + borderTopWidth: "hide", + borderBottomWidth: "hide", + paddingTop: "hide", + paddingBottom: "hide", + height: "hide" + }, + + showProps: { + borderTopWidth: "show", + borderBottomWidth: "show", + paddingTop: "show", + paddingBottom: "show", + height: "show" + }, + + _create: function() { + var options = this.options; + this.prevShow = this.prevHide = $(); + this.element.addClass( "ui-accordion ui-widget ui-helper-reset" ) + // ARIA + .attr( "role", "tablist" ); + + // don't allow collapsible: false and active: false / null + if ( !options.collapsible && (options.active === false || options.active == null) ) { + options.active = 0; + } + + this._processPanels(); + // handle negative values + if ( options.active < 0 ) { + options.active += this.headers.length; + } + this._refresh(); + }, + + _getCreateEventData: function() { + return { + header: this.active, + panel: !this.active.length ? $() : this.active.next() + }; + }, + + _createIcons: function() { + var icons = this.options.icons; + if ( icons ) { + $( "" ) + .addClass( "ui-accordion-header-icon ui-icon " + icons.header ) + .prependTo( this.headers ); + this.active.children( ".ui-accordion-header-icon" ) + .removeClass( icons.header ) + .addClass( icons.activeHeader ); + this.headers.addClass( "ui-accordion-icons" ); + } + }, + + _destroyIcons: function() { + this.headers + .removeClass( "ui-accordion-icons" ) + .children( ".ui-accordion-header-icon" ) + .remove(); + }, + + _destroy: function() { + var contents; + + // clean up main element + this.element + .removeClass( "ui-accordion ui-widget ui-helper-reset" ) + .removeAttr( "role" ); + + // clean up headers + this.headers + .removeClass( "ui-accordion-header ui-accordion-header-active ui-state-default " + + "ui-corner-all ui-state-active ui-state-disabled ui-corner-top" ) + .removeAttr( "role" ) + .removeAttr( "aria-expanded" ) + .removeAttr( "aria-selected" ) + .removeAttr( "aria-controls" ) + .removeAttr( "tabIndex" ) + .removeUniqueId(); + + this._destroyIcons(); + + // clean up content panels + contents = this.headers.next() + .removeClass( "ui-helper-reset ui-widget-content ui-corner-bottom " + + "ui-accordion-content ui-accordion-content-active ui-state-disabled" ) + .css( "display", "" ) + .removeAttr( "role" ) + .removeAttr( "aria-hidden" ) + .removeAttr( "aria-labelledby" ) + .removeUniqueId(); + + if ( this.options.heightStyle !== "content" ) { + contents.css( "height", "" ); + } + }, + + _setOption: function( key, value ) { + if ( key === "active" ) { + // _activate() will handle invalid values and update this.options + this._activate( value ); + return; + } + + if ( key === "event" ) { + if ( this.options.event ) { + this._off( this.headers, this.options.event ); + } + this._setupEvents( value ); + } + + this._super( key, value ); + + // setting collapsible: false while collapsed; open first panel + if ( key === "collapsible" && !value && this.options.active === false ) { + this._activate( 0 ); + } + + if ( key === "icons" ) { + this._destroyIcons(); + if ( value ) { + this._createIcons(); + } + } + + // #5332 - opacity doesn't cascade to positioned elements in IE + // so we need to add the disabled class to the headers and panels + if ( key === "disabled" ) { + this.element + .toggleClass( "ui-state-disabled", !!value ) + .attr( "aria-disabled", value ); + this.headers.add( this.headers.next() ) + .toggleClass( "ui-state-disabled", !!value ); + } + }, + + _keydown: function( event ) { + if ( event.altKey || event.ctrlKey ) { + return; + } + + var keyCode = $.ui.keyCode, + length = this.headers.length, + currentIndex = this.headers.index( event.target ), + toFocus = false; + + switch ( event.keyCode ) { + case keyCode.RIGHT: + case keyCode.DOWN: + toFocus = this.headers[ ( currentIndex + 1 ) % length ]; + break; + case keyCode.LEFT: + case keyCode.UP: + toFocus = this.headers[ ( currentIndex - 1 + length ) % length ]; + break; + case keyCode.SPACE: + case keyCode.ENTER: + this._eventHandler( event ); + break; + case keyCode.HOME: + toFocus = this.headers[ 0 ]; + break; + case keyCode.END: + toFocus = this.headers[ length - 1 ]; + break; + } + + if ( toFocus ) { + $( event.target ).attr( "tabIndex", -1 ); + $( toFocus ).attr( "tabIndex", 0 ); + toFocus.focus(); + event.preventDefault(); + } + }, + + _panelKeyDown: function( event ) { + if ( event.keyCode === $.ui.keyCode.UP && event.ctrlKey ) { + $( event.currentTarget ).prev().focus(); + } + }, + + refresh: function() { + var options = this.options; + this._processPanels(); + + // was collapsed or no panel + if ( ( options.active === false && options.collapsible === true ) || !this.headers.length ) { + options.active = false; + this.active = $(); + // active false only when collapsible is true + } else if ( options.active === false ) { + this._activate( 0 ); + // was active, but active panel is gone + } else if ( this.active.length && !$.contains( this.element[ 0 ], this.active[ 0 ] ) ) { + // all remaining panel are disabled + if ( this.headers.length === this.headers.find(".ui-state-disabled").length ) { + options.active = false; + this.active = $(); + // activate previous panel + } else { + this._activate( Math.max( 0, options.active - 1 ) ); + } + // was active, active panel still exists + } else { + // make sure active index is correct + options.active = this.headers.index( this.active ); + } + + this._destroyIcons(); + + this._refresh(); + }, + + _processPanels: function() { + var prevHeaders = this.headers, + prevPanels = this.panels; + + this.headers = this.element.find( this.options.header ) + .addClass( "ui-accordion-header ui-state-default ui-corner-all" ); + + this.panels = this.headers.next() + .addClass( "ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" ) + .filter( ":not(.ui-accordion-content-active)" ) + .hide(); + + // Avoid memory leaks (#10056) + if ( prevPanels ) { + this._off( prevHeaders.not( this.headers ) ); + this._off( prevPanels.not( this.panels ) ); + } + }, + + _refresh: function() { + var maxHeight, + options = this.options, + heightStyle = options.heightStyle, + parent = this.element.parent(); + + this.active = this._findActive( options.active ) + .addClass( "ui-accordion-header-active ui-state-active ui-corner-top" ) + .removeClass( "ui-corner-all" ); + this.active.next() + .addClass( "ui-accordion-content-active" ) + .show(); + + this.headers + .attr( "role", "tab" ) + .each(function() { + var header = $( this ), + headerId = header.uniqueId().attr( "id" ), + panel = header.next(), + panelId = panel.uniqueId().attr( "id" ); + header.attr( "aria-controls", panelId ); + panel.attr( "aria-labelledby", headerId ); + }) + .next() + .attr( "role", "tabpanel" ); + + this.headers + .not( this.active ) + .attr({ + "aria-selected": "false", + "aria-expanded": "false", + tabIndex: -1 + }) + .next() + .attr({ + "aria-hidden": "true" + }) + .hide(); + + // make sure at least one header is in the tab order + if ( !this.active.length ) { + this.headers.eq( 0 ).attr( "tabIndex", 0 ); + } else { + this.active.attr({ + "aria-selected": "true", + "aria-expanded": "true", + tabIndex: 0 + }) + .next() + .attr({ + "aria-hidden": "false" + }); + } + + this._createIcons(); + + this._setupEvents( options.event ); + + if ( heightStyle === "fill" ) { + maxHeight = parent.height(); + this.element.siblings( ":visible" ).each(function() { + var elem = $( this ), + position = elem.css( "position" ); + + if ( position === "absolute" || position === "fixed" ) { + return; + } + maxHeight -= elem.outerHeight( true ); + }); + + this.headers.each(function() { + maxHeight -= $( this ).outerHeight( true ); + }); + + this.headers.next() + .each(function() { + $( this ).height( Math.max( 0, maxHeight - + $( this ).innerHeight() + $( this ).height() ) ); + }) + .css( "overflow", "auto" ); + } else if ( heightStyle === "auto" ) { + maxHeight = 0; + this.headers.next() + .each( function() { + var isVisible = $( this ).is( ":visible" ); + if ( !isVisible ) { + $( this ).show(); + } + maxHeight = Math.max( maxHeight, $( this ).css( "height", "" ).height() ); + if ( !isVisible ) { + $( this ).hide(); + } + } ) + .height( maxHeight ); + } + }, + + _activate: function( index ) { + var active = this._findActive( index )[ 0 ]; + + // trying to activate the already active panel + if ( active === this.active[ 0 ] ) { + return; + } + + // trying to collapse, simulate a click on the currently active header + active = active || this.active[ 0 ]; + + this._eventHandler({ + target: active, + currentTarget: active, + preventDefault: $.noop + }); + }, + + _findActive: function( selector ) { + return typeof selector === "number" ? this.headers.eq( selector ) : $(); + }, + + _setupEvents: function( event ) { + var events = { + keydown: "_keydown" + }; + if ( event ) { + $.each( event.split( " " ), function( index, eventName ) { + events[ eventName ] = "_eventHandler"; + }); + } + + this._off( this.headers.add( this.headers.next() ) ); + this._on( this.headers, events ); + this._on( this.headers.next(), { keydown: "_panelKeyDown" }); + this._hoverable( this.headers ); + this._focusable( this.headers ); + }, + + _eventHandler: function( event ) { + var options = this.options, + active = this.active, + clicked = $( event.currentTarget ), + clickedIsActive = clicked[ 0 ] === active[ 0 ], + collapsing = clickedIsActive && options.collapsible, + toShow = collapsing ? $() : clicked.next(), + toHide = active.next(), + eventData = { + oldHeader: active, + oldPanel: toHide, + newHeader: collapsing ? $() : clicked, + newPanel: toShow + }; + + event.preventDefault(); + + if ( + // click on active header, but not collapsible + ( clickedIsActive && !options.collapsible ) || + // allow canceling activation + ( this._trigger( "beforeActivate", event, eventData ) === false ) ) { + return; + } + + options.active = collapsing ? false : this.headers.index( clicked ); + + // when the call to ._toggle() comes after the class changes + // it causes a very odd bug in IE 8 (see #6720) + this.active = clickedIsActive ? $() : clicked; + this._toggle( eventData ); + + // switch classes + // corner classes on the previously active header stay after the animation + active.removeClass( "ui-accordion-header-active ui-state-active" ); + if ( options.icons ) { + active.children( ".ui-accordion-header-icon" ) + .removeClass( options.icons.activeHeader ) + .addClass( options.icons.header ); + } + + if ( !clickedIsActive ) { + clicked + .removeClass( "ui-corner-all" ) + .addClass( "ui-accordion-header-active ui-state-active ui-corner-top" ); + if ( options.icons ) { + clicked.children( ".ui-accordion-header-icon" ) + .removeClass( options.icons.header ) + .addClass( options.icons.activeHeader ); + } + + clicked + .next() + .addClass( "ui-accordion-content-active" ); + } + }, + + _toggle: function( data ) { + var toShow = data.newPanel, + toHide = this.prevShow.length ? this.prevShow : data.oldPanel; + + // handle activating a panel during the animation for another activation + this.prevShow.add( this.prevHide ).stop( true, true ); + this.prevShow = toShow; + this.prevHide = toHide; + + if ( this.options.animate ) { + this._animate( toShow, toHide, data ); + } else { + toHide.hide(); + toShow.show(); + this._toggleComplete( data ); + } + + toHide.attr({ + "aria-hidden": "true" + }); + toHide.prev().attr({ + "aria-selected": "false", + "aria-expanded": "false" + }); + // if we're switching panels, remove the old header from the tab order + // if we're opening from collapsed state, remove the previous header from the tab order + // if we're collapsing, then keep the collapsing header in the tab order + if ( toShow.length && toHide.length ) { + toHide.prev().attr({ + "tabIndex": -1, + "aria-expanded": "false" + }); + } else if ( toShow.length ) { + this.headers.filter(function() { + return parseInt( $( this ).attr( "tabIndex" ), 10 ) === 0; + }) + .attr( "tabIndex", -1 ); + } + + toShow + .attr( "aria-hidden", "false" ) + .prev() + .attr({ + "aria-selected": "true", + "aria-expanded": "true", + tabIndex: 0 + }); + }, + + _animate: function( toShow, toHide, data ) { + var total, easing, duration, + that = this, + adjust = 0, + boxSizing = toShow.css( "box-sizing" ), + down = toShow.length && + ( !toHide.length || ( toShow.index() < toHide.index() ) ), + animate = this.options.animate || {}, + options = down && animate.down || animate, + complete = function() { + that._toggleComplete( data ); + }; + + if ( typeof options === "number" ) { + duration = options; + } + if ( typeof options === "string" ) { + easing = options; + } + // fall back from options to animation in case of partial down settings + easing = easing || options.easing || animate.easing; + duration = duration || options.duration || animate.duration; + + if ( !toHide.length ) { + return toShow.animate( this.showProps, duration, easing, complete ); + } + if ( !toShow.length ) { + return toHide.animate( this.hideProps, duration, easing, complete ); + } + + total = toShow.show().outerHeight(); + toHide.animate( this.hideProps, { + duration: duration, + easing: easing, + step: function( now, fx ) { + fx.now = Math.round( now ); + } + }); + toShow + .hide() + .animate( this.showProps, { + duration: duration, + easing: easing, + complete: complete, + step: function( now, fx ) { + fx.now = Math.round( now ); + if ( fx.prop !== "height" ) { + if ( boxSizing === "content-box" ) { + adjust += fx.now; + } + } else if ( that.options.heightStyle !== "content" ) { + fx.now = Math.round( total - toHide.outerHeight() - adjust ); + adjust = 0; + } + } + }); + }, + + _toggleComplete: function( data ) { + var toHide = data.oldPanel; + + toHide + .removeClass( "ui-accordion-content-active" ) + .prev() + .removeClass( "ui-corner-top" ) + .addClass( "ui-corner-all" ); + + // Work around for rendering bug in IE (#5421) + if ( toHide.length ) { + toHide.parent()[ 0 ].className = toHide.parent()[ 0 ].className; + } + this._trigger( "activate", null, data ); + } +}); + +})); diff --git a/ui/autocomplete.js b/ui/autocomplete.js new file mode 100644 index 0000000..fe14726 --- /dev/null +++ b/ui/autocomplete.js @@ -0,0 +1,653 @@ +/*! + * jQuery UI Autocomplete @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/autocomplete/ + */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ + "jquery", + "./core", + "./widget", + "./position", + "./menu" + ], factory ); + } else { + + // Browser globals + factory( jQuery ); + } +}(function( $ ) { + +$.widget( "ui.autocomplete", { + version: "@VERSION", + defaultElement: "", + options: { + appendTo: null, + autoFocus: false, + delay: 300, + minLength: 1, + position: { + my: "left top", + at: "left bottom", + collision: "none" + }, + source: null, + + // callbacks + change: null, + close: null, + focus: null, + open: null, + response: null, + search: null, + select: null + }, + + requestIndex: 0, + pending: 0, + + _create: function() { + // Some browsers only repeat keydown events, not keypress events, + // so we use the suppressKeyPress flag to determine if we've already + // handled the keydown event. #7269 + // Unfortunately the code for & in keypress is the same as the up arrow, + // so we use the suppressKeyPressRepeat flag to avoid handling keypress + // events when we know the keydown event was used to modify the + // search term. #7799 + var suppressKeyPress, suppressKeyPressRepeat, suppressInput, + nodeName = this.element[ 0 ].nodeName.toLowerCase(), + isTextarea = nodeName === "textarea", + isInput = nodeName === "input"; + + // Textareas are always multi-line + // Inputs are always single-line, even if inside a contentEditable element + // IE also treats inputs as contentEditable + // All other element types are determined by whether or not they're contentEditable + this.isMultiLine = isTextarea || !isInput && this._isContentEditable( this.element ); + + this.valueMethod = this.element[ isTextarea || isInput ? "val" : "text" ]; + this.isNewMenu = true; + + this.element + .addClass( "ui-autocomplete-input" ) + .attr( "autocomplete", "off" ); + + this._on( this.element, { + keydown: function( event ) { + if ( this.element.prop( "readOnly" ) ) { + suppressKeyPress = true; + suppressInput = true; + suppressKeyPressRepeat = true; + return; + } + + suppressKeyPress = false; + suppressInput = false; + suppressKeyPressRepeat = false; + var keyCode = $.ui.keyCode; + switch ( event.keyCode ) { + case keyCode.PAGE_UP: + suppressKeyPress = true; + this._move( "previousPage", event ); + break; + case keyCode.PAGE_DOWN: + suppressKeyPress = true; + this._move( "nextPage", event ); + break; + case keyCode.UP: + suppressKeyPress = true; + this._keyEvent( "previous", event ); + break; + case keyCode.DOWN: + suppressKeyPress = true; + this._keyEvent( "next", event ); + break; + case keyCode.ENTER: + // when menu is open and has focus + if ( this.menu.active ) { + // #6055 - Opera still allows the keypress to occur + // which causes forms to submit + suppressKeyPress = true; + event.preventDefault(); + this.menu.select( event ); + } + break; + case keyCode.TAB: + if ( this.menu.active ) { + this.menu.select( event ); + } + break; + case keyCode.ESCAPE: + if ( this.menu.element.is( ":visible" ) ) { + if ( !this.isMultiLine ) { + this._value( this.term ); + } + this.close( event ); + // Different browsers have different default behavior for escape + // Single press can mean undo or clear + // Double press in IE means clear the whole form + event.preventDefault(); + } + break; + default: + suppressKeyPressRepeat = true; + // search timeout should be triggered before the input value is changed + this._searchTimeout( event ); + break; + } + }, + keypress: function( event ) { + if ( suppressKeyPress ) { + suppressKeyPress = false; + if ( !this.isMultiLine || this.menu.element.is( ":visible" ) ) { + event.preventDefault(); + } + return; + } + if ( suppressKeyPressRepeat ) { + return; + } + + // replicate some key handlers to allow them to repeat in Firefox and Opera + var keyCode = $.ui.keyCode; + switch ( event.keyCode ) { + case keyCode.PAGE_UP: + this._move( "previousPage", event ); + break; + case keyCode.PAGE_DOWN: + this._move( "nextPage", event ); + break; + case keyCode.UP: + this._keyEvent( "previous", event ); + break; + case keyCode.DOWN: + this._keyEvent( "next", event ); + break; + } + }, + input: function( event ) { + if ( suppressInput ) { + suppressInput = false; + event.preventDefault(); + return; + } + this._searchTimeout( event ); + }, + focus: function() { + this.selectedItem = null; + this.previous = this._value(); + }, + blur: function( event ) { + if ( this.cancelBlur ) { + delete this.cancelBlur; + return; + } + + clearTimeout( this.searching ); + this.close( event ); + this._change( event ); + } + }); + + this._initSource(); + this.menu = $( "
    " ) + .addClass( "ui-autocomplete ui-front" ) + .appendTo( this._appendTo() ) + .menu({ + // disable ARIA support, the live region takes care of that + role: null + }) + .hide() + .menu( "instance" ); + + this._on( this.menu.element, { + mousedown: function( event ) { + // prevent moving focus out of the text field + event.preventDefault(); + + // IE doesn't prevent moving focus even with event.preventDefault() + // so we set a flag to know when we should ignore the blur event + this.cancelBlur = true; + this._delay(function() { + delete this.cancelBlur; + + // Support: IE 8 only + // Right clicking a menu item or selecting text from the menu items will + // result in focus moving out of the input. However, we've already received + // and ignored the blur event because of the cancelBlur flag set above. So + // we restore focus to ensure that the menu closes properly based on the user's + // next actions. + if ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) { + this.element.focus(); + } + }); + + // clicking on the scrollbar causes focus to shift to the body + // but we can't detect a mouseup or a click immediately afterward + // so we have to track the next mousedown and close the menu if + // the user clicks somewhere outside of the autocomplete + var menuElement = this.menu.element[ 0 ]; + if ( !$( event.target ).closest( ".ui-menu-item" ).length ) { + this._delay(function() { + var that = this; + this.document.one( "mousedown", function( event ) { + if ( event.target !== that.element[ 0 ] && + event.target !== menuElement && + !$.contains( menuElement, event.target ) ) { + that.close(); + } + }); + }); + } + }, + menufocus: function( event, ui ) { + var label, item; + // support: Firefox + // Prevent accidental activation of menu items in Firefox (#7024 #9118) + if ( this.isNewMenu ) { + this.isNewMenu = false; + if ( event.originalEvent && /^mouse/.test( event.originalEvent.type ) ) { + this.menu.blur(); + + this.document.one( "mousemove", function() { + $( event.target ).trigger( event.originalEvent ); + }); + + return; + } + } + + item = ui.item.data( "ui-autocomplete-item" ); + if ( false !== this._trigger( "focus", event, { item: item } ) ) { + // use value to match what will end up in the input, if it was a key event + if ( event.originalEvent && /^key/.test( event.originalEvent.type ) ) { + this._value( item.value ); + } + } + + // Announce the value in the liveRegion + label = ui.item.attr( "aria-label" ) || item.value; + if ( label && $.trim( label ).length ) { + this.liveRegion.children().hide(); + $( "
    " ).text( label ).appendTo( this.liveRegion ); + } + }, + menuselect: function( event, ui ) { + var item = ui.item.data( "ui-autocomplete-item" ), + previous = this.previous; + + // only trigger when focus was lost (click on menu) + if ( this.element[ 0 ] !== $.ui.safeActiveElement( this.document[ 0 ] ) ) { + this.element.focus(); + this.previous = previous; + // #6109 - IE triggers two focus events and the second + // is asynchronous, so we need to reset the previous + // term synchronously and asynchronously :-( + this._delay(function() { + this.previous = previous; + this.selectedItem = item; + }); + } + + if ( false !== this._trigger( "select", event, { item: item } ) ) { + this._value( item.value ); + } + // reset the term after the select event + // this allows custom select handling to work properly + this.term = this._value(); + + this.close( event ); + this.selectedItem = item; + } + }); + + this.liveRegion = $( "
    ", { + role: "status", + "aria-live": "assertive", + "aria-relevant": "additions" + }) + .addClass( "ui-helper-hidden-accessible" ) + .appendTo( this.document[ 0 ].body ); + + // turning off autocomplete prevents the browser from remembering the + // value when navigating through history, so we re-enable autocomplete + // if the page is unloaded before the widget is destroyed. #7790 + this._on( this.window, { + beforeunload: function() { + this.element.removeAttr( "autocomplete" ); + } + }); + }, + + _destroy: function() { + clearTimeout( this.searching ); + this.element + .removeClass( "ui-autocomplete-input" ) + .removeAttr( "autocomplete" ); + this.menu.element.remove(); + this.liveRegion.remove(); + }, + + _setOption: function( key, value ) { + this._super( key, value ); + if ( key === "source" ) { + this._initSource(); + } + if ( key === "appendTo" ) { + this.menu.element.appendTo( this._appendTo() ); + } + if ( key === "disabled" && value && this.xhr ) { + this.xhr.abort(); + } + }, + + _appendTo: function() { + var element = this.options.appendTo; + + if ( element ) { + element = element.jquery || element.nodeType ? + $( element ) : + this.document.find( element ).eq( 0 ); + } + + if ( !element || !element[ 0 ] ) { + element = this.element.closest( ".ui-front, dialog" ); + } + + if ( !element.length ) { + element = this.document[ 0 ].body; + } + + return element; + }, + + _initSource: function() { + var array, url, + that = this; + if ( $.isArray( this.options.source ) ) { + array = this.options.source; + this.source = function( request, response ) { + response( $.ui.autocomplete.filter( array, request.term ) ); + }; + } else if ( typeof this.options.source === "string" ) { + url = this.options.source; + this.source = function( request, response ) { + if ( that.xhr ) { + that.xhr.abort(); + } + that.xhr = $.ajax({ + url: url, + data: request, + dataType: "json", + success: function( data ) { + response( data ); + }, + error: function() { + response([]); + } + }); + }; + } else { + this.source = this.options.source; + } + }, + + _searchTimeout: function( event ) { + clearTimeout( this.searching ); + this.searching = this._delay(function() { + + // Search if the value has changed, or if the user retypes the same value (see #7434) + var equalValues = this.term === this._value(), + menuVisible = this.menu.element.is( ":visible" ), + modifierKey = event.altKey || event.ctrlKey || event.metaKey || event.shiftKey; + + if ( !equalValues || ( equalValues && !menuVisible && !modifierKey ) ) { + this.selectedItem = null; + this.search( null, event ); + } + }, this.options.delay ); + }, + + search: function( value, event ) { + value = value != null ? value : this._value(); + + // always save the actual value, not the one passed as an argument + this.term = this._value(); + + if ( value.length < this.options.minLength ) { + return this.close( event ); + } + + if ( this._trigger( "search", event ) === false ) { + return; + } + + return this._search( value ); + }, + + _search: function( value ) { + this.pending++; + this.element.addClass( "ui-autocomplete-loading" ); + this.cancelSearch = false; + + this.source( { term: value }, this._response() ); + }, + + _response: function() { + var index = ++this.requestIndex; + + return $.proxy(function( content ) { + if ( index === this.requestIndex ) { + this.__response( content ); + } + + this.pending--; + if ( !this.pending ) { + this.element.removeClass( "ui-autocomplete-loading" ); + } + }, this ); + }, + + __response: function( content ) { + if ( content ) { + content = this._normalize( content ); + } + this._trigger( "response", null, { content: content } ); + if ( !this.options.disabled && content && content.length && !this.cancelSearch ) { + this._suggest( content ); + this._trigger( "open" ); + } else { + // use ._close() instead of .close() so we don't cancel future searches + this._close(); + } + }, + + close: function( event ) { + this.cancelSearch = true; + this._close( event ); + }, + + _close: function( event ) { + if ( this.menu.element.is( ":visible" ) ) { + this.menu.element.hide(); + this.menu.blur(); + this.isNewMenu = true; + this._trigger( "close", event ); + } + }, + + _change: function( event ) { + if ( this.previous !== this._value() ) { + this._trigger( "change", event, { item: this.selectedItem } ); + } + }, + + _normalize: function( items ) { + // assume all items have the right format when the first item is complete + if ( items.length && items[ 0 ].label && items[ 0 ].value ) { + return items; + } + return $.map( items, function( item ) { + if ( typeof item === "string" ) { + return { + label: item, + value: item + }; + } + return $.extend( {}, item, { + label: item.label || item.value, + value: item.value || item.label + }); + }); + }, + + _suggest: function( items ) { + var ul = this.menu.element.empty(); + this._renderMenu( ul, items ); + this.isNewMenu = true; + this.menu.refresh(); + + // size and position menu + ul.show(); + this._resizeMenu(); + ul.position( $.extend({ + of: this.element + }, this.options.position ) ); + + if ( this.options.autoFocus ) { + this.menu.next(); + } + }, + + _resizeMenu: function() { + var ul = this.menu.element; + ul.outerWidth( Math.max( + // Firefox wraps long text (possibly a rounding bug) + // so we add 1px to avoid the wrapping (#7513) + ul.width( "" ).outerWidth() + 1, + this.element.outerWidth() + ) ); + }, + + _renderMenu: function( ul, items ) { + var that = this; + $.each( items, function( index, item ) { + that._renderItemData( ul, item ); + }); + }, + + _renderItemData: function( ul, item ) { + return this._renderItem( ul, item ).data( "ui-autocomplete-item", item ); + }, + + _renderItem: function( ul, item ) { + return $( "
  • " ).text( item.label ).appendTo( ul ); + }, + + _move: function( direction, event ) { + if ( !this.menu.element.is( ":visible" ) ) { + this.search( null, event ); + return; + } + if ( this.menu.isFirstItem() && /^previous/.test( direction ) || + this.menu.isLastItem() && /^next/.test( direction ) ) { + + if ( !this.isMultiLine ) { + this._value( this.term ); + } + + this.menu.blur(); + return; + } + this.menu[ direction ]( event ); + }, + + widget: function() { + return this.menu.element; + }, + + _value: function() { + return this.valueMethod.apply( this.element, arguments ); + }, + + _keyEvent: function( keyEvent, event ) { + if ( !this.isMultiLine || this.menu.element.is( ":visible" ) ) { + this._move( keyEvent, event ); + + // prevents moving cursor to beginning/end of the text field in some browsers + event.preventDefault(); + } + }, + + // Support: Chrome <=50 + // We should be able to just use this.element.prop( "isContentEditable" ) + // but hidden elements always report false in Chrome. + // https://code.google.com/p/chromium/issues/detail?id=313082 + _isContentEditable: function( element ) { + if ( !element.length ) { + return false; + } + + var editable = element.prop( "contentEditable" ); + + if ( editable === "inherit" ) { + return this._isContentEditable( element.parent() ); + } + + return editable === "true"; + } +}); + +$.extend( $.ui.autocomplete, { + escapeRegex: function( value ) { + return value.replace( /[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&" ); + }, + filter: function( array, term ) { + var matcher = new RegExp( $.ui.autocomplete.escapeRegex( term ), "i" ); + return $.grep( array, function( value ) { + return matcher.test( value.label || value.value || value ); + }); + } +}); + +// live region extension, adding a `messages` option +// NOTE: This is an experimental API. We are still investigating +// a full solution for string manipulation and internationalization. +$.widget( "ui.autocomplete", $.ui.autocomplete, { + options: { + messages: { + noResults: "No search results.", + results: function( amount ) { + return amount + ( amount > 1 ? " results are" : " result is" ) + + " available, use up and down arrow keys to navigate."; + } + } + }, + + __response: function( content ) { + var message; + this._superApply( arguments ); + if ( this.options.disabled || this.cancelSearch ) { + return; + } + if ( content && content.length ) { + message = this.options.messages.results( content.length ); + } else { + message = this.options.messages.noResults; + } + this.liveRegion.children().hide(); + $( "
    " ).text( message ).appendTo( this.liveRegion ); + } +}); + +return $.ui.autocomplete; + +})); diff --git a/ui/button.js b/ui/button.js new file mode 100644 index 0000000..3269e85 --- /dev/null +++ b/ui/button.js @@ -0,0 +1,411 @@ +/*! + * jQuery UI Button @VERSION + * http://jqueryui.com + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/button/ + */ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + + // AMD. Register as an anonymous module. + define([ + "jquery", + "./core", + "./widget" + ], factory ); + } else { + + // Browser globals + factory( jQuery ); + } +}(function( $ ) { + +var lastActive, + baseClasses = "ui-button ui-widget ui-state-default ui-corner-all", + typeClasses = "ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only", + formResetHandler = function() { + var form = $( this ); + setTimeout(function() { + form.find( ":ui-button" ).button( "refresh" ); + }, 1 ); + }, + radioGroup = function( radio ) { + var name = radio.name, + form = radio.form, + radios = $( [] ); + if ( name ) { + name = name.replace( /'/g, "\\'" ); + if ( form ) { + radios = $( form ).find( "[name='" + name + "'][type=radio]" ); + } else { + radios = $( "[name='" + name + "'][type=radio]", radio.ownerDocument ) + .filter(function() { + return !this.form; + }); + } + } + return radios; + }; + +$.widget( "ui.button", { + version: "@VERSION", + defaultElement: "