rubyneat_dashboard 0.4.0.alpha.6 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.semver +2 -2
- data/.travis.yml +8 -0
- data/Gemfile +22 -7
- data/Gemfile.lock +156 -79
- data/README.rdoc +2 -0
- data/Rakefile +4 -4
- data/app/js/dashboard/directives/population_brigade.coffee +33 -15
- data/app/js/dashboard/directives/population_window.coffee +30 -2
- data/app/js/dashboard/services/population_drilldown_service.coffee +18 -0
- data/bower.json +33 -0
- data/bower_components/angular-animate/.bower.json +6 -5
- data/bower_components/angular-animate/README.md +28 -5
- data/bower_components/angular-animate/angular-animate.js +15 -2
- data/bower_components/angular-animate/angular-animate.min.js +23 -23
- data/bower_components/angular-animate/angular-animate.min.js.map +2 -2
- data/bower_components/angular-animate/bower.json +3 -2
- data/bower_components/angular-animate/package.json +26 -0
- data/bower_components/angular-pusher/.bower.json +4 -4
- data/bower_components/angular-pusher/README.md +3 -3
- data/bower_components/angular-pusher/angular-pusher.js +176 -26
- data/bower_components/angular-pusher/angular-pusher.min.js +1 -1
- data/bower_components/angular-pusher/bower.json +1 -1
- data/bower_components/angular-pusher/package.json +3 -3
- data/bower_components/angular-resource/.bower.json +6 -5
- data/bower_components/angular-resource/README.md +27 -4
- data/bower_components/angular-resource/angular-resource.js +11 -3
- data/bower_components/angular-resource/angular-resource.min.js +1 -1
- data/bower_components/angular-resource/angular-resource.min.js.map +1 -1
- data/bower_components/angular-resource/bower.json +3 -2
- data/bower_components/angular-resource/package.json +26 -0
- data/bower_components/angular-route/.bower.json +6 -5
- data/bower_components/angular-route/README.md +27 -4
- data/bower_components/angular-route/angular-route.js +2 -6
- data/bower_components/angular-route/angular-route.min.js +3 -3
- data/bower_components/angular-route/angular-route.min.js.map +1 -1
- data/bower_components/angular-route/bower.json +3 -2
- data/bower_components/angular-route/package.json +26 -0
- data/bower_components/angular-sanitize/.bower.json +6 -5
- data/bower_components/angular-sanitize/README.md +27 -4
- data/bower_components/angular-sanitize/angular-sanitize.js +12 -5
- data/bower_components/angular-sanitize/angular-sanitize.min.js +10 -10
- data/bower_components/angular-sanitize/angular-sanitize.min.js.map +1 -1
- data/bower_components/angular-sanitize/bower.json +3 -2
- data/bower_components/angular-sanitize/package.json +26 -0
- data/bower_components/angular-socket-io/.bower.json +7 -8
- data/bower_components/angular-socket-io/.travis.yml +4 -1
- data/bower_components/angular-socket-io/README.md +8 -1
- data/bower_components/angular-socket-io/bower-install.sh +2 -0
- data/bower_components/angular-socket-io/bower.json +3 -3
- data/bower_components/angular-socket-io/mock/socket-io.js +2 -1
- data/bower_components/angular-socket-io/package.json +2 -4
- data/bower_components/angular-socket-io/socket.js +7 -6
- data/bower_components/angular-socket-io/socket.min.js +2 -2
- data/bower_components/angular-socket-io/socket.min.js.map +1 -1
- data/bower_components/angular-socket-io/socket.spec.js +25 -0
- data/bower_components/angular/.bower.json +8 -6
- data/bower_components/angular/README.md +21 -5
- data/bower_components/angular/angular-csp.css +5 -8
- data/bower_components/angular/angular.js +17855 -11374
- data/bower_components/angular/angular.min.js +286 -210
- data/bower_components/angular/angular.min.js.gzip +0 -0
- data/bower_components/angular/angular.min.js.map +3 -3
- data/bower_components/angular/bower.json +2 -1
- data/bower_components/angular/index.js +2 -0
- data/bower_components/angular/package.json +25 -0
- data/bower_components/animate.css/.bower.json +12 -4
- data/bower_components/animate.css/Gruntfile.js +1 -1
- data/bower_components/animate.css/animate-config.json +18 -4
- data/bower_components/animate.css/animate.css +405 -258
- data/bower_components/animate.css/animate.min.css +1 -6
- data/bower_components/animate.css/bower.json +10 -2
- data/bower_components/animate.css/package.json +5 -1
- data/bower_components/animate.css/source/_base.css +11 -1
- data/bower_components/animate.css/source/attention_seekers/bounce.css +3 -3
- data/bower_components/animate.css/source/attention_seekers/jello.css +36 -0
- data/bower_components/animate.css/source/bouncing_entrances/bounceIn.css +1 -2
- data/bower_components/animate.css/source/bouncing_entrances/bounceInDown.css +1 -1
- data/bower_components/animate.css/source/bouncing_entrances/bounceInLeft.css +1 -1
- data/bower_components/animate.css/source/bouncing_entrances/bounceInRight.css +1 -1
- data/bower_components/animate.css/source/bouncing_entrances/bounceInUp.css +1 -1
- data/bower_components/animate.css/source/bouncing_exits/bounceOut.css +0 -1
- data/bower_components/animate.css/source/flippers/flipInX.css +2 -2
- data/bower_components/animate.css/source/flippers/flipInY.css +2 -2
- data/bower_components/animate.css/source/flippers/flipOutX.css +0 -1
- data/bower_components/animate.css/source/flippers/flipOutY.css +0 -1
- data/bower_components/animate.css/source/rotating_exits/rotateOutDownLeft.css +1 -1
- data/bower_components/animate.css/source/sliding_entrances/slideInDown.css +14 -0
- data/bower_components/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
- data/bower_components/animate.css/source/sliding_entrances/slideInRight.css +14 -0
- data/bower_components/animate.css/source/sliding_entrances/slideInUp.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutDown.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutRight.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutUp.css +14 -0
- data/bower_components/d3/.bower.json +6 -4
- data/bower_components/d3/.gitattributes +5 -0
- data/bower_components/d3/CONTRIBUTING.md +3 -1
- data/bower_components/d3/LICENSE +1 -1
- data/bower_components/d3/README.md +1 -1
- data/bower_components/d3/bower.json +0 -0
- data/bower_components/d3/d3.js +0 -0
- data/bower_components/d3/d3.min.js +0 -0
- data/bower_components/d3/package.js +0 -0
- data/bower_components/fastclick/.bower.json +4 -4
- data/bower_components/fastclick/README.md +15 -8
- data/bower_components/fastclick/bower.json +0 -1
- data/bower_components/fastclick/lib/fastclick.js +669 -649
- data/bower_components/jquery-placeholder/.bower.json +20 -4
- data/bower_components/jquery-placeholder/bower.json +17 -1
- data/bower_components/jquery-placeholder/jquery.placeholder.js +18 -11
- data/bower_components/jquery-ui/.bower.json +6 -6
- data/bower_components/jquery-ui/.gitignore +1 -0
- data/bower_components/jquery-ui/AUTHORS.txt +29 -5
- data/bower_components/jquery-ui/{MIT-LICENSE.txt → LICENSE.txt} +23 -5
- data/bower_components/jquery-ui/bower.json +3 -1
- data/bower_components/jquery-ui/component.json +1 -1
- data/bower_components/jquery-ui/composer.json +6 -1
- data/bower_components/jquery-ui/jquery-ui.js +12497 -12030
- data/bower_components/jquery-ui/jquery-ui.min.js +11 -11
- data/bower_components/jquery-ui/package.json +8 -3
- data/bower_components/jquery-ui/themes/base/accordion.css +2 -2
- data/bower_components/jquery-ui/themes/base/all.css +2 -2
- data/bower_components/jquery-ui/themes/base/autocomplete.css +2 -2
- data/bower_components/jquery-ui/themes/base/base.css +2 -2
- data/bower_components/jquery-ui/themes/base/button.css +2 -2
- data/bower_components/jquery-ui/themes/base/core.css +3 -3
- data/bower_components/jquery-ui/themes/base/datepicker.css +3 -3
- data/bower_components/jquery-ui/themes/base/dialog.css +2 -2
- data/bower_components/jquery-ui/themes/base/draggable.css +2 -2
- data/bower_components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_555555_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_777620_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_777777_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/jquery-ui.css +1225 -0
- data/bower_components/jquery-ui/themes/base/jquery-ui.min.css +7 -0
- data/bower_components/jquery-ui/themes/base/menu.css +2 -2
- data/bower_components/jquery-ui/themes/base/progressbar.css +4 -4
- data/bower_components/jquery-ui/themes/base/resizable.css +2 -2
- data/bower_components/jquery-ui/themes/base/selectable.css +2 -2
- data/bower_components/jquery-ui/themes/base/selectmenu.css +2 -2
- data/bower_components/jquery-ui/themes/base/slider.css +3 -3
- data/bower_components/jquery-ui/themes/base/sortable.css +2 -2
- data/bower_components/jquery-ui/themes/base/spinner.css +2 -2
- data/bower_components/jquery-ui/themes/base/tabs.css +2 -2
- data/bower_components/jquery-ui/themes/base/theme.css +7 -7
- data/bower_components/jquery-ui/themes/base/tooltip.css +2 -2
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/black-tie/theme.css +7 -7
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/blitzer/theme.css +7 -7
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/cupertino/theme.css +7 -7
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/dark-hive/theme.css +7 -7
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/dot-luv/theme.css +7 -7
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/eggplant/theme.css +7 -7
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/excite-bike/theme.css +7 -7
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/flick/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/flick/theme.css +7 -7
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/hot-sneaks/theme.css +7 -7
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/humanity/theme.css +7 -7
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/le-frog/theme.css +7 -7
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/mint-choc/theme.css +7 -7
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/overcast/theme.css +7 -7
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/pepper-grinder/theme.css +7 -7
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/redmond/theme.css +7 -7
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/smoothness/theme.css +7 -7
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/south-street/theme.css +7 -7
- data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/start/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/start/theme.css +7 -7
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/sunny/theme.css +7 -7
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/swanky-purse/theme.css +7 -7
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/trontastic/theme.css +7 -7
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/ui-darkness/theme.css +7 -7
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/ui-lightness/theme.css +7 -7
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/vader/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/vader/theme.css +7 -7
- data/bower_components/jquery-ui/ui/accordion.js +24 -9
- data/bower_components/jquery-ui/ui/autocomplete.js +7 -5
- data/bower_components/jquery-ui/ui/button.js +4 -4
- data/bower_components/jquery-ui/ui/core.js +8 -7
- data/bower_components/jquery-ui/ui/datepicker.js +30 -19
- data/bower_components/jquery-ui/ui/dialog.js +26 -8
- data/bower_components/jquery-ui/ui/draggable.js +331 -215
- data/bower_components/jquery-ui/ui/droppable.js +10 -13
- data/bower_components/jquery-ui/ui/effect-blind.js +2 -2
- data/bower_components/jquery-ui/ui/effect-bounce.js +2 -2
- data/bower_components/jquery-ui/ui/effect-clip.js +2 -2
- data/bower_components/jquery-ui/ui/effect-drop.js +3 -3
- data/bower_components/jquery-ui/ui/effect-explode.js +2 -2
- data/bower_components/jquery-ui/ui/effect-fade.js +2 -2
- data/bower_components/jquery-ui/ui/effect-fold.js +2 -2
- data/bower_components/jquery-ui/ui/effect-highlight.js +2 -2
- data/bower_components/jquery-ui/ui/effect-puff.js +2 -2
- data/bower_components/jquery-ui/ui/effect-pulsate.js +2 -2
- data/bower_components/jquery-ui/ui/effect-scale.js +2 -2
- data/bower_components/jquery-ui/ui/effect-shake.js +2 -2
- data/bower_components/jquery-ui/ui/effect-size.js +2 -2
- data/bower_components/jquery-ui/ui/effect-slide.js +2 -2
- data/bower_components/jquery-ui/ui/effect-transfer.js +2 -2
- data/bower_components/jquery-ui/ui/effect.js +10 -6
- data/bower_components/jquery-ui/ui/i18n/datepicker-af.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ar-DZ.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ar.js +7 -6
- data/bower_components/jquery-ui/ui/i18n/datepicker-az.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-be.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-bg.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-bs.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ca.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-cs.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-cy-GB.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-da.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-de.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-el.js +1 -1
- data/bower_components/jquery-ui/ui/i18n/datepicker-en-AU.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-en-GB.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-en-NZ.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-eo.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-es.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-et.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-eu.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fa.js +12 -12
- data/bower_components/jquery-ui/ui/i18n/datepicker-fi.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fo.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CA.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CH.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fr.js +1 -1
- data/bower_components/jquery-ui/ui/i18n/datepicker-gl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-he.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hi.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hr.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hu.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hy.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-id.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-is.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-it-CH.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-it.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ja.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ka.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-kk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-km.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ko.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ky.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-lb.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-lt.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-lv.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-mk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ml.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ms.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nb.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nl-BE.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nn.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-no.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-pl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-pt-BR.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-pt.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-rm.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ro.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ru.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sq.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sr-SR.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sr.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sv.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ta.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-th.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-tj.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-tr.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-uk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-vi.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-zh-CN.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-zh-HK.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-zh-TW.js +0 -0
- data/bower_components/jquery-ui/ui/menu.js +29 -23
- data/bower_components/jquery-ui/ui/minified/accordion.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/autocomplete.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/button.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/core.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/datepicker.min.js +4 -4
- data/bower_components/jquery-ui/ui/minified/dialog.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/draggable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/droppable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-blind.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-bounce.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-clip.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-drop.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-explode.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-fade.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-fold.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-highlight.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-puff.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-pulsate.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-scale.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-shake.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-size.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-slide.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-transfer.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-af.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-az.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-be.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bg.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bs.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ca.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cs.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-da.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-de.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-el.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eo.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-es.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-et.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eu.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fa.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fi.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fo.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-gl.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-he.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hi.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hr.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hu.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hy.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-id.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-is.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ja.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ka.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-kk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-km.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ko.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ky.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lb.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lt.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lv.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-mk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ml.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ms.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nb.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nn.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-no.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pl.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-rm.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ro.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ru.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sl.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sq.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sv.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ta.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-th.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tj.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tr.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-uk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-vi.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/menu.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/mouse.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/position.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/progressbar.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/resizable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/selectable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/selectmenu.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/slider.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/sortable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/spinner.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/tabs.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/tooltip.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/widget.min.js +3 -3
- data/bower_components/jquery-ui/ui/mouse.js +21 -9
- data/bower_components/jquery-ui/ui/position.js +9 -6
- data/bower_components/jquery-ui/ui/progressbar.js +3 -3
- data/bower_components/jquery-ui/ui/resizable.js +290 -166
- data/bower_components/jquery-ui/ui/selectable.js +3 -3
- data/bower_components/jquery-ui/ui/selectmenu.js +74 -14
- data/bower_components/jquery-ui/ui/slider.js +34 -5
- data/bower_components/jquery-ui/ui/sortable.js +56 -51
- data/bower_components/jquery-ui/ui/spinner.js +3 -3
- data/bower_components/jquery-ui/ui/tabs.js +57 -37
- data/bower_components/jquery-ui/ui/tooltip.js +58 -29
- data/bower_components/jquery-ui/ui/widget.js +30 -15
- data/bower_components/jquery/.bower.json +7 -6
- data/bower_components/jquery/bower.json +3 -2
- data/bower_components/jquery/dist/jquery.js +283 -263
- data/bower_components/jquery/dist/jquery.min.js +4 -4
- data/bower_components/jquery/dist/jquery.min.map +1 -1
- data/bower_components/jquery/src/ajax.js +11 -31
- data/bower_components/jquery/src/ajax/xhr.js +3 -2
- data/bower_components/jquery/src/attributes/attr.js +0 -2
- data/bower_components/jquery/src/attributes/classes.js +4 -4
- data/bower_components/jquery/src/attributes/prop.js +1 -3
- data/bower_components/jquery/src/attributes/support.js +8 -8
- data/bower_components/jquery/src/attributes/val.js +3 -5
- data/bower_components/jquery/src/core.js +12 -8
- data/bower_components/jquery/src/core/init.js +3 -3
- data/bower_components/jquery/src/core/ready.js +1 -1
- data/bower_components/jquery/src/css.js +28 -29
- data/bower_components/jquery/src/css/addGetHookIf.js +2 -4
- data/bower_components/jquery/src/css/curCSS.js +1 -1
- data/bower_components/jquery/src/css/defaultDisplay.js +1 -1
- data/bower_components/jquery/src/css/support.js +5 -0
- data/bower_components/jquery/src/css/var/getStyles.js +8 -1
- data/bower_components/jquery/src/data.js +10 -11
- data/bower_components/jquery/src/data/Data.js +3 -3
- data/bower_components/jquery/src/deferred.js +2 -2
- data/bower_components/jquery/src/dimensions.js +1 -1
- data/bower_components/jquery/src/effects.js +29 -30
- data/bower_components/jquery/src/effects/Tween.js +7 -7
- data/bower_components/jquery/src/event.js +5 -5
- data/bower_components/jquery/src/event/ajax.js +13 -0
- data/bower_components/jquery/src/exports/global.js +2 -2
- data/bower_components/jquery/src/intro.js +8 -8
- data/bower_components/jquery/src/jquery.js +1 -0
- data/bower_components/jquery/src/manipulation.js +9 -11
- data/bower_components/jquery/src/manipulation/support.js +6 -5
- data/bower_components/jquery/src/offset.js +9 -6
- data/bower_components/jquery/src/queue.js +3 -3
- data/bower_components/jquery/src/sizzle/dist/sizzle.js +83 -60
- data/bower_components/jquery/src/sizzle/dist/sizzle.min.js +3 -3
- data/bower_components/jquery/src/sizzle/dist/sizzle.min.map +1 -1
- data/bower_components/jquery/src/traversing.js +3 -4
- data/bower_components/jquery/src/wrap.js +1 -0
- data/bower_components/underscore/.bower.json +9 -7
- data/bower_components/underscore/LICENSE +1 -1
- data/bower_components/underscore/bower.json +2 -3
- data/bower_components/underscore/underscore-min.js +6 -0
- data/bower_components/underscore/underscore-min.map +1 -0
- data/bower_components/underscore/underscore.js +756 -551
- data/lib/rubyneat_dashboard.rb +27 -4
- data/lib/rubyneat_dashboard/main.rb +15 -10
- data/lib/rubyneat_dashboard/rubyneat_api.rb +9 -0
- data/lib/rubyneat_dashboard/rubyneat_dsl.rb +12 -1
- data/rubyneat_dashboard.gemspec +93 -44
- data/views/home.haml +0 -5
- data/views/json/population.rabl +5 -0
- data/views/json/population/critter/genotype.rabl +9 -0
- data/views/json/population/critter/phenotype.rabl +2 -0
- data/views/layout.haml +1 -1
- data/views/population/home.haml +1 -2
- metadata +201 -42
- data/bower_components/animate.css/.editorconfig +0 -11
- data/bower_components/animate.css/.gitignore +0 -4
- data/bower_components/animate.css/README.md +0 -73
- data/bower_components/d3/.spmignore +0 -4
- data/bower_components/d3/composer.json +0 -19
- data/bower_components/jquery-placeholder/.gitattributes +0 -1
- data/bower_components/jquery-placeholder/.gitignore +0 -1
- data/bower_components/jquery-placeholder/LICENSE-MIT.txt +0 -20
- data/bower_components/jquery-placeholder/README.md +0 -76
- data/bower_components/jquery-placeholder/demo.html +0 -55
- data/bower_components/jquery-placeholder/tests/index.html +0 -32
- data/bower_components/jquery-placeholder/tests/tests.js +0 -134
- data/bower_components/jquery-ui/themes/base/images/animated-overlay.gif +0 -0
- data/bower_components/underscore/.editorconfig +0 -14
- data/bower_components/underscore/.gitignore +0 -2
- data/bower_components/underscore/component.json +0 -10
- data/bower_components/underscore/package.json +0 -27
@@ -1,11 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "jquery",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4",
|
4
4
|
"main": "dist/jquery.js",
|
5
5
|
"license": "MIT",
|
6
6
|
"ignore": [
|
7
7
|
"**/.*",
|
8
8
|
"build",
|
9
|
+
"dist/cdn",
|
9
10
|
"speed",
|
10
11
|
"test",
|
11
12
|
"*.md",
|
@@ -14,7 +15,7 @@
|
|
14
15
|
"package.json"
|
15
16
|
],
|
16
17
|
"devDependencies": {
|
17
|
-
"sizzle": "1.
|
18
|
+
"sizzle": "2.1.1-jquery.2.1.2",
|
18
19
|
"requirejs": "2.1.10",
|
19
20
|
"qunit": "1.14.0",
|
20
21
|
"sinon": "1.8.1"
|
@@ -25,13 +26,13 @@
|
|
25
26
|
"library"
|
26
27
|
],
|
27
28
|
"homepage": "https://github.com/jquery/jquery",
|
28
|
-
"_release": "2.1.
|
29
|
+
"_release": "2.1.4",
|
29
30
|
"_resolution": {
|
30
31
|
"type": "version",
|
31
|
-
"tag": "2.1.
|
32
|
-
"commit": "
|
32
|
+
"tag": "2.1.4",
|
33
|
+
"commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
|
33
34
|
},
|
34
35
|
"_source": "git://github.com/jquery/jquery.git",
|
35
|
-
"_target": ">=1.
|
36
|
+
"_target": ">= 2.1.0",
|
36
37
|
"_originalSource": "jquery"
|
37
38
|
}
|
@@ -1,11 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "jquery",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4",
|
4
4
|
"main": "dist/jquery.js",
|
5
5
|
"license": "MIT",
|
6
6
|
"ignore": [
|
7
7
|
"**/.*",
|
8
8
|
"build",
|
9
|
+
"dist/cdn",
|
9
10
|
"speed",
|
10
11
|
"test",
|
11
12
|
"*.md",
|
@@ -14,7 +15,7 @@
|
|
14
15
|
"package.json"
|
15
16
|
],
|
16
17
|
"devDependencies": {
|
17
|
-
"sizzle": "1.
|
18
|
+
"sizzle": "2.1.1-jquery.2.1.2",
|
18
19
|
"requirejs": "2.1.10",
|
19
20
|
"qunit": "1.14.0",
|
20
21
|
"sinon": "1.8.1"
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery JavaScript Library v2.1.
|
2
|
+
* jQuery JavaScript Library v2.1.4
|
3
3
|
* http://jquery.com/
|
4
4
|
*
|
5
5
|
* Includes Sizzle.js
|
@@ -9,19 +9,19 @@
|
|
9
9
|
* Released under the MIT license
|
10
10
|
* http://jquery.org/license
|
11
11
|
*
|
12
|
-
* Date:
|
12
|
+
* Date: 2015-04-28T16:01Z
|
13
13
|
*/
|
14
14
|
|
15
15
|
(function( global, factory ) {
|
16
16
|
|
17
17
|
if ( typeof module === "object" && typeof module.exports === "object" ) {
|
18
|
-
// For CommonJS and CommonJS-like environments where a proper window
|
19
|
-
// execute the factory and get jQuery
|
20
|
-
// For environments that do not
|
21
|
-
// (such as Node.js), expose a
|
22
|
-
// This accentuates the need for the creation of a real window
|
18
|
+
// For CommonJS and CommonJS-like environments where a proper `window`
|
19
|
+
// is present, execute the factory and get jQuery.
|
20
|
+
// For environments that do not have a `window` with a `document`
|
21
|
+
// (such as Node.js), expose a factory as module.exports.
|
22
|
+
// This accentuates the need for the creation of a real `window`.
|
23
23
|
// e.g. var jQuery = require("jquery")(window);
|
24
|
-
// See ticket #14549 for more info
|
24
|
+
// See ticket #14549 for more info.
|
25
25
|
module.exports = global.document ?
|
26
26
|
factory( global, true ) :
|
27
27
|
function( w ) {
|
@@ -37,10 +37,10 @@
|
|
37
37
|
// Pass this if window is not defined yet
|
38
38
|
}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) {
|
39
39
|
|
40
|
-
//
|
40
|
+
// Support: Firefox 18+
|
41
|
+
// Can't be in strict mode, several libs including ASP.NET trace
|
41
42
|
// the stack via arguments.caller.callee and Firefox dies if
|
42
43
|
// you try to trace through "use strict" call chains. (#13335)
|
43
|
-
// Support: Firefox 18+
|
44
44
|
//
|
45
45
|
|
46
46
|
var arr = [];
|
@@ -67,7 +67,7 @@ var
|
|
67
67
|
// Use the correct document accordingly with window argument (sandbox)
|
68
68
|
document = window.document,
|
69
69
|
|
70
|
-
version = "2.1.
|
70
|
+
version = "2.1.4",
|
71
71
|
|
72
72
|
// Define a local copy of jQuery
|
73
73
|
jQuery = function( selector, context ) {
|
@@ -185,7 +185,7 @@ jQuery.extend = jQuery.fn.extend = function() {
|
|
185
185
|
if ( typeof target === "boolean" ) {
|
186
186
|
deep = target;
|
187
187
|
|
188
|
-
//
|
188
|
+
// Skip the boolean and the target
|
189
189
|
target = arguments[ i ] || {};
|
190
190
|
i++;
|
191
191
|
}
|
@@ -195,7 +195,7 @@ jQuery.extend = jQuery.fn.extend = function() {
|
|
195
195
|
target = {};
|
196
196
|
}
|
197
197
|
|
198
|
-
//
|
198
|
+
// Extend jQuery itself if only one argument is passed
|
199
199
|
if ( i === length ) {
|
200
200
|
target = this;
|
201
201
|
i--;
|
@@ -252,9 +252,6 @@ jQuery.extend({
|
|
252
252
|
|
253
253
|
noop: function() {},
|
254
254
|
|
255
|
-
// See test/unit/core.js for details concerning isFunction.
|
256
|
-
// Since version 1.3, DOM methods and functions like alert
|
257
|
-
// aren't supported. They return false on IE (#2968).
|
258
255
|
isFunction: function( obj ) {
|
259
256
|
return jQuery.type(obj) === "function";
|
260
257
|
},
|
@@ -269,7 +266,8 @@ jQuery.extend({
|
|
269
266
|
// parseFloat NaNs numeric-cast false positives (null|true|false|"")
|
270
267
|
// ...but misinterprets leading-number strings, particularly hex literals ("0x...")
|
271
268
|
// subtraction forces infinities to NaN
|
272
|
-
|
269
|
+
// adding 1 corrects loss of precision from parseFloat (#15100)
|
270
|
+
return !jQuery.isArray( obj ) && (obj - parseFloat( obj ) + 1) >= 0;
|
273
271
|
},
|
274
272
|
|
275
273
|
isPlainObject: function( obj ) {
|
@@ -303,7 +301,7 @@ jQuery.extend({
|
|
303
301
|
if ( obj == null ) {
|
304
302
|
return obj + "";
|
305
303
|
}
|
306
|
-
// Support: Android
|
304
|
+
// Support: Android<4.0, iOS<6 (functionish RegExp)
|
307
305
|
return typeof obj === "object" || typeof obj === "function" ?
|
308
306
|
class2type[ toString.call(obj) ] || "object" :
|
309
307
|
typeof obj;
|
@@ -333,6 +331,7 @@ jQuery.extend({
|
|
333
331
|
},
|
334
332
|
|
335
333
|
// Convert dashed to camelCase; used by the css and data modules
|
334
|
+
// Support: IE9-11+
|
336
335
|
// Microsoft forgot to hump their vendor prefix (#9572)
|
337
336
|
camelCase: function( string ) {
|
338
337
|
return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
|
@@ -532,7 +531,12 @@ jQuery.each("Boolean Number String Function Array Date RegExp Object Error".spli
|
|
532
531
|
});
|
533
532
|
|
534
533
|
function isArraylike( obj ) {
|
535
|
-
|
534
|
+
|
535
|
+
// Support: iOS 8.2 (not reproducible in simulator)
|
536
|
+
// `in` check used to prevent JIT error (gh-2145)
|
537
|
+
// hasOwn isn't used here due to false negatives
|
538
|
+
// regarding Nodelist length in IE
|
539
|
+
var length = "length" in obj && obj.length,
|
536
540
|
type = jQuery.type( obj );
|
537
541
|
|
538
542
|
if ( type === "function" || jQuery.isWindow( obj ) ) {
|
@@ -548,14 +552,14 @@ function isArraylike( obj ) {
|
|
548
552
|
}
|
549
553
|
var Sizzle =
|
550
554
|
/*!
|
551
|
-
* Sizzle CSS Selector Engine
|
555
|
+
* Sizzle CSS Selector Engine v2.2.0-pre
|
552
556
|
* http://sizzlejs.com/
|
553
557
|
*
|
554
|
-
* Copyright
|
558
|
+
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
|
555
559
|
* Released under the MIT license
|
556
560
|
* http://jquery.org/license
|
557
561
|
*
|
558
|
-
* Date: 2014-
|
562
|
+
* Date: 2014-12-16
|
559
563
|
*/
|
560
564
|
(function( window ) {
|
561
565
|
|
@@ -582,7 +586,7 @@ var i,
|
|
582
586
|
contains,
|
583
587
|
|
584
588
|
// Instance-specific data
|
585
|
-
expando = "sizzle" +
|
589
|
+
expando = "sizzle" + 1 * new Date(),
|
586
590
|
preferredDoc = window.document,
|
587
591
|
dirruns = 0,
|
588
592
|
done = 0,
|
@@ -597,7 +601,6 @@ var i,
|
|
597
601
|
},
|
598
602
|
|
599
603
|
// General-purpose constants
|
600
|
-
strundefined = typeof undefined,
|
601
604
|
MAX_NEGATIVE = 1 << 31,
|
602
605
|
|
603
606
|
// Instance methods
|
@@ -607,12 +610,13 @@ var i,
|
|
607
610
|
push_native = arr.push,
|
608
611
|
push = arr.push,
|
609
612
|
slice = arr.slice,
|
610
|
-
// Use a stripped-down indexOf
|
611
|
-
|
613
|
+
// Use a stripped-down indexOf as it's faster than native
|
614
|
+
// http://jsperf.com/thor-indexof-vs-for/5
|
615
|
+
indexOf = function( list, elem ) {
|
612
616
|
var i = 0,
|
613
|
-
len =
|
617
|
+
len = list.length;
|
614
618
|
for ( ; i < len; i++ ) {
|
615
|
-
if (
|
619
|
+
if ( list[i] === elem ) {
|
616
620
|
return i;
|
617
621
|
}
|
618
622
|
}
|
@@ -652,6 +656,7 @@ var i,
|
|
652
656
|
")\\)|)",
|
653
657
|
|
654
658
|
// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
|
659
|
+
rwhitespace = new RegExp( whitespace + "+", "g" ),
|
655
660
|
rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
|
656
661
|
|
657
662
|
rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
|
@@ -703,6 +708,14 @@ var i,
|
|
703
708
|
String.fromCharCode( high + 0x10000 ) :
|
704
709
|
// Supplemental Plane codepoint (surrogate pair)
|
705
710
|
String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
|
711
|
+
},
|
712
|
+
|
713
|
+
// Used for iframes
|
714
|
+
// See setDocument()
|
715
|
+
// Removing the function wrapper causes a "Permission Denied"
|
716
|
+
// error in IE
|
717
|
+
unloadHandler = function() {
|
718
|
+
setDocument();
|
706
719
|
};
|
707
720
|
|
708
721
|
// Optimize for push.apply( _, NodeList )
|
@@ -745,19 +758,18 @@ function Sizzle( selector, context, results, seed ) {
|
|
745
758
|
|
746
759
|
context = context || document;
|
747
760
|
results = results || [];
|
761
|
+
nodeType = context.nodeType;
|
748
762
|
|
749
|
-
if (
|
750
|
-
|
751
|
-
}
|
763
|
+
if ( typeof selector !== "string" || !selector ||
|
764
|
+
nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
|
752
765
|
|
753
|
-
|
754
|
-
return [];
|
766
|
+
return results;
|
755
767
|
}
|
756
768
|
|
757
|
-
if (
|
769
|
+
if ( !seed && documentIsHTML ) {
|
758
770
|
|
759
|
-
//
|
760
|
-
if ( (match = rquickExpr.exec( selector )) ) {
|
771
|
+
// Try to shortcut find operations when possible (e.g., not under DocumentFragment)
|
772
|
+
if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
|
761
773
|
// Speed-up: Sizzle("#ID")
|
762
774
|
if ( (m = match[1]) ) {
|
763
775
|
if ( nodeType === 9 ) {
|
@@ -789,7 +801,7 @@ function Sizzle( selector, context, results, seed ) {
|
|
789
801
|
return results;
|
790
802
|
|
791
803
|
// Speed-up: Sizzle(".CLASS")
|
792
|
-
} else if ( (m = match[3]) && support.getElementsByClassName
|
804
|
+
} else if ( (m = match[3]) && support.getElementsByClassName ) {
|
793
805
|
push.apply( results, context.getElementsByClassName( m ) );
|
794
806
|
return results;
|
795
807
|
}
|
@@ -799,7 +811,7 @@ function Sizzle( selector, context, results, seed ) {
|
|
799
811
|
if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
|
800
812
|
nid = old = expando;
|
801
813
|
newContext = context;
|
802
|
-
newSelector = nodeType
|
814
|
+
newSelector = nodeType !== 1 && selector;
|
803
815
|
|
804
816
|
// qSA works strangely on Element-rooted queries
|
805
817
|
// We can work around this by specifying an extra ID on the root
|
@@ -986,7 +998,7 @@ function createPositionalPseudo( fn ) {
|
|
986
998
|
* @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
|
987
999
|
*/
|
988
1000
|
function testContext( context ) {
|
989
|
-
return context && typeof context.getElementsByTagName !==
|
1001
|
+
return context && typeof context.getElementsByTagName !== "undefined" && context;
|
990
1002
|
}
|
991
1003
|
|
992
1004
|
// Expose support vars for convenience
|
@@ -1010,9 +1022,8 @@ isXML = Sizzle.isXML = function( elem ) {
|
|
1010
1022
|
* @returns {Object} Returns the current document
|
1011
1023
|
*/
|
1012
1024
|
setDocument = Sizzle.setDocument = function( node ) {
|
1013
|
-
var hasCompare,
|
1014
|
-
doc = node ? node.ownerDocument || node : preferredDoc
|
1015
|
-
parent = doc.defaultView;
|
1025
|
+
var hasCompare, parent,
|
1026
|
+
doc = node ? node.ownerDocument || node : preferredDoc;
|
1016
1027
|
|
1017
1028
|
// If no document and documentElement is available, return
|
1018
1029
|
if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
|
@@ -1022,9 +1033,7 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1022
1033
|
// Set our document
|
1023
1034
|
document = doc;
|
1024
1035
|
docElem = doc.documentElement;
|
1025
|
-
|
1026
|
-
// Support tests
|
1027
|
-
documentIsHTML = !isXML( doc );
|
1036
|
+
parent = doc.defaultView;
|
1028
1037
|
|
1029
1038
|
// Support: IE>8
|
1030
1039
|
// If iframe document is assigned to "document" variable and if iframe has been reloaded,
|
@@ -1033,21 +1042,22 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1033
1042
|
if ( parent && parent !== parent.top ) {
|
1034
1043
|
// IE11 does not have attachEvent, so all must suffer
|
1035
1044
|
if ( parent.addEventListener ) {
|
1036
|
-
parent.addEventListener( "unload",
|
1037
|
-
setDocument();
|
1038
|
-
}, false );
|
1045
|
+
parent.addEventListener( "unload", unloadHandler, false );
|
1039
1046
|
} else if ( parent.attachEvent ) {
|
1040
|
-
parent.attachEvent( "onunload",
|
1041
|
-
setDocument();
|
1042
|
-
});
|
1047
|
+
parent.attachEvent( "onunload", unloadHandler );
|
1043
1048
|
}
|
1044
1049
|
}
|
1045
1050
|
|
1051
|
+
/* Support tests
|
1052
|
+
---------------------------------------------------------------------- */
|
1053
|
+
documentIsHTML = !isXML( doc );
|
1054
|
+
|
1046
1055
|
/* Attributes
|
1047
1056
|
---------------------------------------------------------------------- */
|
1048
1057
|
|
1049
1058
|
// Support: IE<8
|
1050
|
-
// Verify that getAttribute really returns attributes and not properties
|
1059
|
+
// Verify that getAttribute really returns attributes and not properties
|
1060
|
+
// (excepting IE8 booleans)
|
1051
1061
|
support.attributes = assert(function( div ) {
|
1052
1062
|
div.className = "i";
|
1053
1063
|
return !div.getAttribute("className");
|
@@ -1062,17 +1072,8 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1062
1072
|
return !div.getElementsByTagName("*").length;
|
1063
1073
|
});
|
1064
1074
|
|
1065
|
-
//
|
1066
|
-
support.getElementsByClassName = rnative.test( doc.getElementsByClassName )
|
1067
|
-
div.innerHTML = "<div class='a'></div><div class='a i'></div>";
|
1068
|
-
|
1069
|
-
// Support: Safari<4
|
1070
|
-
// Catch class over-caching
|
1071
|
-
div.firstChild.className = "i";
|
1072
|
-
// Support: Opera<10
|
1073
|
-
// Catch gEBCN failure to find non-leading classes
|
1074
|
-
return div.getElementsByClassName("i").length === 2;
|
1075
|
-
});
|
1075
|
+
// Support: IE<9
|
1076
|
+
support.getElementsByClassName = rnative.test( doc.getElementsByClassName );
|
1076
1077
|
|
1077
1078
|
// Support: IE<10
|
1078
1079
|
// Check if getElementById returns elements by name
|
@@ -1086,7 +1087,7 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1086
1087
|
// ID find and filter
|
1087
1088
|
if ( support.getById ) {
|
1088
1089
|
Expr.find["ID"] = function( id, context ) {
|
1089
|
-
if ( typeof context.getElementById !==
|
1090
|
+
if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
|
1090
1091
|
var m = context.getElementById( id );
|
1091
1092
|
// Check parentNode to catch when Blackberry 4.6 returns
|
1092
1093
|
// nodes that are no longer in the document #6963
|
@@ -1107,7 +1108,7 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1107
1108
|
Expr.filter["ID"] = function( id ) {
|
1108
1109
|
var attrId = id.replace( runescape, funescape );
|
1109
1110
|
return function( elem ) {
|
1110
|
-
var node = typeof elem.getAttributeNode !==
|
1111
|
+
var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id");
|
1111
1112
|
return node && node.value === attrId;
|
1112
1113
|
};
|
1113
1114
|
};
|
@@ -1116,14 +1117,20 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1116
1117
|
// Tag
|
1117
1118
|
Expr.find["TAG"] = support.getElementsByTagName ?
|
1118
1119
|
function( tag, context ) {
|
1119
|
-
if ( typeof context.getElementsByTagName !==
|
1120
|
+
if ( typeof context.getElementsByTagName !== "undefined" ) {
|
1120
1121
|
return context.getElementsByTagName( tag );
|
1122
|
+
|
1123
|
+
// DocumentFragment nodes don't have gEBTN
|
1124
|
+
} else if ( support.qsa ) {
|
1125
|
+
return context.querySelectorAll( tag );
|
1121
1126
|
}
|
1122
1127
|
} :
|
1128
|
+
|
1123
1129
|
function( tag, context ) {
|
1124
1130
|
var elem,
|
1125
1131
|
tmp = [],
|
1126
1132
|
i = 0,
|
1133
|
+
// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
|
1127
1134
|
results = context.getElementsByTagName( tag );
|
1128
1135
|
|
1129
1136
|
// Filter out possible comments
|
@@ -1141,7 +1148,7 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1141
1148
|
|
1142
1149
|
// Class
|
1143
1150
|
Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
|
1144
|
-
if (
|
1151
|
+
if ( documentIsHTML ) {
|
1145
1152
|
return context.getElementsByClassName( className );
|
1146
1153
|
}
|
1147
1154
|
};
|
@@ -1170,13 +1177,15 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1170
1177
|
// setting a boolean content attribute,
|
1171
1178
|
// since its presence should be enough
|
1172
1179
|
// http://bugs.jquery.com/ticket/12359
|
1173
|
-
div.innerHTML = "<
|
1180
|
+
docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" +
|
1181
|
+
"<select id='" + expando + "-\f]' msallowcapture=''>" +
|
1182
|
+
"<option selected=''></option></select>";
|
1174
1183
|
|
1175
1184
|
// Support: IE8, Opera 11-12.16
|
1176
1185
|
// Nothing should be selected when empty strings follow ^= or $= or *=
|
1177
1186
|
// The test attribute must be unknown in Opera but "safe" for WinRT
|
1178
1187
|
// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
|
1179
|
-
if ( div.querySelectorAll("[
|
1188
|
+
if ( div.querySelectorAll("[msallowcapture^='']").length ) {
|
1180
1189
|
rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
|
1181
1190
|
}
|
1182
1191
|
|
@@ -1186,12 +1195,24 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1186
1195
|
rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
|
1187
1196
|
}
|
1188
1197
|
|
1198
|
+
// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+
|
1199
|
+
if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
|
1200
|
+
rbuggyQSA.push("~=");
|
1201
|
+
}
|
1202
|
+
|
1189
1203
|
// Webkit/Opera - :checked should return selected option elements
|
1190
1204
|
// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
|
1191
1205
|
// IE8 throws error here and will not see later tests
|
1192
1206
|
if ( !div.querySelectorAll(":checked").length ) {
|
1193
1207
|
rbuggyQSA.push(":checked");
|
1194
1208
|
}
|
1209
|
+
|
1210
|
+
// Support: Safari 8+, iOS 8+
|
1211
|
+
// https://bugs.webkit.org/show_bug.cgi?id=136851
|
1212
|
+
// In-page `selector#id sibing-combinator selector` fails
|
1213
|
+
if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) {
|
1214
|
+
rbuggyQSA.push(".#.+[+~]");
|
1215
|
+
}
|
1195
1216
|
});
|
1196
1217
|
|
1197
1218
|
assert(function( div ) {
|
@@ -1308,7 +1329,7 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1308
1329
|
|
1309
1330
|
// Maintain original order
|
1310
1331
|
return sortInput ?
|
1311
|
-
( indexOf
|
1332
|
+
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
|
1312
1333
|
0;
|
1313
1334
|
}
|
1314
1335
|
|
@@ -1335,7 +1356,7 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
1335
1356
|
aup ? -1 :
|
1336
1357
|
bup ? 1 :
|
1337
1358
|
sortInput ?
|
1338
|
-
( indexOf
|
1359
|
+
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
|
1339
1360
|
0;
|
1340
1361
|
|
1341
1362
|
// If the nodes are siblings, we can do a quick check
|
@@ -1398,7 +1419,7 @@ Sizzle.matchesSelector = function( elem, expr ) {
|
|
1398
1419
|
elem.document && elem.document.nodeType !== 11 ) {
|
1399
1420
|
return ret;
|
1400
1421
|
}
|
1401
|
-
} catch(e) {}
|
1422
|
+
} catch (e) {}
|
1402
1423
|
}
|
1403
1424
|
|
1404
1425
|
return Sizzle( expr, document, null, [ elem ] ).length > 0;
|
@@ -1617,7 +1638,7 @@ Expr = Sizzle.selectors = {
|
|
1617
1638
|
return pattern ||
|
1618
1639
|
(pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
|
1619
1640
|
classCache( className, function( elem ) {
|
1620
|
-
return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !==
|
1641
|
+
return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
|
1621
1642
|
});
|
1622
1643
|
},
|
1623
1644
|
|
@@ -1639,7 +1660,7 @@ Expr = Sizzle.selectors = {
|
|
1639
1660
|
operator === "^=" ? check && result.indexOf( check ) === 0 :
|
1640
1661
|
operator === "*=" ? check && result.indexOf( check ) > -1 :
|
1641
1662
|
operator === "$=" ? check && result.slice( -check.length ) === check :
|
1642
|
-
operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 :
|
1663
|
+
operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
|
1643
1664
|
operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
|
1644
1665
|
false;
|
1645
1666
|
};
|
@@ -1759,7 +1780,7 @@ Expr = Sizzle.selectors = {
|
|
1759
1780
|
matched = fn( seed, argument ),
|
1760
1781
|
i = matched.length;
|
1761
1782
|
while ( i-- ) {
|
1762
|
-
idx = indexOf
|
1783
|
+
idx = indexOf( seed, matched[i] );
|
1763
1784
|
seed[ idx ] = !( matches[ idx ] = matched[i] );
|
1764
1785
|
}
|
1765
1786
|
}) :
|
@@ -1798,6 +1819,8 @@ Expr = Sizzle.selectors = {
|
|
1798
1819
|
function( elem, context, xml ) {
|
1799
1820
|
input[0] = elem;
|
1800
1821
|
matcher( input, null, xml, results );
|
1822
|
+
// Don't keep the element (issue #299)
|
1823
|
+
input[0] = null;
|
1801
1824
|
return !results.pop();
|
1802
1825
|
};
|
1803
1826
|
}),
|
@@ -1809,6 +1832,7 @@ Expr = Sizzle.selectors = {
|
|
1809
1832
|
}),
|
1810
1833
|
|
1811
1834
|
"contains": markFunction(function( text ) {
|
1835
|
+
text = text.replace( runescape, funescape );
|
1812
1836
|
return function( elem ) {
|
1813
1837
|
return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
|
1814
1838
|
};
|
@@ -2230,7 +2254,7 @@ function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postS
|
|
2230
2254
|
i = matcherOut.length;
|
2231
2255
|
while ( i-- ) {
|
2232
2256
|
if ( (elem = matcherOut[i]) &&
|
2233
|
-
(temp = postFinder ? indexOf
|
2257
|
+
(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
|
2234
2258
|
|
2235
2259
|
seed[temp] = !(results[temp] = elem);
|
2236
2260
|
}
|
@@ -2265,13 +2289,16 @@ function matcherFromTokens( tokens ) {
|
|
2265
2289
|
return elem === checkContext;
|
2266
2290
|
}, implicitRelative, true ),
|
2267
2291
|
matchAnyContext = addCombinator( function( elem ) {
|
2268
|
-
return indexOf
|
2292
|
+
return indexOf( checkContext, elem ) > -1;
|
2269
2293
|
}, implicitRelative, true ),
|
2270
2294
|
matchers = [ function( elem, context, xml ) {
|
2271
|
-
|
2295
|
+
var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
|
2272
2296
|
(checkContext = context).nodeType ?
|
2273
2297
|
matchContext( elem, context, xml ) :
|
2274
2298
|
matchAnyContext( elem, context, xml ) );
|
2299
|
+
// Avoid hanging onto element (issue #299)
|
2300
|
+
checkContext = null;
|
2301
|
+
return ret;
|
2275
2302
|
} ];
|
2276
2303
|
|
2277
2304
|
for ( ; i < len; i++ ) {
|
@@ -2521,7 +2548,7 @@ select = Sizzle.select = function( selector, context, results, seed ) {
|
|
2521
2548
|
// Sort stability
|
2522
2549
|
support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
|
2523
2550
|
|
2524
|
-
// Support: Chrome
|
2551
|
+
// Support: Chrome 14-35+
|
2525
2552
|
// Always assume duplicates if they aren't passed to the comparison function
|
2526
2553
|
support.detectDuplicates = !!hasDuplicate;
|
2527
2554
|
|
@@ -2730,7 +2757,7 @@ var rootjQuery,
|
|
2730
2757
|
if ( match[1] ) {
|
2731
2758
|
context = context instanceof jQuery ? context[0] : context;
|
2732
2759
|
|
2733
|
-
// scripts is true for back-compat
|
2760
|
+
// Option to run scripts is true for back-compat
|
2734
2761
|
// Intentionally let the error be thrown if parseHTML is not present
|
2735
2762
|
jQuery.merge( this, jQuery.parseHTML(
|
2736
2763
|
match[1],
|
@@ -2758,8 +2785,8 @@ var rootjQuery,
|
|
2758
2785
|
} else {
|
2759
2786
|
elem = document.getElementById( match[2] );
|
2760
2787
|
|
2761
|
-
//
|
2762
|
-
//
|
2788
|
+
// Support: Blackberry 4.6
|
2789
|
+
// gEBID returns nodes no longer in the document (#6963)
|
2763
2790
|
if ( elem && elem.parentNode ) {
|
2764
2791
|
// Inject the element directly into the jQuery object
|
2765
2792
|
this.length = 1;
|
@@ -2812,7 +2839,7 @@ rootjQuery = jQuery( document );
|
|
2812
2839
|
|
2813
2840
|
|
2814
2841
|
var rparentsprev = /^(?:parents|prev(?:Until|All))/,
|
2815
|
-
//
|
2842
|
+
// Methods guaranteed to produce a unique set when starting from a unique set
|
2816
2843
|
guaranteedUnique = {
|
2817
2844
|
children: true,
|
2818
2845
|
contents: true,
|
@@ -2892,8 +2919,7 @@ jQuery.fn.extend({
|
|
2892
2919
|
return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );
|
2893
2920
|
},
|
2894
2921
|
|
2895
|
-
// Determine the position of an element within
|
2896
|
-
// the matched set of elements
|
2922
|
+
// Determine the position of an element within the set
|
2897
2923
|
index: function( elem ) {
|
2898
2924
|
|
2899
2925
|
// No argument, return index in parent
|
@@ -2901,7 +2927,7 @@ jQuery.fn.extend({
|
|
2901
2927
|
return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
|
2902
2928
|
}
|
2903
2929
|
|
2904
|
-
//
|
2930
|
+
// Index in selector
|
2905
2931
|
if ( typeof elem === "string" ) {
|
2906
2932
|
return indexOf.call( jQuery( elem ), this[ 0 ] );
|
2907
2933
|
}
|
@@ -3317,7 +3343,7 @@ jQuery.extend({
|
|
3317
3343
|
|
3318
3344
|
progressValues, progressContexts, resolveContexts;
|
3319
3345
|
|
3320
|
-
//
|
3346
|
+
// Add listeners to Deferred subordinates; treat others as resolved
|
3321
3347
|
if ( length > 1 ) {
|
3322
3348
|
progressValues = new Array( length );
|
3323
3349
|
progressContexts = new Array( length );
|
@@ -3334,7 +3360,7 @@ jQuery.extend({
|
|
3334
3360
|
}
|
3335
3361
|
}
|
3336
3362
|
|
3337
|
-
//
|
3363
|
+
// If we're not waiting on anything, resolve the master
|
3338
3364
|
if ( !remaining ) {
|
3339
3365
|
deferred.resolveWith( resolveContexts, resolveValues );
|
3340
3366
|
}
|
@@ -3413,7 +3439,7 @@ jQuery.ready.promise = function( obj ) {
|
|
3413
3439
|
readyList = jQuery.Deferred();
|
3414
3440
|
|
3415
3441
|
// Catch cases where $(document).ready() is called after the browser event has already occurred.
|
3416
|
-
//
|
3442
|
+
// We once tried to use readyState "interactive" here, but it caused issues like the one
|
3417
3443
|
// discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
|
3418
3444
|
if ( document.readyState === "complete" ) {
|
3419
3445
|
// Handle it asynchronously to allow scripts the opportunity to delay ready
|
@@ -3507,7 +3533,7 @@ jQuery.acceptData = function( owner ) {
|
|
3507
3533
|
|
3508
3534
|
|
3509
3535
|
function Data() {
|
3510
|
-
// Support: Android
|
3536
|
+
// Support: Android<4,
|
3511
3537
|
// Old WebKit does not have Object.preventExtensions/freeze method,
|
3512
3538
|
// return new empty object instead with no [[set]] accessor
|
3513
3539
|
Object.defineProperty( this.cache = {}, 0, {
|
@@ -3516,7 +3542,7 @@ function Data() {
|
|
3516
3542
|
}
|
3517
3543
|
});
|
3518
3544
|
|
3519
|
-
this.expando = jQuery.expando +
|
3545
|
+
this.expando = jQuery.expando + Data.uid++;
|
3520
3546
|
}
|
3521
3547
|
|
3522
3548
|
Data.uid = 1;
|
@@ -3544,7 +3570,7 @@ Data.prototype = {
|
|
3544
3570
|
descriptor[ this.expando ] = { value: unlock };
|
3545
3571
|
Object.defineProperties( owner, descriptor );
|
3546
3572
|
|
3547
|
-
// Support: Android
|
3573
|
+
// Support: Android<4
|
3548
3574
|
// Fallback to a less secure definition
|
3549
3575
|
} catch ( e ) {
|
3550
3576
|
descriptor[ this.expando ] = unlock;
|
@@ -3684,17 +3710,16 @@ var data_user = new Data();
|
|
3684
3710
|
|
3685
3711
|
|
3686
3712
|
|
3687
|
-
|
3688
|
-
|
3689
|
-
|
3690
|
-
|
3691
|
-
|
3692
|
-
|
3693
|
-
|
3694
|
-
|
3695
|
-
|
3696
|
-
|
3697
|
-
*/
|
3713
|
+
// Implementation Summary
|
3714
|
+
//
|
3715
|
+
// 1. Enforce API surface and semantic compatibility with 1.9.x branch
|
3716
|
+
// 2. Improve the module's maintainability by reducing the storage
|
3717
|
+
// paths to a single mechanism.
|
3718
|
+
// 3. Use the same single mechanism to support "private" and "user" data.
|
3719
|
+
// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData)
|
3720
|
+
// 5. Avoid exposing implementation details on user objects (eg. expando properties)
|
3721
|
+
// 6. Provide a clear path for implementation upgrade to WeakMap in 2014
|
3722
|
+
|
3698
3723
|
var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
|
3699
3724
|
rmultiDash = /([A-Z])/g;
|
3700
3725
|
|
@@ -3899,7 +3924,7 @@ jQuery.extend({
|
|
3899
3924
|
queue.unshift( "inprogress" );
|
3900
3925
|
}
|
3901
3926
|
|
3902
|
-
//
|
3927
|
+
// Clear up the last queue stop function
|
3903
3928
|
delete hooks.stop;
|
3904
3929
|
fn.call( elem, next, hooks );
|
3905
3930
|
}
|
@@ -3909,7 +3934,7 @@ jQuery.extend({
|
|
3909
3934
|
}
|
3910
3935
|
},
|
3911
3936
|
|
3912
|
-
//
|
3937
|
+
// Not public - generate a queueHooks object, or return the current one
|
3913
3938
|
_queueHooks: function( elem, type ) {
|
3914
3939
|
var key = type + "queueHooks";
|
3915
3940
|
return data_priv.get( elem, key ) || data_priv.access( elem, key, {
|
@@ -3939,7 +3964,7 @@ jQuery.fn.extend({
|
|
3939
3964
|
this.each(function() {
|
3940
3965
|
var queue = jQuery.queue( this, type, data );
|
3941
3966
|
|
3942
|
-
//
|
3967
|
+
// Ensure a hooks for this queue
|
3943
3968
|
jQuery._queueHooks( this, type );
|
3944
3969
|
|
3945
3970
|
if ( type === "fx" && queue[0] !== "inprogress" ) {
|
@@ -4006,21 +4031,22 @@ var rcheckableType = (/^(?:checkbox|radio)$/i);
|
|
4006
4031
|
div = fragment.appendChild( document.createElement( "div" ) ),
|
4007
4032
|
input = document.createElement( "input" );
|
4008
4033
|
|
4009
|
-
//
|
4034
|
+
// Support: Safari<=5.1
|
4035
|
+
// Check state lost if the name is set (#11217)
|
4010
4036
|
// Support: Windows Web Apps (WWA)
|
4011
|
-
// `name` and `type`
|
4037
|
+
// `name` and `type` must use .setAttribute for WWA (#14901)
|
4012
4038
|
input.setAttribute( "type", "radio" );
|
4013
4039
|
input.setAttribute( "checked", "checked" );
|
4014
4040
|
input.setAttribute( "name", "t" );
|
4015
4041
|
|
4016
4042
|
div.appendChild( input );
|
4017
4043
|
|
4018
|
-
// Support: Safari
|
4019
|
-
//
|
4044
|
+
// Support: Safari<=5.1, Android<4.2
|
4045
|
+
// Older WebKit doesn't clone checked state correctly in fragments
|
4020
4046
|
support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
|
4021
4047
|
|
4048
|
+
// Support: IE<=11+
|
4022
4049
|
// Make sure textarea (and checkbox) defaultValue is properly cloned
|
4023
|
-
// Support: IE9-IE11+
|
4024
4050
|
div.innerHTML = "<textarea>x</textarea>";
|
4025
4051
|
support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
|
4026
4052
|
})();
|
@@ -4398,8 +4424,8 @@ jQuery.event = {
|
|
4398
4424
|
j = 0;
|
4399
4425
|
while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {
|
4400
4426
|
|
4401
|
-
// Triggered event must either 1) have no namespace, or
|
4402
|
-
//
|
4427
|
+
// Triggered event must either 1) have no namespace, or 2) have namespace(s)
|
4428
|
+
// a subset or equal to those in the bound event (both can have no namespace).
|
4403
4429
|
if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) {
|
4404
4430
|
|
4405
4431
|
event.handleObj = handleObj;
|
@@ -4549,7 +4575,7 @@ jQuery.event = {
|
|
4549
4575
|
event.target = document;
|
4550
4576
|
}
|
4551
4577
|
|
4552
|
-
// Support: Safari 6.0+, Chrome
|
4578
|
+
// Support: Safari 6.0+, Chrome<28
|
4553
4579
|
// Target should not be a text node (#504, #13143)
|
4554
4580
|
if ( event.target.nodeType === 3 ) {
|
4555
4581
|
event.target = event.target.parentNode;
|
@@ -4654,7 +4680,7 @@ jQuery.Event = function( src, props ) {
|
|
4654
4680
|
// by a handler lower down the tree; reflect the correct value.
|
4655
4681
|
this.isDefaultPrevented = src.defaultPrevented ||
|
4656
4682
|
src.defaultPrevented === undefined &&
|
4657
|
-
// Support: Android
|
4683
|
+
// Support: Android<4.0
|
4658
4684
|
src.returnValue === false ?
|
4659
4685
|
returnTrue :
|
4660
4686
|
returnFalse;
|
@@ -4744,8 +4770,8 @@ jQuery.each({
|
|
4744
4770
|
};
|
4745
4771
|
});
|
4746
4772
|
|
4747
|
-
// Create "bubbling" focus and blur events
|
4748
4773
|
// Support: Firefox, Chrome, Safari
|
4774
|
+
// Create "bubbling" focus and blur events
|
4749
4775
|
if ( !support.focusinBubbles ) {
|
4750
4776
|
jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
|
4751
4777
|
|
@@ -4898,7 +4924,7 @@ var
|
|
4898
4924
|
// We have to close these tags to support XHTML (#13200)
|
4899
4925
|
wrapMap = {
|
4900
4926
|
|
4901
|
-
// Support:
|
4927
|
+
// Support: IE9
|
4902
4928
|
option: [ 1, "<select multiple='multiple'>", "</select>" ],
|
4903
4929
|
|
4904
4930
|
thead: [ 1, "<table>", "</table>" ],
|
@@ -4909,7 +4935,7 @@ var
|
|
4909
4935
|
_default: [ 0, "", "" ]
|
4910
4936
|
};
|
4911
4937
|
|
4912
|
-
// Support:
|
4938
|
+
// Support: IE9
|
4913
4939
|
wrapMap.optgroup = wrapMap.option;
|
4914
4940
|
|
4915
4941
|
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
|
@@ -4999,7 +5025,7 @@ function getAll( context, tag ) {
|
|
4999
5025
|
ret;
|
5000
5026
|
}
|
5001
5027
|
|
5002
|
-
//
|
5028
|
+
// Fix IE bugs, see support tests
|
5003
5029
|
function fixInput( src, dest ) {
|
5004
5030
|
var nodeName = dest.nodeName.toLowerCase();
|
5005
5031
|
|
@@ -5019,8 +5045,7 @@ jQuery.extend({
|
|
5019
5045
|
clone = elem.cloneNode( true ),
|
5020
5046
|
inPage = jQuery.contains( elem.ownerDocument, elem );
|
5021
5047
|
|
5022
|
-
//
|
5023
|
-
// Fix Cloning issues
|
5048
|
+
// Fix IE cloning issues
|
5024
5049
|
if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
|
5025
5050
|
!jQuery.isXMLDoc( elem ) ) {
|
5026
5051
|
|
@@ -5071,8 +5096,8 @@ jQuery.extend({
|
|
5071
5096
|
|
5072
5097
|
// Add nodes directly
|
5073
5098
|
if ( jQuery.type( elem ) === "object" ) {
|
5074
|
-
// Support: QtWebKit
|
5075
|
-
//
|
5099
|
+
// Support: QtWebKit, PhantomJS
|
5100
|
+
// push.apply(_, arraylike) throws on ancient WebKit
|
5076
5101
|
jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );
|
5077
5102
|
|
5078
5103
|
// Convert non-html into a text node
|
@@ -5094,15 +5119,14 @@ jQuery.extend({
|
|
5094
5119
|
tmp = tmp.lastChild;
|
5095
5120
|
}
|
5096
5121
|
|
5097
|
-
// Support: QtWebKit
|
5098
|
-
//
|
5122
|
+
// Support: QtWebKit, PhantomJS
|
5123
|
+
// push.apply(_, arraylike) throws on ancient WebKit
|
5099
5124
|
jQuery.merge( nodes, tmp.childNodes );
|
5100
5125
|
|
5101
5126
|
// Remember the top-level container
|
5102
5127
|
tmp = fragment.firstChild;
|
5103
5128
|
|
5104
|
-
//
|
5105
|
-
// Support: Webkit, IE
|
5129
|
+
// Ensure the created nodes are orphaned (#12392)
|
5106
5130
|
tmp.textContent = "";
|
5107
5131
|
}
|
5108
5132
|
}
|
@@ -5464,7 +5488,7 @@ function actualDisplay( name, doc ) {
|
|
5464
5488
|
// getDefaultComputedStyle might be reliably used only on attached element
|
5465
5489
|
display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ?
|
5466
5490
|
|
5467
|
-
// Use of this method is a temporary fix (more like
|
5491
|
+
// Use of this method is a temporary fix (more like optimization) until something better comes along,
|
5468
5492
|
// since it was removed from specification and supported only in FF
|
5469
5493
|
style.display : jQuery.css( elem[ 0 ], "display" );
|
5470
5494
|
|
@@ -5514,7 +5538,14 @@ var rmargin = (/^margin/);
|
|
5514
5538
|
var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
|
5515
5539
|
|
5516
5540
|
var getStyles = function( elem ) {
|
5517
|
-
|
5541
|
+
// Support: IE<=11+, Firefox<=30+ (#15098, #14150)
|
5542
|
+
// IE throws on elements created in popups
|
5543
|
+
// FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
|
5544
|
+
if ( elem.ownerDocument.defaultView.opener ) {
|
5545
|
+
return elem.ownerDocument.defaultView.getComputedStyle( elem, null );
|
5546
|
+
}
|
5547
|
+
|
5548
|
+
return window.getComputedStyle( elem, null );
|
5518
5549
|
};
|
5519
5550
|
|
5520
5551
|
|
@@ -5526,7 +5557,7 @@ function curCSS( elem, name, computed ) {
|
|
5526
5557
|
computed = computed || getStyles( elem );
|
5527
5558
|
|
5528
5559
|
// Support: IE9
|
5529
|
-
// getPropertyValue is only needed for .css('filter')
|
5560
|
+
// getPropertyValue is only needed for .css('filter') (#12537)
|
5530
5561
|
if ( computed ) {
|
5531
5562
|
ret = computed.getPropertyValue( name ) || computed[ name ];
|
5532
5563
|
}
|
@@ -5572,15 +5603,13 @@ function addGetHookIf( conditionFn, hookFn ) {
|
|
5572
5603
|
return {
|
5573
5604
|
get: function() {
|
5574
5605
|
if ( conditionFn() ) {
|
5575
|
-
// Hook not needed (or it's not possible to use it due
|
5576
|
-
// remove it.
|
5577
|
-
// Since there are no other hooks for marginRight, remove the whole object.
|
5606
|
+
// Hook not needed (or it's not possible to use it due
|
5607
|
+
// to missing dependency), remove it.
|
5578
5608
|
delete this.get;
|
5579
5609
|
return;
|
5580
5610
|
}
|
5581
5611
|
|
5582
5612
|
// Hook needed; redefine it so that the support test is not executed again.
|
5583
|
-
|
5584
5613
|
return (this.get = hookFn).apply( this, arguments );
|
5585
5614
|
}
|
5586
5615
|
};
|
@@ -5597,6 +5626,8 @@ function addGetHookIf( conditionFn, hookFn ) {
|
|
5597
5626
|
return;
|
5598
5627
|
}
|
5599
5628
|
|
5629
|
+
// Support: IE9-11+
|
5630
|
+
// Style of cloned element affects source element cloned (#8908)
|
5600
5631
|
div.style.backgroundClip = "content-box";
|
5601
5632
|
div.cloneNode( true ).style.backgroundClip = "";
|
5602
5633
|
support.clearCloneStyle = div.style.backgroundClip === "content-box";
|
@@ -5629,6 +5660,7 @@ function addGetHookIf( conditionFn, hookFn ) {
|
|
5629
5660
|
if ( window.getComputedStyle ) {
|
5630
5661
|
jQuery.extend( support, {
|
5631
5662
|
pixelPosition: function() {
|
5663
|
+
|
5632
5664
|
// This test is executed only once but we still do memoizing
|
5633
5665
|
// since we can use the boxSizingReliable pre-computing.
|
5634
5666
|
// No need to check if the test was already performed, though.
|
@@ -5642,6 +5674,7 @@ function addGetHookIf( conditionFn, hookFn ) {
|
|
5642
5674
|
return boxSizingReliableVal;
|
5643
5675
|
},
|
5644
5676
|
reliableMarginRight: function() {
|
5677
|
+
|
5645
5678
|
// Support: Android 2.3
|
5646
5679
|
// Check if div with explicit width and no margin-right incorrectly
|
5647
5680
|
// gets computed margin-right based on width of container. (#3333)
|
@@ -5663,6 +5696,7 @@ function addGetHookIf( conditionFn, hookFn ) {
|
|
5663
5696
|
ret = !parseFloat( window.getComputedStyle( marginDiv, null ).marginRight );
|
5664
5697
|
|
5665
5698
|
docElem.removeChild( container );
|
5699
|
+
div.removeChild( marginDiv );
|
5666
5700
|
|
5667
5701
|
return ret;
|
5668
5702
|
}
|
@@ -5694,8 +5728,8 @@ jQuery.swap = function( elem, options, callback, args ) {
|
|
5694
5728
|
|
5695
5729
|
|
5696
5730
|
var
|
5697
|
-
//
|
5698
|
-
//
|
5731
|
+
// Swappable if display is none or starts with table except "table", "table-cell", or "table-caption"
|
5732
|
+
// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
|
5699
5733
|
rdisplayswap = /^(none|table(?!-c[ea]).+)/,
|
5700
5734
|
rnumsplit = new RegExp( "^(" + pnum + ")(.*)$", "i" ),
|
5701
5735
|
rrelNum = new RegExp( "^([+-])=(" + pnum + ")", "i" ),
|
@@ -5708,15 +5742,15 @@ var
|
|
5708
5742
|
|
5709
5743
|
cssPrefixes = [ "Webkit", "O", "Moz", "ms" ];
|
5710
5744
|
|
5711
|
-
//
|
5745
|
+
// Return a css property mapped to a potentially vendor prefixed property
|
5712
5746
|
function vendorPropName( style, name ) {
|
5713
5747
|
|
5714
|
-
//
|
5748
|
+
// Shortcut for names that are not vendor prefixed
|
5715
5749
|
if ( name in style ) {
|
5716
5750
|
return name;
|
5717
5751
|
}
|
5718
5752
|
|
5719
|
-
//
|
5753
|
+
// Check for vendor prefixed names
|
5720
5754
|
var capName = name[0].toUpperCase() + name.slice(1),
|
5721
5755
|
origName = name,
|
5722
5756
|
i = cssPrefixes.length;
|
@@ -5749,7 +5783,7 @@ function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
|
|
5749
5783
|
val = 0;
|
5750
5784
|
|
5751
5785
|
for ( ; i < 4; i += 2 ) {
|
5752
|
-
//
|
5786
|
+
// Both box models exclude margin, so add it if we want it
|
5753
5787
|
if ( extra === "margin" ) {
|
5754
5788
|
val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
|
5755
5789
|
}
|
@@ -5760,15 +5794,15 @@ function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
|
|
5760
5794
|
val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
|
5761
5795
|
}
|
5762
5796
|
|
5763
|
-
//
|
5797
|
+
// At this point, extra isn't border nor margin, so remove border
|
5764
5798
|
if ( extra !== "margin" ) {
|
5765
5799
|
val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
|
5766
5800
|
}
|
5767
5801
|
} else {
|
5768
|
-
//
|
5802
|
+
// At this point, extra isn't content, so add padding
|
5769
5803
|
val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
|
5770
5804
|
|
5771
|
-
//
|
5805
|
+
// At this point, extra isn't content nor padding, so add border
|
5772
5806
|
if ( extra !== "padding" ) {
|
5773
5807
|
val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
|
5774
5808
|
}
|
@@ -5786,7 +5820,7 @@ function getWidthOrHeight( elem, name, extra ) {
|
|
5786
5820
|
styles = getStyles( elem ),
|
5787
5821
|
isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
|
5788
5822
|
|
5789
|
-
//
|
5823
|
+
// Some non-html elements return undefined for offsetWidth, so check for null/undefined
|
5790
5824
|
// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
|
5791
5825
|
// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
|
5792
5826
|
if ( val <= 0 || val == null ) {
|
@@ -5801,7 +5835,7 @@ function getWidthOrHeight( elem, name, extra ) {
|
|
5801
5835
|
return val;
|
5802
5836
|
}
|
5803
5837
|
|
5804
|
-
//
|
5838
|
+
// Check for style in case a browser which returns unreliable values
|
5805
5839
|
// for getComputedStyle silently falls back to the reliable elem.style
|
5806
5840
|
valueIsBorderBox = isBorderBox &&
|
5807
5841
|
( support.boxSizingReliable() || val === elem.style[ name ] );
|
@@ -5810,7 +5844,7 @@ function getWidthOrHeight( elem, name, extra ) {
|
|
5810
5844
|
val = parseFloat( val ) || 0;
|
5811
5845
|
}
|
5812
5846
|
|
5813
|
-
//
|
5847
|
+
// Use the active box-sizing model to add/subtract irrelevant styles
|
5814
5848
|
return ( val +
|
5815
5849
|
augmentWidthOrHeight(
|
5816
5850
|
elem,
|
@@ -5874,12 +5908,14 @@ function showHide( elements, show ) {
|
|
5874
5908
|
}
|
5875
5909
|
|
5876
5910
|
jQuery.extend({
|
5911
|
+
|
5877
5912
|
// Add in style property hooks for overriding the default
|
5878
5913
|
// behavior of getting and setting a style property
|
5879
5914
|
cssHooks: {
|
5880
5915
|
opacity: {
|
5881
5916
|
get: function( elem, computed ) {
|
5882
5917
|
if ( computed ) {
|
5918
|
+
|
5883
5919
|
// We should always get a number back from opacity
|
5884
5920
|
var ret = curCSS( elem, "opacity" );
|
5885
5921
|
return ret === "" ? "1" : ret;
|
@@ -5907,12 +5943,12 @@ jQuery.extend({
|
|
5907
5943
|
// Add in properties whose names you wish to fix before
|
5908
5944
|
// setting or getting the value
|
5909
5945
|
cssProps: {
|
5910
|
-
// normalize float css property
|
5911
5946
|
"float": "cssFloat"
|
5912
5947
|
},
|
5913
5948
|
|
5914
5949
|
// Get and set the style property on a DOM Node
|
5915
5950
|
style: function( elem, name, value, extra ) {
|
5951
|
+
|
5916
5952
|
// Don't set styles on text and comment nodes
|
5917
5953
|
if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
|
5918
5954
|
return;
|
@@ -5925,33 +5961,32 @@ jQuery.extend({
|
|
5925
5961
|
|
5926
5962
|
name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );
|
5927
5963
|
|
5928
|
-
//
|
5929
|
-
// followed by the unprefixed version
|
5964
|
+
// Gets hook for the prefixed version, then unprefixed version
|
5930
5965
|
hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
|
5931
5966
|
|
5932
5967
|
// Check if we're setting a value
|
5933
5968
|
if ( value !== undefined ) {
|
5934
5969
|
type = typeof value;
|
5935
5970
|
|
5936
|
-
//
|
5971
|
+
// Convert "+=" or "-=" to relative numbers (#7345)
|
5937
5972
|
if ( type === "string" && (ret = rrelNum.exec( value )) ) {
|
5938
5973
|
value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );
|
5939
5974
|
// Fixes bug #9237
|
5940
5975
|
type = "number";
|
5941
5976
|
}
|
5942
5977
|
|
5943
|
-
// Make sure that null and NaN values aren't set
|
5978
|
+
// Make sure that null and NaN values aren't set (#7116)
|
5944
5979
|
if ( value == null || value !== value ) {
|
5945
5980
|
return;
|
5946
5981
|
}
|
5947
5982
|
|
5948
|
-
// If a number
|
5983
|
+
// If a number, add 'px' to the (except for certain CSS properties)
|
5949
5984
|
if ( type === "number" && !jQuery.cssNumber[ origName ] ) {
|
5950
5985
|
value += "px";
|
5951
5986
|
}
|
5952
5987
|
|
5953
|
-
//
|
5954
|
-
//
|
5988
|
+
// Support: IE9-11+
|
5989
|
+
// background-* props affect original clone's values
|
5955
5990
|
if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
|
5956
5991
|
style[ name ] = "inherit";
|
5957
5992
|
}
|
@@ -5979,8 +6014,7 @@ jQuery.extend({
|
|
5979
6014
|
// Make sure that we're working with the right name
|
5980
6015
|
name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );
|
5981
6016
|
|
5982
|
-
//
|
5983
|
-
// followed by the unprefixed version
|
6017
|
+
// Try prefixed name followed by the unprefixed name
|
5984
6018
|
hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
|
5985
6019
|
|
5986
6020
|
// If a hook was provided get the computed value from there
|
@@ -5993,12 +6027,12 @@ jQuery.extend({
|
|
5993
6027
|
val = curCSS( elem, name, styles );
|
5994
6028
|
}
|
5995
6029
|
|
5996
|
-
//
|
6030
|
+
// Convert "normal" to computed value
|
5997
6031
|
if ( val === "normal" && name in cssNormalTransform ) {
|
5998
6032
|
val = cssNormalTransform[ name ];
|
5999
6033
|
}
|
6000
6034
|
|
6001
|
-
//
|
6035
|
+
// Make numeric if forced or a qualifier was provided and val looks numeric
|
6002
6036
|
if ( extra === "" || extra ) {
|
6003
6037
|
num = parseFloat( val );
|
6004
6038
|
return extra === true || jQuery.isNumeric( num ) ? num || 0 : val;
|
@@ -6011,8 +6045,9 @@ jQuery.each([ "height", "width" ], function( i, name ) {
|
|
6011
6045
|
jQuery.cssHooks[ name ] = {
|
6012
6046
|
get: function( elem, computed, extra ) {
|
6013
6047
|
if ( computed ) {
|
6014
|
-
|
6015
|
-
//
|
6048
|
+
|
6049
|
+
// Certain elements can have dimension info if we invisibly show them
|
6050
|
+
// but it must have a current display style that would benefit
|
6016
6051
|
return rdisplayswap.test( jQuery.css( elem, "display" ) ) && elem.offsetWidth === 0 ?
|
6017
6052
|
jQuery.swap( elem, cssShow, function() {
|
6018
6053
|
return getWidthOrHeight( elem, name, extra );
|
@@ -6040,8 +6075,6 @@ jQuery.each([ "height", "width" ], function( i, name ) {
|
|
6040
6075
|
jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,
|
6041
6076
|
function( elem, computed ) {
|
6042
6077
|
if ( computed ) {
|
6043
|
-
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
|
6044
|
-
// Work around by temporarily setting element display to inline-block
|
6045
6078
|
return jQuery.swap( elem, { "display": "inline-block" },
|
6046
6079
|
curCSS, [ elem, "marginRight" ] );
|
6047
6080
|
}
|
@@ -6059,7 +6092,7 @@ jQuery.each({
|
|
6059
6092
|
var i = 0,
|
6060
6093
|
expanded = {},
|
6061
6094
|
|
6062
|
-
//
|
6095
|
+
// Assumes a single number if not a string
|
6063
6096
|
parts = typeof value === "string" ? value.split(" ") : [ value ];
|
6064
6097
|
|
6065
6098
|
for ( ; i < 4; i++ ) {
|
@@ -6182,17 +6215,18 @@ Tween.propHooks = {
|
|
6182
6215
|
return tween.elem[ tween.prop ];
|
6183
6216
|
}
|
6184
6217
|
|
6185
|
-
//
|
6186
|
-
// attempt a parseFloat and fallback to a string if the parse fails
|
6187
|
-
//
|
6188
|
-
// complex values such as "rotate(1rad)" are returned as
|
6218
|
+
// Passing an empty string as a 3rd parameter to .css will automatically
|
6219
|
+
// attempt a parseFloat and fallback to a string if the parse fails.
|
6220
|
+
// Simple values such as "10px" are parsed to Float;
|
6221
|
+
// complex values such as "rotate(1rad)" are returned as-is.
|
6189
6222
|
result = jQuery.css( tween.elem, tween.prop, "" );
|
6190
6223
|
// Empty strings, null, undefined and "auto" are converted to 0.
|
6191
6224
|
return !result || result === "auto" ? 0 : result;
|
6192
6225
|
},
|
6193
6226
|
set: function( tween ) {
|
6194
|
-
//
|
6195
|
-
//
|
6227
|
+
// Use step hook for back compat.
|
6228
|
+
// Use cssHook if its there.
|
6229
|
+
// Use .style if available and use plain properties where available.
|
6196
6230
|
if ( jQuery.fx.step[ tween.prop ] ) {
|
6197
6231
|
jQuery.fx.step[ tween.prop ]( tween );
|
6198
6232
|
} else if ( tween.elem.style && ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || jQuery.cssHooks[ tween.prop ] ) ) {
|
@@ -6206,7 +6240,6 @@ Tween.propHooks = {
|
|
6206
6240
|
|
6207
6241
|
// Support: IE9
|
6208
6242
|
// Panic based approach to setting things on disconnected nodes
|
6209
|
-
|
6210
6243
|
Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {
|
6211
6244
|
set: function( tween ) {
|
6212
6245
|
if ( tween.elem.nodeType && tween.elem.parentNode ) {
|
@@ -6262,16 +6295,16 @@ var
|
|
6262
6295
|
start = +target || 1;
|
6263
6296
|
|
6264
6297
|
do {
|
6265
|
-
// If previous iteration zeroed out, double until we get *something
|
6266
|
-
// Use
|
6298
|
+
// If previous iteration zeroed out, double until we get *something*.
|
6299
|
+
// Use string for doubling so we don't accidentally see scale as unchanged below
|
6267
6300
|
scale = scale || ".5";
|
6268
6301
|
|
6269
6302
|
// Adjust and apply
|
6270
6303
|
start = start / scale;
|
6271
6304
|
jQuery.style( tween.elem, prop, start + unit );
|
6272
6305
|
|
6273
|
-
// Update scale, tolerating zero or NaN from tween.cur()
|
6274
|
-
//
|
6306
|
+
// Update scale, tolerating zero or NaN from tween.cur(),
|
6307
|
+
// break the loop if scale is unchanged or perfect, or if we've just had enough
|
6275
6308
|
} while ( scale !== (scale = tween.cur() / target) && scale !== 1 && --maxIterations );
|
6276
6309
|
}
|
6277
6310
|
|
@@ -6303,8 +6336,8 @@ function genFx( type, includeWidth ) {
|
|
6303
6336
|
i = 0,
|
6304
6337
|
attrs = { height: type };
|
6305
6338
|
|
6306
|
-
//
|
6307
|
-
//
|
6339
|
+
// If we include width, step value is 1 to do all cssExpand values,
|
6340
|
+
// otherwise step value is 2 to skip over Left and Right
|
6308
6341
|
includeWidth = includeWidth ? 1 : 0;
|
6309
6342
|
for ( ; i < 4 ; i += 2 - includeWidth ) {
|
6310
6343
|
which = cssExpand[ i ];
|
@@ -6326,7 +6359,7 @@ function createTween( value, prop, animation ) {
|
|
6326
6359
|
for ( ; index < length; index++ ) {
|
6327
6360
|
if ( (tween = collection[ index ].call( animation, prop, value )) ) {
|
6328
6361
|
|
6329
|
-
//
|
6362
|
+
// We're done with this property
|
6330
6363
|
return tween;
|
6331
6364
|
}
|
6332
6365
|
}
|
@@ -6341,7 +6374,7 @@ function defaultPrefilter( elem, props, opts ) {
|
|
6341
6374
|
hidden = elem.nodeType && isHidden( elem ),
|
6342
6375
|
dataShow = data_priv.get( elem, "fxshow" );
|
6343
6376
|
|
6344
|
-
//
|
6377
|
+
// Handle queue: false promises
|
6345
6378
|
if ( !opts.queue ) {
|
6346
6379
|
hooks = jQuery._queueHooks( elem, "fx" );
|
6347
6380
|
if ( hooks.unqueued == null ) {
|
@@ -6356,8 +6389,7 @@ function defaultPrefilter( elem, props, opts ) {
|
|
6356
6389
|
hooks.unqueued++;
|
6357
6390
|
|
6358
6391
|
anim.always(function() {
|
6359
|
-
//
|
6360
|
-
// before this completes
|
6392
|
+
// Ensure the complete handler is called before this completes
|
6361
6393
|
anim.always(function() {
|
6362
6394
|
hooks.unqueued--;
|
6363
6395
|
if ( !jQuery.queue( elem, "fx" ).length ) {
|
@@ -6367,7 +6399,7 @@ function defaultPrefilter( elem, props, opts ) {
|
|
6367
6399
|
});
|
6368
6400
|
}
|
6369
6401
|
|
6370
|
-
//
|
6402
|
+
// Height/width overflow pass
|
6371
6403
|
if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) {
|
6372
6404
|
// Make sure that nothing sneaks out
|
6373
6405
|
// Record all 3 overflow attributes because IE9-10 do not
|
@@ -6429,7 +6461,7 @@ function defaultPrefilter( elem, props, opts ) {
|
|
6429
6461
|
dataShow = data_priv.access( elem, "fxshow", {} );
|
6430
6462
|
}
|
6431
6463
|
|
6432
|
-
//
|
6464
|
+
// Store state if its toggle - enables .stop().toggle() to "reverse"
|
6433
6465
|
if ( toggle ) {
|
6434
6466
|
dataShow.hidden = !hidden;
|
6435
6467
|
}
|
@@ -6489,8 +6521,8 @@ function propFilter( props, specialEasing ) {
|
|
6489
6521
|
value = hooks.expand( value );
|
6490
6522
|
delete props[ name ];
|
6491
6523
|
|
6492
|
-
//
|
6493
|
-
//
|
6524
|
+
// Not quite $.extend, this won't overwrite existing keys.
|
6525
|
+
// Reusing 'index' because we have the correct "name"
|
6494
6526
|
for ( index in value ) {
|
6495
6527
|
if ( !( index in props ) ) {
|
6496
6528
|
props[ index ] = value[ index ];
|
@@ -6509,7 +6541,7 @@ function Animation( elem, properties, options ) {
|
|
6509
6541
|
index = 0,
|
6510
6542
|
length = animationPrefilters.length,
|
6511
6543
|
deferred = jQuery.Deferred().always( function() {
|
6512
|
-
//
|
6544
|
+
// Don't match elem in the :animated selector
|
6513
6545
|
delete tick.elem;
|
6514
6546
|
}),
|
6515
6547
|
tick = function() {
|
@@ -6518,7 +6550,8 @@ function Animation( elem, properties, options ) {
|
|
6518
6550
|
}
|
6519
6551
|
var currentTime = fxNow || createFxNow(),
|
6520
6552
|
remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
|
6521
|
-
//
|
6553
|
+
// Support: Android 2.3
|
6554
|
+
// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
|
6522
6555
|
temp = remaining / animation.duration || 0,
|
6523
6556
|
percent = 1 - temp,
|
6524
6557
|
index = 0,
|
@@ -6554,7 +6587,7 @@ function Animation( elem, properties, options ) {
|
|
6554
6587
|
},
|
6555
6588
|
stop: function( gotoEnd ) {
|
6556
6589
|
var index = 0,
|
6557
|
-
//
|
6590
|
+
// If we are going to the end, we want to run all the tweens
|
6558
6591
|
// otherwise we skip this part
|
6559
6592
|
length = gotoEnd ? animation.tweens.length : 0;
|
6560
6593
|
if ( stopped ) {
|
@@ -6565,8 +6598,7 @@ function Animation( elem, properties, options ) {
|
|
6565
6598
|
animation.tweens[ index ].run( 1 );
|
6566
6599
|
}
|
6567
6600
|
|
6568
|
-
//
|
6569
|
-
// otherwise, reject
|
6601
|
+
// Resolve when we played the last frame; otherwise, reject
|
6570
6602
|
if ( gotoEnd ) {
|
6571
6603
|
deferred.resolveWith( elem, [ animation, gotoEnd ] );
|
6572
6604
|
} else {
|
@@ -6648,7 +6680,7 @@ jQuery.speed = function( speed, easing, fn ) {
|
|
6648
6680
|
opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
|
6649
6681
|
opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
|
6650
6682
|
|
6651
|
-
//
|
6683
|
+
// Normalize opt.queue - true/undefined/null -> "fx"
|
6652
6684
|
if ( opt.queue == null || opt.queue === true ) {
|
6653
6685
|
opt.queue = "fx";
|
6654
6686
|
}
|
@@ -6672,10 +6704,10 @@ jQuery.speed = function( speed, easing, fn ) {
|
|
6672
6704
|
jQuery.fn.extend({
|
6673
6705
|
fadeTo: function( speed, to, easing, callback ) {
|
6674
6706
|
|
6675
|
-
//
|
6707
|
+
// Show any hidden elements after setting opacity to 0
|
6676
6708
|
return this.filter( isHidden ).css( "opacity", 0 ).show()
|
6677
6709
|
|
6678
|
-
//
|
6710
|
+
// Animate to the value specified
|
6679
6711
|
.end().animate({ opacity: to }, speed, easing, callback );
|
6680
6712
|
},
|
6681
6713
|
animate: function( prop, speed, easing, callback ) {
|
@@ -6738,9 +6770,9 @@ jQuery.fn.extend({
|
|
6738
6770
|
}
|
6739
6771
|
}
|
6740
6772
|
|
6741
|
-
//
|
6742
|
-
//
|
6743
|
-
// but only if they were gotoEnd
|
6773
|
+
// Start the next in the queue if the last step wasn't forced.
|
6774
|
+
// Timers currently will call their complete callbacks, which
|
6775
|
+
// will dequeue but only if they were gotoEnd.
|
6744
6776
|
if ( dequeue || !gotoEnd ) {
|
6745
6777
|
jQuery.dequeue( this, type );
|
6746
6778
|
}
|
@@ -6758,17 +6790,17 @@ jQuery.fn.extend({
|
|
6758
6790
|
timers = jQuery.timers,
|
6759
6791
|
length = queue ? queue.length : 0;
|
6760
6792
|
|
6761
|
-
//
|
6793
|
+
// Enable finishing flag on private data
|
6762
6794
|
data.finish = true;
|
6763
6795
|
|
6764
|
-
//
|
6796
|
+
// Empty the queue first
|
6765
6797
|
jQuery.queue( this, type, [] );
|
6766
6798
|
|
6767
6799
|
if ( hooks && hooks.stop ) {
|
6768
6800
|
hooks.stop.call( this, true );
|
6769
6801
|
}
|
6770
6802
|
|
6771
|
-
//
|
6803
|
+
// Look for any active animations, and finish them
|
6772
6804
|
for ( index = timers.length; index--; ) {
|
6773
6805
|
if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
|
6774
6806
|
timers[ index ].anim.stop( true );
|
@@ -6776,14 +6808,14 @@ jQuery.fn.extend({
|
|
6776
6808
|
}
|
6777
6809
|
}
|
6778
6810
|
|
6779
|
-
//
|
6811
|
+
// Look for any animations in the old queue and finish them
|
6780
6812
|
for ( index = 0; index < length; index++ ) {
|
6781
6813
|
if ( queue[ index ] && queue[ index ].finish ) {
|
6782
6814
|
queue[ index ].finish.call( this );
|
6783
6815
|
}
|
6784
6816
|
}
|
6785
6817
|
|
6786
|
-
//
|
6818
|
+
// Turn off finishing flag
|
6787
6819
|
delete data.finish;
|
6788
6820
|
});
|
6789
6821
|
}
|
@@ -6886,21 +6918,21 @@ jQuery.fn.delay = function( time, type ) {
|
|
6886
6918
|
|
6887
6919
|
input.type = "checkbox";
|
6888
6920
|
|
6889
|
-
// Support: iOS
|
6890
|
-
//
|
6921
|
+
// Support: iOS<=5.1, Android<=4.2+
|
6922
|
+
// Default value for a checkbox should be "on"
|
6891
6923
|
support.checkOn = input.value !== "";
|
6892
6924
|
|
6893
|
-
//
|
6894
|
-
//
|
6925
|
+
// Support: IE<=11+
|
6926
|
+
// Must access selectedIndex to make default options select
|
6895
6927
|
support.optSelected = opt.selected;
|
6896
6928
|
|
6897
|
-
//
|
6898
|
-
//
|
6929
|
+
// Support: Android<=2.3
|
6930
|
+
// Options inside disabled selects are incorrectly marked as disabled
|
6899
6931
|
select.disabled = true;
|
6900
6932
|
support.optDisabled = !opt.disabled;
|
6901
6933
|
|
6902
|
-
//
|
6903
|
-
//
|
6934
|
+
// Support: IE<=11+
|
6935
|
+
// An input loses its value after becoming a radio
|
6904
6936
|
input = document.createElement( "input" );
|
6905
6937
|
input.value = "t";
|
6906
6938
|
input.type = "radio";
|
@@ -6997,8 +7029,6 @@ jQuery.extend({
|
|
6997
7029
|
set: function( elem, value ) {
|
6998
7030
|
if ( !support.radioValue && value === "radio" &&
|
6999
7031
|
jQuery.nodeName( elem, "input" ) ) {
|
7000
|
-
// Setting the type on a radio button after the value resets the value in IE6-9
|
7001
|
-
// Reset value to default in case type is set after value during creation
|
7002
7032
|
var val = elem.value;
|
7003
7033
|
elem.setAttribute( "type", value );
|
7004
7034
|
if ( val ) {
|
@@ -7068,7 +7098,7 @@ jQuery.extend({
|
|
7068
7098
|
var ret, hooks, notxml,
|
7069
7099
|
nType = elem.nodeType;
|
7070
7100
|
|
7071
|
-
//
|
7101
|
+
// Don't get/set properties on text, comment and attribute nodes
|
7072
7102
|
if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
|
7073
7103
|
return;
|
7074
7104
|
}
|
@@ -7104,8 +7134,6 @@ jQuery.extend({
|
|
7104
7134
|
}
|
7105
7135
|
});
|
7106
7136
|
|
7107
|
-
// Support: IE9+
|
7108
|
-
// Selectedness for an option in an optgroup can be inaccurate
|
7109
7137
|
if ( !support.optSelected ) {
|
7110
7138
|
jQuery.propHooks.selected = {
|
7111
7139
|
get: function( elem ) {
|
@@ -7213,7 +7241,7 @@ jQuery.fn.extend({
|
|
7213
7241
|
}
|
7214
7242
|
}
|
7215
7243
|
|
7216
|
-
//
|
7244
|
+
// Only assign if different to avoid unneeded rendering.
|
7217
7245
|
finalValue = value ? jQuery.trim( cur ) : "";
|
7218
7246
|
if ( elem.className !== finalValue ) {
|
7219
7247
|
elem.className = finalValue;
|
@@ -7240,14 +7268,14 @@ jQuery.fn.extend({
|
|
7240
7268
|
|
7241
7269
|
return this.each(function() {
|
7242
7270
|
if ( type === "string" ) {
|
7243
|
-
//
|
7271
|
+
// Toggle individual class names
|
7244
7272
|
var className,
|
7245
7273
|
i = 0,
|
7246
7274
|
self = jQuery( this ),
|
7247
7275
|
classNames = value.match( rnotwhite ) || [];
|
7248
7276
|
|
7249
7277
|
while ( (className = classNames[ i++ ]) ) {
|
7250
|
-
//
|
7278
|
+
// Check each className given, space separated list
|
7251
7279
|
if ( self.hasClass( className ) ) {
|
7252
7280
|
self.removeClass( className );
|
7253
7281
|
} else {
|
@@ -7262,7 +7290,7 @@ jQuery.fn.extend({
|
|
7262
7290
|
data_priv.set( this, "__className__", this.className );
|
7263
7291
|
}
|
7264
7292
|
|
7265
|
-
// If the element has a class name or if we're passed
|
7293
|
+
// If the element has a class name or if we're passed `false`,
|
7266
7294
|
// then remove the whole classname (if there was one, the above saved it).
|
7267
7295
|
// Otherwise bring back whatever was previously saved (if anything),
|
7268
7296
|
// falling back to the empty string if nothing was stored.
|
@@ -7306,9 +7334,9 @@ jQuery.fn.extend({
|
|
7306
7334
|
ret = elem.value;
|
7307
7335
|
|
7308
7336
|
return typeof ret === "string" ?
|
7309
|
-
//
|
7337
|
+
// Handle most common string cases
|
7310
7338
|
ret.replace(rreturn, "") :
|
7311
|
-
//
|
7339
|
+
// Handle cases where value is null/undef or number
|
7312
7340
|
ret == null ? "" : ret;
|
7313
7341
|
}
|
7314
7342
|
|
@@ -7416,7 +7444,7 @@ jQuery.extend({
|
|
7416
7444
|
}
|
7417
7445
|
}
|
7418
7446
|
|
7419
|
-
//
|
7447
|
+
// Force browsers to behave consistently when non-matching value is set
|
7420
7448
|
if ( !optionSet ) {
|
7421
7449
|
elem.selectedIndex = -1;
|
7422
7450
|
}
|
@@ -7437,8 +7465,6 @@ jQuery.each([ "radio", "checkbox" ], function() {
|
|
7437
7465
|
};
|
7438
7466
|
if ( !support.checkOn ) {
|
7439
7467
|
jQuery.valHooks[ this ].get = function( elem ) {
|
7440
|
-
// Support: Webkit
|
7441
|
-
// "" is returned instead of "on" if a value isn't specified
|
7442
7468
|
return elem.getAttribute("value") === null ? "on" : elem.value;
|
7443
7469
|
};
|
7444
7470
|
}
|
@@ -7520,10 +7546,6 @@ jQuery.parseXML = function( data ) {
|
|
7520
7546
|
|
7521
7547
|
|
7522
7548
|
var
|
7523
|
-
// Document location
|
7524
|
-
ajaxLocParts,
|
7525
|
-
ajaxLocation,
|
7526
|
-
|
7527
7549
|
rhash = /#.*$/,
|
7528
7550
|
rts = /([?&])_=[^&]*/,
|
7529
7551
|
rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg,
|
@@ -7552,22 +7574,13 @@ var
|
|
7552
7574
|
transports = {},
|
7553
7575
|
|
7554
7576
|
// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
|
7555
|
-
allTypes = "*/".concat("*")
|
7577
|
+
allTypes = "*/".concat( "*" ),
|
7556
7578
|
|
7557
|
-
//
|
7558
|
-
|
7559
|
-
try {
|
7560
|
-
ajaxLocation = location.href;
|
7561
|
-
} catch( e ) {
|
7562
|
-
// Use the href attribute of an A element
|
7563
|
-
// since IE will modify it given document.location
|
7564
|
-
ajaxLocation = document.createElement( "a" );
|
7565
|
-
ajaxLocation.href = "";
|
7566
|
-
ajaxLocation = ajaxLocation.href;
|
7567
|
-
}
|
7579
|
+
// Document location
|
7580
|
+
ajaxLocation = window.location.href,
|
7568
7581
|
|
7569
|
-
// Segment location into parts
|
7570
|
-
ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
|
7582
|
+
// Segment location into parts
|
7583
|
+
ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
|
7571
7584
|
|
7572
7585
|
// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
|
7573
7586
|
function addToPrefiltersOrTransports( structure ) {
|
@@ -8046,7 +8059,8 @@ jQuery.extend({
|
|
8046
8059
|
}
|
8047
8060
|
|
8048
8061
|
// We can fire global events as of now if asked to
|
8049
|
-
|
8062
|
+
// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)
|
8063
|
+
fireGlobals = jQuery.event && s.global;
|
8050
8064
|
|
8051
8065
|
// Watch for a new set of requests
|
8052
8066
|
if ( fireGlobals && jQuery.active++ === 0 ) {
|
@@ -8119,7 +8133,7 @@ jQuery.extend({
|
|
8119
8133
|
return jqXHR.abort();
|
8120
8134
|
}
|
8121
8135
|
|
8122
|
-
//
|
8136
|
+
// Aborting is no longer a cancellation
|
8123
8137
|
strAbort = "abort";
|
8124
8138
|
|
8125
8139
|
// Install callbacks on deferreds
|
@@ -8231,8 +8245,7 @@ jQuery.extend({
|
|
8231
8245
|
isSuccess = !error;
|
8232
8246
|
}
|
8233
8247
|
} else {
|
8234
|
-
//
|
8235
|
-
// then normalize statusText and status for non-aborts
|
8248
|
+
// Extract error from statusText and normalize for non-aborts
|
8236
8249
|
error = statusText;
|
8237
8250
|
if ( status || !statusText ) {
|
8238
8251
|
statusText = "error";
|
@@ -8288,7 +8301,7 @@ jQuery.extend({
|
|
8288
8301
|
|
8289
8302
|
jQuery.each( [ "get", "post" ], function( i, method ) {
|
8290
8303
|
jQuery[ method ] = function( url, data, callback, type ) {
|
8291
|
-
//
|
8304
|
+
// Shift arguments if data argument was omitted
|
8292
8305
|
if ( jQuery.isFunction( data ) ) {
|
8293
8306
|
type = type || callback;
|
8294
8307
|
callback = data;
|
@@ -8305,13 +8318,6 @@ jQuery.each( [ "get", "post" ], function( i, method ) {
|
|
8305
8318
|
};
|
8306
8319
|
});
|
8307
8320
|
|
8308
|
-
// Attach a bunch of functions for handling common AJAX events
|
8309
|
-
jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ) {
|
8310
|
-
jQuery.fn[ type ] = function( fn ) {
|
8311
|
-
return this.on( type, fn );
|
8312
|
-
};
|
8313
|
-
});
|
8314
|
-
|
8315
8321
|
|
8316
8322
|
jQuery._evalUrl = function( url ) {
|
8317
8323
|
return jQuery.ajax({
|
@@ -8529,8 +8535,9 @@ var xhrId = 0,
|
|
8529
8535
|
|
8530
8536
|
// Support: IE9
|
8531
8537
|
// Open requests must be manually aborted on unload (#5280)
|
8532
|
-
|
8533
|
-
|
8538
|
+
// See https://support.microsoft.com/kb/2856746 for more info
|
8539
|
+
if ( window.attachEvent ) {
|
8540
|
+
window.attachEvent( "onunload", function() {
|
8534
8541
|
for ( var key in xhrCallbacks ) {
|
8535
8542
|
xhrCallbacks[ key ]();
|
8536
8543
|
}
|
@@ -8883,6 +8890,16 @@ jQuery.fn.load = function( url, params, callback ) {
|
|
8883
8890
|
|
8884
8891
|
|
8885
8892
|
|
8893
|
+
// Attach a bunch of functions for handling common AJAX events
|
8894
|
+
jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ) {
|
8895
|
+
jQuery.fn[ type ] = function( fn ) {
|
8896
|
+
return this.on( type, fn );
|
8897
|
+
};
|
8898
|
+
});
|
8899
|
+
|
8900
|
+
|
8901
|
+
|
8902
|
+
|
8886
8903
|
jQuery.expr.filters.animated = function( elem ) {
|
8887
8904
|
return jQuery.grep(jQuery.timers, function( fn ) {
|
8888
8905
|
return elem === fn.elem;
|
@@ -8919,7 +8936,8 @@ jQuery.offset = {
|
|
8919
8936
|
calculatePosition = ( position === "absolute" || position === "fixed" ) &&
|
8920
8937
|
( curCSSTop + curCSSLeft ).indexOf("auto") > -1;
|
8921
8938
|
|
8922
|
-
// Need to be able to calculate position if either
|
8939
|
+
// Need to be able to calculate position if either
|
8940
|
+
// top or left is auto and position is either absolute or fixed
|
8923
8941
|
if ( calculatePosition ) {
|
8924
8942
|
curPosition = curElem.position();
|
8925
8943
|
curTop = curPosition.top;
|
@@ -8976,8 +8994,8 @@ jQuery.fn.extend({
|
|
8976
8994
|
return box;
|
8977
8995
|
}
|
8978
8996
|
|
8997
|
+
// Support: BlackBerry 5, iOS 3 (original iPhone)
|
8979
8998
|
// If we don't have gBCR, just use 0,0 rather than error
|
8980
|
-
// BlackBerry 5, iOS 3 (original iPhone)
|
8981
8999
|
if ( typeof elem.getBoundingClientRect !== strundefined ) {
|
8982
9000
|
box = elem.getBoundingClientRect();
|
8983
9001
|
}
|
@@ -8999,7 +9017,7 @@ jQuery.fn.extend({
|
|
8999
9017
|
|
9000
9018
|
// Fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent
|
9001
9019
|
if ( jQuery.css( elem, "position" ) === "fixed" ) {
|
9002
|
-
//
|
9020
|
+
// Assume getBoundingClientRect is there when computed position is fixed
|
9003
9021
|
offset = elem.getBoundingClientRect();
|
9004
9022
|
|
9005
9023
|
} else {
|
@@ -9062,16 +9080,18 @@ jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function(
|
|
9062
9080
|
};
|
9063
9081
|
});
|
9064
9082
|
|
9083
|
+
// Support: Safari<7+, Chrome<37+
|
9065
9084
|
// Add the top/left cssHooks using jQuery.fn.position
|
9066
9085
|
// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
|
9067
|
-
//
|
9068
|
-
//
|
9086
|
+
// Blink bug: https://code.google.com/p/chromium/issues/detail?id=229280
|
9087
|
+
// getComputedStyle returns percent when specified for top/left/bottom/right;
|
9088
|
+
// rather than make the css module depend on the offset module, just check for it here
|
9069
9089
|
jQuery.each( [ "top", "left" ], function( i, prop ) {
|
9070
9090
|
jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
|
9071
9091
|
function( elem, computed ) {
|
9072
9092
|
if ( computed ) {
|
9073
9093
|
computed = curCSS( elem, prop );
|
9074
|
-
//
|
9094
|
+
// If curCSS returns percentage, fallback to offset
|
9075
9095
|
return rnumnonpx.test( computed ) ?
|
9076
9096
|
jQuery( elem ).position()[ prop ] + "px" :
|
9077
9097
|
computed;
|
@@ -9084,7 +9104,7 @@ jQuery.each( [ "top", "left" ], function( i, prop ) {
|
|
9084
9104
|
// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
|
9085
9105
|
jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
|
9086
9106
|
jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, function( defaultExtra, funcName ) {
|
9087
|
-
//
|
9107
|
+
// Margin is only for outerHeight, outerWidth
|
9088
9108
|
jQuery.fn[ funcName ] = function( margin, value ) {
|
9089
9109
|
var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
|
9090
9110
|
extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
|
@@ -9175,8 +9195,8 @@ jQuery.noConflict = function( deep ) {
|
|
9175
9195
|
return jQuery;
|
9176
9196
|
};
|
9177
9197
|
|
9178
|
-
// Expose jQuery and $ identifiers, even in
|
9179
|
-
//
|
9198
|
+
// Expose jQuery and $ identifiers, even in AMD
|
9199
|
+
// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
|
9180
9200
|
// and CommonJS for browser emulators (#13566)
|
9181
9201
|
if ( typeof noGlobal === strundefined ) {
|
9182
9202
|
window.jQuery = window.$ = jQuery;
|