├── Chapter01 ├── 01.css ├── 01.js ├── Icon_ ├── README.txt ├── complete.js ├── images │ ├── Icon_ │ ├── email.png │ ├── external.png │ └── pdf.png ├── index.html └── listings │ ├── 1.0.js │ ├── 1.1.js │ ├── 1.2.js │ ├── 1.3.js │ ├── 1.4.js │ └── Icon_ ├── Chapter02 ├── 02.css ├── 02.js ├── Icon_ ├── README.txt ├── complete.js ├── images │ ├── Icon_ │ ├── email.png │ ├── external.png │ └── pdf.png ├── index.html ├── jquery.js └── listings │ ├── 2.0.js │ ├── 2.1.js │ ├── 2.10.js │ ├── 2.11.js │ ├── 2.12.js │ ├── 2.13.js │ ├── 2.14.js │ ├── 2.15.js │ ├── 2.16.js │ ├── 2.17.js │ ├── 2.18.js │ ├── 2.2.js │ ├── 2.3.js │ ├── 2.4.js │ ├── 2.5.js │ ├── 2.6.js │ ├── 2.7.js │ ├── 2.8.js │ ├── 2.9.js │ └── Icon_ ├── Chapter03 ├── 03.css ├── 03.js ├── Icon_ ├── complete.js ├── index.html ├── jquery.js └── listings │ ├── 3.0.js │ ├── 3.1.js │ ├── 3.10.js │ ├── 3.11.js │ ├── 3.12.js │ ├── 3.13.js │ ├── 3.14.js │ ├── 3.15.js │ ├── 3.16.js │ ├── 3.17.js │ ├── 3.18.js │ ├── 3.19.js │ ├── 3.2.js │ ├── 3.20.js │ ├── 3.21.js │ ├── 3.22.js │ ├── 3.23.js │ ├── 3.24.js │ ├── 3.25.js │ ├── 3.26.js │ ├── 3.3.js │ ├── 3.4.js │ ├── 3.5.js │ ├── 3.6.js │ ├── 3.7.js │ ├── 3.8.js │ ├── 3.9.js │ ├── Icon_ │ └── missing-code.tar.gz ├── Chapter04 ├── 04.css ├── Icon_ ├── README.txt ├── complete.js ├── index.html ├── jquery.js └── listings │ ├── 4.0.js │ ├── 4.1.js │ ├── 4.10.js │ ├── 4.11.js │ ├── 4.12.js │ ├── 4.13.js │ ├── 4.14.js │ ├── 4.15.js │ ├── 4.16.js │ ├── 4.17.js │ ├── 4.18.js │ ├── 4.19.js │ ├── 4.2.js │ ├── 4.20.js │ ├── 4.21.js │ ├── 4.22.js │ ├── 4.23.js │ ├── 4.24.js │ ├── 4.25.js │ ├── 4.26.js │ ├── 4.3.js │ ├── 4.4.js │ ├── 4.5.js │ ├── 4.6.js │ ├── 4.7.js │ ├── 4.8.js │ ├── 4.9.js │ └── Icon_ ├── Chapter05 ├── 05.css ├── 05.js ├── Icon_ ├── README.txt ├── complete.js ├── index.html ├── jquery.js └── listings │ ├── 5.0.js │ ├── 5.1.js │ ├── 5.10.js │ ├── 5.11.js │ ├── 5.12.js │ ├── 5.13.js │ ├── 5.14.js │ ├── 5.15.js │ ├── 5.16.js │ ├── 5.17.js │ ├── 5.18.js │ ├── 5.19.js │ ├── 5.2.js │ ├── 5.20.js │ ├── 5.21.js │ ├── 5.3.js │ ├── 5.4.js │ ├── 5.5.js │ ├── 5.6.js │ ├── 5.7.js │ ├── 5.8.js │ ├── 5.9.js │ └── Icon_ ├── Chapter06 ├── 06.css ├── 06.js ├── Icon_ ├── README.txt ├── a.html ├── b.json ├── c.js ├── complete.js ├── d.xml ├── exercises-content.html ├── f.php ├── index.html ├── jquery.js ├── listings │ ├── 6.0.js │ ├── 6.1.js │ ├── 6.10.js │ ├── 6.11.js │ ├── 6.12.js │ ├── 6.13.js │ ├── 6.14.js │ ├── 6.15.js │ ├── 6.16.js │ ├── 6.17.js │ ├── 6.18.js │ ├── 6.19.js │ ├── 6.2.js │ ├── 6.3.js │ ├── 6.4.js │ ├── 6.5.js │ ├── 6.6.js │ ├── 6.7.js │ ├── 6.8.js │ ├── 6.9.js │ └── Icon_ ├── package.json └── server.js ├── Chapter07 ├── 07.css ├── 07.js ├── Icon_ ├── README.txt ├── booklist.css ├── complete.js ├── images │ ├── 0042.jpg │ ├── 2244.jpg │ ├── 2505.jpg │ ├── 3302.jpg │ ├── 3811.jpg │ ├── 6163.jpg │ ├── 6705.jpg │ ├── 9720.jpg │ ├── Icon_ │ ├── drupal-7.jpg │ ├── jq-game.jpg │ ├── jqmobile-cookbook.jpg │ ├── jquery-designers.jpg │ ├── jquery-hotshot.jpg │ ├── jqui-cookbook.jpg │ ├── mobile-apps.jpg │ └── wp-mobile-apps.jpg ├── index.html ├── jquery-migrate.js ├── jquery.cookie.js ├── jquery.cycle.all.js ├── jquery.js ├── jquery.mobile │ ├── Icon_ │ ├── images │ │ ├── ajax-loader.gif │ │ ├── icons-png │ │ │ ├── action-black.png │ │ │ ├── action-white.png │ │ │ ├── alert-black.png │ │ │ ├── alert-white.png │ │ │ ├── arrow-d-black.png │ │ │ ├── arrow-d-l-black.png │ │ │ ├── arrow-d-l-white.png │ │ │ ├── arrow-d-r-black.png │ │ │ ├── arrow-d-r-white.png │ │ │ ├── arrow-d-white.png │ │ │ ├── arrow-l-black.png │ │ │ ├── arrow-l-white.png │ │ │ ├── arrow-r-black.png │ │ │ ├── arrow-r-white.png │ │ │ ├── arrow-u-black.png │ │ │ ├── arrow-u-l-black.png │ │ │ ├── arrow-u-l-white.png │ │ │ ├── arrow-u-r-black.png │ │ │ ├── arrow-u-r-white.png │ │ │ ├── arrow-u-white.png │ │ │ ├── audio-black.png │ │ │ ├── audio-white.png │ │ │ ├── back-black.png │ │ │ ├── back-white.png │ │ │ ├── bars-black.png │ │ │ ├── bars-white.png │ │ │ ├── bullets-black.png │ │ │ ├── bullets-white.png │ │ │ ├── calendar-black.png │ │ │ ├── calendar-white.png │ │ │ ├── camera-black.png │ │ │ ├── camera-white.png │ │ │ ├── carat-d-black.png │ │ │ ├── carat-d-white.png │ │ │ ├── carat-l-black.png │ │ │ ├── carat-l-white.png │ │ │ ├── carat-r-black.png │ │ │ ├── carat-r-white.png │ │ │ ├── carat-u-black.png │ │ │ ├── carat-u-white.png │ │ │ ├── check-black.png │ │ │ ├── check-white.png │ │ │ ├── clock-black.png │ │ │ ├── clock-white.png │ │ │ ├── cloud-black.png │ │ │ ├── cloud-white.png │ │ │ ├── comment-black.png │ │ │ ├── comment-white.png │ │ │ ├── delete-black.png │ │ │ ├── delete-white.png │ │ │ ├── edit-black.png │ │ │ ├── edit-white.png │ │ │ ├── eye-black.png │ │ │ ├── eye-white.png │ │ │ ├── forbidden-black.png │ │ │ ├── forbidden-white.png │ │ │ ├── forward-black.png │ │ │ ├── forward-white.png │ │ │ ├── gear-black.png │ │ │ ├── gear-white.png │ │ │ ├── grid-black.png │ │ │ ├── grid-white.png │ │ │ ├── heart-black.png │ │ │ ├── heart-white.png │ │ │ ├── home-black.png │ │ │ ├── home-white.png │ │ │ ├── info-black.png │ │ │ ├── info-white.png │ │ │ ├── location-black.png │ │ │ ├── location-white.png │ │ │ ├── lock-black.png │ │ │ ├── lock-white.png │ │ │ ├── mail-black.png │ │ │ ├── mail-white.png │ │ │ ├── minus-black.png │ │ │ ├── minus-white.png │ │ │ ├── navigation-black.png │ │ │ ├── navigation-white.png │ │ │ ├── phone-black.png │ │ │ ├── phone-white.png │ │ │ ├── plus-black.png │ │ │ ├── plus-white.png │ │ │ ├── power-black.png │ │ │ ├── power-white.png │ │ │ ├── recycle-black.png │ │ │ ├── recycle-white.png │ │ │ ├── refresh-black.png │ │ │ ├── refresh-white.png │ │ │ ├── search-black.png │ │ │ ├── search-white.png │ │ │ ├── shop-black.png │ │ │ ├── shop-white.png │ │ │ ├── star-black.png │ │ │ ├── star-white.png │ │ │ ├── tag-black.png │ │ │ ├── tag-white.png │ │ │ ├── user-black.png │ │ │ ├── user-white.png │ │ │ ├── video-black.png │ │ │ └── video-white.png │ │ └── icons-svg │ │ │ ├── action-black.svg │ │ │ ├── action-white.svg │ │ │ ├── alert-black.svg │ │ │ ├── alert-white.svg │ │ │ ├── arrow-d-black.svg │ │ │ ├── arrow-d-l-black.svg │ │ │ ├── arrow-d-l-white.svg │ │ │ ├── arrow-d-r-black.svg │ │ │ ├── arrow-d-r-white.svg │ │ │ ├── arrow-d-white.svg │ │ │ ├── arrow-l-black.svg │ │ │ ├── arrow-l-white.svg │ │ │ ├── arrow-r-black.svg │ │ │ ├── arrow-r-white.svg │ │ │ ├── arrow-u-black.svg │ │ │ ├── arrow-u-l-black.svg │ │ │ ├── arrow-u-l-white.svg │ │ │ ├── arrow-u-r-black.svg │ │ │ ├── arrow-u-r-white.svg │ │ │ ├── arrow-u-white.svg │ │ │ ├── audio-black.svg │ │ │ ├── audio-white.svg │ │ │ ├── back-black.svg │ │ │ ├── back-white.svg │ │ │ ├── bars-black.svg │ │ │ ├── bars-white.svg │ │ │ ├── bullets-black.svg │ │ │ ├── bullets-white.svg │ │ │ ├── calendar-black.svg │ │ │ ├── calendar-white.svg │ │ │ ├── camera-black.svg │ │ │ ├── camera-white.svg │ │ │ ├── carat-d-black.svg │ │ │ ├── carat-d-white.svg │ │ │ ├── carat-l-black.svg │ │ │ ├── carat-l-white.svg │ │ │ ├── carat-r-black.svg │ │ │ ├── carat-r-white.svg │ │ │ ├── carat-u-black.svg │ │ │ ├── carat-u-white.svg │ │ │ ├── check-black.svg │ │ │ ├── check-white.svg │ │ │ ├── clock-black.svg │ │ │ ├── clock-white.svg │ │ │ ├── cloud-black.svg │ │ │ ├── cloud-white.svg │ │ │ ├── comment-black.svg │ │ │ ├── comment-white.svg │ │ │ ├── delete-black.svg │ │ │ ├── delete-white.svg │ │ │ ├── edit-black.svg │ │ │ ├── edit-white.svg │ │ │ ├── eye-black.svg │ │ │ ├── eye-white.svg │ │ │ ├── forbidden-black.svg │ │ │ ├── forbidden-white.svg │ │ │ ├── forward-black.svg │ │ │ ├── forward-white.svg │ │ │ ├── gear-black.svg │ │ │ ├── gear-white.svg │ │ │ ├── grid-black.svg │ │ │ ├── grid-white.svg │ │ │ ├── heart-black.svg │ │ │ ├── heart-white.svg │ │ │ ├── home-black.svg │ │ │ ├── home-white.svg │ │ │ ├── info-black.svg │ │ │ ├── info-white.svg │ │ │ ├── location-black.svg │ │ │ ├── location-white.svg │ │ │ ├── lock-black.svg │ │ │ ├── lock-white.svg │ │ │ ├── mail-black.svg │ │ │ ├── mail-white.svg │ │ │ ├── minus-black.svg │ │ │ ├── minus-white.svg │ │ │ ├── navigation-black.svg │ │ │ ├── navigation-white.svg │ │ │ ├── phone-black.svg │ │ │ ├── phone-white.svg │ │ │ ├── plus-black.svg │ │ │ ├── plus-white.svg │ │ │ ├── power-black.svg │ │ │ ├── power-white.svg │ │ │ ├── recycle-black.svg │ │ │ ├── recycle-white.svg │ │ │ ├── refresh-black.svg │ │ │ ├── refresh-white.svg │ │ │ ├── search-black.svg │ │ │ ├── search-white.svg │ │ │ ├── shop-black.svg │ │ │ ├── shop-white.svg │ │ │ ├── star-black.svg │ │ │ ├── star-white.svg │ │ │ ├── tag-black.svg │ │ │ ├── tag-white.svg │ │ │ ├── user-black.svg │ │ │ ├── user-white.svg │ │ │ ├── video-black.svg │ │ │ └── video-white.svg │ ├── jquery.mobile.css │ └── jquery.mobile.js ├── listings │ ├── 7.0.js │ ├── 7.1.js │ ├── 7.10.js │ ├── 7.11.js │ ├── 7.12.js │ ├── 7.13.js │ ├── 7.14.js │ ├── 7.15.js │ ├── 7.16.js │ ├── 7.17.js │ ├── 7.18.js │ ├── 7.19.js │ ├── 7.2.js │ ├── 7.3.js │ ├── 7.4.js │ ├── 7.5.js │ ├── 7.6.js │ ├── 7.7.js │ ├── 7.8.js │ ├── 7.9.js │ └── Icon_ ├── mobile.html ├── package.json ├── ui-themes │ ├── Icon_ │ ├── le-frog │ │ ├── images │ │ │ ├── Icon_ │ │ │ ├── ui-bg_diagonals-small_0_aaaaaa_40x40.png │ │ │ ├── ui-bg_diagonals-thick_15_444444_40x40.png │ │ │ ├── ui-bg_diagonals-thick_95_ffdc2e_40x40.png │ │ │ ├── ui-bg_glass_55_fbf5d0_1x400.png │ │ │ ├── ui-bg_highlight-hard_30_285c00_1x100.png │ │ │ ├── ui-bg_highlight-soft_33_3a8104_1x100.png │ │ │ ├── ui-bg_highlight-soft_50_4eb305_1x100.png │ │ │ ├── ui-bg_highlight-soft_60_4ca20b_1x100.png │ │ │ ├── ui-bg_inset-soft_10_285c00_1x100.png │ │ │ ├── ui-icons_4eb305_256x240.png │ │ │ ├── ui-icons_72b42d_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui-1.10.0.custom.css │ │ └── jquery-ui-1.10.0.custom.min.css │ └── smoothness │ │ ├── images │ │ ├── Icon_ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ └── ui-icons_cd0a0a_256x240.png │ │ ├── jquery-ui-1.10.0.custom.css │ │ └── jquery-ui-1.10.0.custom.min.css └── wp-mobile-apps.html ├── Chapter08 ├── 08.css ├── 08.js ├── Icon_ ├── README.txt ├── complete.js ├── index.html ├── jquery.js ├── listings │ ├── 8.0.js │ ├── 8.1.js │ ├── 8.10.js │ ├── 8.11.js │ ├── 8.12.js │ ├── 8.13.js │ ├── 8.14.js │ ├── 8.15.js │ ├── 8.16.js │ ├── 8.17.js │ ├── 8.18.js │ ├── 8.19.js │ ├── 8.2.js │ ├── 8.20.js │ ├── 8.21.js │ ├── 8.22.js │ ├── 8.23.js │ ├── 8.3.js │ ├── 8.4.js │ ├── 8.5.js │ ├── 8.6.js │ ├── 8.7.js │ ├── 8.8.js │ ├── 8.9.js │ └── Icon_ ├── package.json └── ui-themes │ ├── Icon_ │ ├── le-frog │ ├── images │ │ ├── Icon_ │ │ ├── ui-bg_diagonals-small_0_aaaaaa_40x40.png │ │ ├── ui-bg_diagonals-thick_15_444444_40x40.png │ │ ├── ui-bg_diagonals-thick_95_ffdc2e_40x40.png │ │ ├── ui-bg_glass_55_fbf5d0_1x400.png │ │ ├── ui-bg_highlight-hard_30_285c00_1x100.png │ │ ├── ui-bg_highlight-soft_33_3a8104_1x100.png │ │ ├── ui-bg_highlight-soft_50_4eb305_1x100.png │ │ ├── ui-bg_highlight-soft_60_4ca20b_1x100.png │ │ ├── ui-bg_inset-soft_10_285c00_1x100.png │ │ ├── ui-icons_4eb305_256x240.png │ │ ├── ui-icons_72b42d_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ └── jquery-ui-1.8.11.custom.css │ └── smoothness │ ├── images │ ├── Icon_ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ ├── ui-bg_flat_75_ffffff_40x100.png │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_glass_75_dadada_1x400.png │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ ├── ui-bg_glass_95_fef1ec_1x400.png │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_2e83ff_256x240.png │ ├── ui-icons_454545_256x240.png │ ├── ui-icons_888888_256x240.png │ └── ui-icons_cd0a0a_256x240.png │ ├── jquery-ui-1.10.0.custom.css │ └── jquery-ui-1.10.0.custom.min.css ├── Chapter09 ├── 09.css ├── 09.js ├── Icon_ ├── README.txt ├── complete.js ├── index.html ├── jquery.js └── listings │ ├── 9.0.js │ ├── 9.1.js │ ├── 9.10.js │ ├── 9.11.js │ ├── 9.12.js │ ├── 9.13.js │ ├── 9.14.js │ ├── 9.15.js │ ├── 9.16.js │ ├── 9.2.js │ ├── 9.3.js │ ├── 9.4.js │ ├── 9.5.js │ ├── 9.6.js │ ├── 9.7.js │ ├── 9.8.js │ ├── 9.9.js │ └── Icon_ ├── Chapter10 ├── 10-ie.css ├── 10.css ├── 10.js ├── Icon_ ├── README.txt ├── complete.js ├── frame.png ├── index.html ├── listings │ ├── 10.0.js │ ├── 10.1.js │ ├── 10.10.js │ ├── 10.11.js │ ├── 10.12.js │ ├── 10.13.js │ ├── 10.14.js │ ├── 10.15.js │ ├── 10.16.js │ ├── 10.17.js │ ├── 10.2.js │ ├── 10.3.js │ ├── 10.4.js │ ├── 10.5.js │ ├── 10.6.js │ ├── 10.7.js │ ├── 10.8.js │ ├── 10.9.js │ └── Icon_ ├── pages │ ├── 1.html │ ├── 10.html │ ├── 11.html │ ├── 12.html │ ├── 13.html │ ├── 14.html │ ├── 15.html │ ├── 16.html │ ├── 17.html │ ├── 18.html │ ├── 19.html │ ├── 2.html │ ├── 3.html │ ├── 4.html │ ├── 5.html │ ├── 6.html │ ├── 7.html │ ├── 8.html │ ├── 9.html │ └── Icon_ └── photos │ ├── 0000001.jpg │ ├── 004_001.JPG │ ├── 005.JPG │ ├── 006.JPG │ ├── 008.JPG │ ├── 010.JPG │ ├── 01070131.JPG │ ├── 012.JPG │ ├── 0123_1922.jpg │ ├── 013.JPG │ ├── 014.JPG │ ├── 015.JPG │ ├── 016.JPG │ ├── 017.JPG │ ├── 019.JPG │ ├── 024.JPG │ ├── 100B6022.JPG │ ├── 100B6081.JPG │ ├── 100B6201.JPG │ ├── 100_0207.JPG │ ├── 100_6083.JPG │ ├── 100_6140.JPG │ ├── 1Mn_3_.jpg │ ├── 2004_1009clouds0014.JPG │ ├── 2004_1009clouds0015.JPG │ ├── 2004_1109sky0008.JPG │ ├── 2004_1119stauton20015.JPG │ ├── 2005_02192110050006_filtered.jpg │ ├── 2005_02192110050007_filtered.jpg │ ├── 2006_0604flowers0003.JPG │ ├── 2006_0605flowers0001.JPG │ ├── 2006_0618skys0003.JPG │ ├── 795040-R1-026-11A_011.jpg │ ├── AHonuQueen_sBathAfternoonHonu151.JPG │ ├── AZsnowbowl010.jpg │ ├── AZsnowbowl020.jpg │ ├── AngrySky1.jpg │ ├── AngrySky2.jpg │ ├── AngrySky3.jpg │ ├── AngrySky4.jpg │ ├── BJclearpics059.jpg │ ├── BJpics042.jpg │ ├── BigCloud.jpg │ ├── CEP00002.jpg │ ├── CEP00007.jpg │ ├── CEP00019.jpg │ ├── CEP00023.jpg │ ├── CEP00024.jpg │ ├── CiirusClouds.jpg │ ├── ClearingWeather.jpg │ ├── ClearingWeather2.jpg │ ├── Cloud.jpg │ ├── Clouds1.jpg │ ├── Clouds2.jpg │ ├── Clouds3.jpg │ ├── Clouds4.jpg │ ├── CloudySun.jpg │ ├── DSC01281.JPG │ ├── DSCF0146.jpg │ ├── DSCF0674.JPG │ ├── DSCF0675.JPG │ ├── DSC_0007.JPG │ ├── DarkClouds.jpg │ ├── FairWeatherCumulus.jpg │ ├── GoldenEvening.jpg │ ├── HPIM0321.jpg │ ├── HPIM0323.jpg │ ├── HPIM0330.jpg │ ├── HarvestMoon.jpg │ ├── HarvestMoon2.jpg │ ├── HazyLandscape.jpg │ ├── HazySun.jpg │ ├── IMG_0298.JPG │ ├── IMG_0708.JPG │ ├── IMG_0904.JPG │ ├── IMG_1837.jpg │ ├── IMG_1842.jpg │ ├── IMG_3758.jpg │ ├── IMG_6600.JPG │ ├── Icon_ │ ├── LAandFiji032.jpg │ ├── LightingUptheNight.jpg │ ├── Lum_sPondSunset.jpg │ ├── MountainMorning.jpg │ ├── OceanHawaiifml_10_.jpg │ ├── P1040050.JPG │ ├── P3100452.JPG │ ├── P3120502.JPG │ ├── P5130065.JPG │ ├── P5130067.JPG │ ├── PICT0004.JPG │ ├── PICT0067.jpg │ ├── RainClouds.jpg │ ├── RainClouds2.jpg │ ├── SilhouetteAndTexturedSky.jpg │ ├── SnowClouds.jpg │ ├── SnowClouds2.jpg │ ├── StormyWeather-DarkClouds.jpg │ ├── SunThroughTreesAtCopperCreek_SouthwestVirginia.jpg │ ├── Sunburst.jpg │ ├── SunburstOverSnowyHill.jpg │ ├── Sunburst_001.jpg │ ├── SunriseOverClinchMountain.jpg │ ├── SunriseOverClinchMountain_SouthwestVirginia.jpg │ ├── alaskan_countryside.jpg │ ├── azsnow.jpg │ ├── brisbanesky.jpg │ ├── canada031.jpg │ ├── canada059.jpg │ ├── canada077.jpg │ ├── cloud1_1600x1200.jpg │ ├── cloudy_mountains.jpg │ ├── dsc00008.jpg │ ├── dsc00038.jpg │ ├── dsc00039.jpg │ ├── dsc00042.jpg │ ├── dsc00044.jpg │ ├── dsc00060.jpg │ ├── dsc05957.jpg │ ├── dsc05970.jpg │ ├── dsc07164.jpg │ ├── dsc08039.jpg │ ├── dsc08702.jpg │ ├── dsc20040321_182027_38.jpg │ ├── dsc20040321_182330_51.jpg │ ├── dsc20040321_191051_23.jpg │ ├── dsc20040917_182327_42.jpg │ ├── dsc20040929_100729_24.jpg │ ├── dsc20041029_180840_10.jpg │ ├── dsc20041029_180848_11.jpg │ ├── dsc20041106_142724_31.jpg │ ├── dsc20041228_105031_17.jpg │ ├── dsc20050107_134656_4.jpg │ ├── dsc20050108_183737_27.jpg │ ├── dsc20050109_124613_30.jpg │ ├── dsc20050110_163519_2.jpg │ ├── dsc20050117_060629_5.jpg │ ├── dsc20050120_191114_5.jpg │ ├── dsc20050209_113317_9.jpg │ ├── dsc20050212_185952_2.jpg │ ├── dsc20050213_165831_17.jpg │ ├── dsc20050214_170917_7.jpg │ ├── dsc20050216_191734_33.jpg │ ├── dsc20050216_191807_34.jpg │ ├── dsc20050220_184718_10.jpg │ ├── dsc20050226_191808_1.jpg │ ├── dsc20050302_154616_8.jpg │ ├── dsc20050312_185316_7.jpg │ ├── dsc20050313_145704_48.jpg │ ├── dsc20050313_145723_49.jpg │ ├── dsc20050725_153020_11.jpg │ ├── dsc20050730_173540_19.jpg │ ├── dsc20050807_083252_19.jpg │ ├── dsc20050825_170958_15.jpg │ ├── dsc20050825_173418_20.jpg │ ├── dsc20050825_174544_23.jpg │ ├── dsc20050827_101208_1.jpg │ ├── dsc20051220_173325_120.jpg │ ├── dsc20051220_183927_127.jpg │ ├── dsc20051220_184056_129.jpg │ ├── dsc_0068.jpg │ ├── dsc_0077.jpg │ ├── dsc_0080.jpg │ ├── dsc_0238b.jpg │ ├── dsc_0244a.jpg │ ├── dsc_0426.jpg │ ├── dsc_0511.jpg │ ├── dsc_21070a.jpg │ ├── dscf0188.jpg │ ├── dscf0190.jpg │ ├── dscn0519.jpg │ ├── dscn0633.jpg │ ├── dscn0680.jpg │ ├── dscn1180.jpg │ ├── dscn1328.jpg │ ├── img_6020.jpg │ ├── img_6021.jpg │ ├── m1.jpg │ ├── m11.jpg │ ├── m12.jpg │ ├── m4.jpg │ ├── mb_002.jpg │ ├── mb_005.jpg │ ├── michelle_060.jpg │ ├── michelle_061.jpg │ ├── michelle_156.jpg │ ├── michelle_168.jpg │ ├── michelle_229.jpg │ ├── more_sky_1600x1200.jpg │ ├── mountains.jpg │ ├── portland_178.jpg │ ├── sandia_sunset.jpg │ ├── skyemonroe.jpg │ ├── sticks_and_clouds.jpg │ ├── sun1_1600x1200.jpg │ ├── sunset.jpg │ ├── sunset_ocean_rocks_railroadtracks.jpg │ ├── texas_003.jpg │ ├── texas_004.jpg │ ├── texas_079.jpg │ ├── texas_081.jpg │ ├── texas_083.jpg │ ├── texas_084.jpg │ ├── trees_ocean_sunset.jpg │ ├── wallpaper_above_clouds.jpg │ └── wallpaper_between_clouds.jpg ├── Chapter11 ├── 11.css ├── 11.js ├── Icon_ ├── README.txt ├── index.html ├── listings │ ├── 11.0.js │ ├── 11.1.js │ ├── 11.10.js │ ├── 11.11.js │ ├── 11.2.js │ ├── 11.3.js │ ├── 11.4.js │ ├── 11.5.js │ ├── 11.6.js │ ├── 11.7.js │ ├── 11.8.js │ ├── 11.9.js │ └── Icon_ └── photos │ ├── Icon_ │ ├── john.jpg │ ├── leah.jpg │ ├── ralph.jpg │ ├── rey.jpg │ ├── richard.jpg │ ├── scott.jpg │ └── yehuda.jpg ├── Chapter12 ├── 12.css ├── 12.js ├── Icon_ ├── books.json ├── books.php ├── complete.js ├── images │ ├── 0042_MockupCover_0.jpg │ ├── 0349OS_MockupCover_0.jpg │ ├── 0386OT_Cocoa and OBjective-C Cookbookcov.jpg │ ├── 0942OT_Core Data Essentials_0.jpg │ ├── 1048OT_HTML5 Multimedia Development Cookbookcov.jpg │ ├── 1445OS_MockupCover_Magento_1.4_Development_Cookbook_cb.jpg │ ├── 1847194141.jpg │ ├── 1904811892.jpg │ ├── 1926_Cake PHP 1.3cov.jpg │ ├── 2862_OS.jpg │ ├── 2923OS_Panda3D game developer’s cookbook.jpg │ ├── 3524OS_WordPress 3 Plugin Development Essentials_0.jpg │ ├── 3685EN_Amazon SimpleDB_LITE_0.jpg │ ├── 3760OS_Linux Shell Scripting Cookbook.jpg │ ├── 4668_Python Testing Cookbook.jpg │ ├── 4804os_mockupcover_ex.jpg │ ├── 4965OS_Nginx 1 Web Server Implementation Cookbook.jpg │ ├── 9867_Latex cov.jpg │ ├── Icon_ │ └── sort-icons.png ├── index.html ├── jquery.js ├── jsperf.js └── listings │ ├── 12.0.js │ ├── 12.1.js │ ├── 12.10.js │ ├── 12.11.js │ ├── 12.12.js │ ├── 12.13.js │ ├── 12.14.js │ ├── 12.15.js │ ├── 12.2.js │ ├── 12.3.js │ ├── 12.4.js │ ├── 12.5.js │ ├── 12.6.js │ ├── 12.7.js │ ├── 12.8.js │ ├── 12.9.js │ └── Icon_ ├── Chapter13 ├── 13.css ├── 13.js ├── Icon_ ├── README.txt ├── categories.yml ├── complete.js ├── images │ ├── Icon_ │ └── loading.gif ├── index.html ├── jquery.js ├── listings │ ├── 13.0.js │ ├── 13.1.js │ ├── 13.10.js │ ├── 13.11.js │ ├── 13.12.js │ ├── 13.13.js │ ├── 13.14.js │ ├── 13.15.js │ ├── 13.16.js │ ├── 13.17.js │ ├── 13.18.js │ ├── 13.19.js │ ├── 13.2.js │ ├── 13.3.js │ ├── 13.4.js │ ├── 13.5.js │ ├── 13.6.js │ ├── 13.7.js │ ├── 13.8.js │ ├── 13.9.js │ └── Icon_ ├── package.json ├── server.js ├── sunset.jpg └── yaml.js ├── ChapterAppendixA ├── A.js ├── Icon_ ├── README.txt ├── a.json ├── ajax.html ├── complete.js ├── index.html ├── jquery.js ├── listings │ ├── A.0.js │ ├── A.1.js │ ├── A.2.js │ ├── A.3.js │ ├── A.4.js │ ├── A.5.js │ ├── A.6.js │ ├── A.7.js │ └── Icon_ └── test │ ├── Icon_ │ ├── qunit.css │ └── qunit.js ├── ChapterAppendixB ├── B.js ├── README.txt ├── ajax.html ├── b.json ├── complete.js ├── index.html ├── jquery.js ├── listings │ ├── B.0.js │ ├── B.1.js │ ├── B.2.js │ ├── B.3.js │ ├── B.4.js │ ├── B.5.js │ ├── B.6.js │ └── B.7.js └── test │ └── qunit.js ├── LICENSE ├── README.md ├── _eslintrc ├── jquery-ui.js └── jquery.js /Chapter01/01.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-color: #fff; 3 | color: #000; 4 | font-family: Helvetica, Arial, sans-serif; 5 | } 6 | 7 | h1, h2, h3 { 8 | margin-bottom: .2em; 9 | } 10 | 11 | .poem { 12 | margin: 0 2em; 13 | } 14 | 15 | .highlight { 16 | background-color: #ccc; 17 | border: 1px solid #888; 18 | font-style: italic; 19 | margin: 0.5em 0; 20 | padding: 0.5em; 21 | } 22 | -------------------------------------------------------------------------------- /Chapter01/01.js: -------------------------------------------------------------------------------- 1 | // This is the custom JavaScript file referenced by index.html. You will notice 2 | // that this file is currently empty. By adding code to this empty file and 3 | // then viewing index.html in a browser, you can experiment with the example 4 | // page or follow along with the examples in the book. 5 | // 6 | // See README.txt for more information. -------------------------------------------------------------------------------- /Chapter01/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter01/Icon_ -------------------------------------------------------------------------------- /Chapter01/complete.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('div.poem-stanza').addClass('highlight'); 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter01/images/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter01/images/Icon_ -------------------------------------------------------------------------------- /Chapter01/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter01/images/email.png -------------------------------------------------------------------------------- /Chapter01/images/external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter01/images/external.png -------------------------------------------------------------------------------- /Chapter01/images/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter01/images/pdf.png -------------------------------------------------------------------------------- /Chapter01/listings/1.0.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter01/listings/1.1.js: -------------------------------------------------------------------------------- 1 | function addHighlightClass() { 2 | $('div.poem-stanza').addClass('highlight'); 3 | } 4 | 5 | $(addHighlightClass); 6 | -------------------------------------------------------------------------------- /Chapter01/listings/1.2.js: -------------------------------------------------------------------------------- 1 | $(() => 2 | $('div.poem-stanza').addClass('highlight') 3 | ); 4 | -------------------------------------------------------------------------------- /Chapter01/listings/1.3.js: -------------------------------------------------------------------------------- 1 | window.onload = function() { 2 | const divs = document.getElementsByTagName('div'); 3 | const hasClass = (elem, cls) => 4 | new RegExp(` ${cls} `).test(` ${elem.className} `); 5 | 6 | for (let div of divs) { 7 | if (hasClass(div, 'poem-stanza') && !hasClass(div, 'highlight')) { 8 | div.className += ' highlight'; 9 | } 10 | } 11 | }; 12 | -------------------------------------------------------------------------------- /Chapter01/listings/1.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | console.log('hello'); 3 | console.log(52); 4 | console.log($('div.poem-stanza')); 5 | }); 6 | -------------------------------------------------------------------------------- /Chapter01/listings/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter01/listings/Icon_ -------------------------------------------------------------------------------- /Chapter02/02.js: -------------------------------------------------------------------------------- 1 | // This is the custom JavaScript file referenced by index.html. You will notice 2 | // that this file is currently empty. By adding code to this empty file and 3 | // then viewing index.html in a browser, you can experiment with the example 4 | // page or follow along with the examples in the book. 5 | // 6 | // See README.txt for more information. -------------------------------------------------------------------------------- /Chapter02/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter02/Icon_ -------------------------------------------------------------------------------- /Chapter02/images/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter02/images/Icon_ -------------------------------------------------------------------------------- /Chapter02/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter02/images/email.png -------------------------------------------------------------------------------- /Chapter02/images/external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter02/images/external.png -------------------------------------------------------------------------------- /Chapter02/images/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter02/images/pdf.png -------------------------------------------------------------------------------- /Chapter02/listings/2.0.js: -------------------------------------------------------------------------------- 1 | $(() => {}); 2 | -------------------------------------------------------------------------------- /Chapter02/listings/2.1.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | }); 5 | -------------------------------------------------------------------------------- /Chapter02/listings/2.10.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('a') 18 | .filter((i, a) => 19 | a.hostname && a.hostname !== location.hostname 20 | ) 21 | .addClass('external'); 22 | 23 | $('tr:nth-child(odd)') 24 | .addClass('alt'); 25 | 26 | $('td:contains(Henry)') 27 | .addClass('highlight'); 28 | }); 29 | -------------------------------------------------------------------------------- /Chapter02/listings/2.11.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('a') 18 | .filter((a, v) => 19 | a.hostname && a.hostname != location.hostname 20 | ) 21 | .addClass('external'); 22 | 23 | $('tr:nth-child(odd)') 24 | .addClass('alt'); 25 | 26 | $('td:contains(Henry)') 27 | .next() 28 | .addClass('highlight'); 29 | }); 30 | -------------------------------------------------------------------------------- /Chapter02/listings/2.12.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('a') 18 | .filter((i, a) => 19 | a.hostname && a.hostname != location.hostname 20 | ) 21 | .addClass('external'); 22 | 23 | $('tr:nth-child(odd)') 24 | .addClass('alt'); 25 | 26 | $('td:contains(Henry)') 27 | .nextAll() 28 | .addClass('highlight'); 29 | }); 30 | -------------------------------------------------------------------------------- /Chapter02/listings/2.13.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('a') 18 | .filter((i, a) => 19 | a.hostname && a.hostname != location.hostname 20 | ) 21 | .addClass('external'); 22 | 23 | $('tr:nth-child(odd)') 24 | .addClass('alt'); 25 | 26 | $('td:contains(Henry)') 27 | .nextAll() 28 | .addBack() 29 | .addClass('highlight'); 30 | }); 31 | -------------------------------------------------------------------------------- /Chapter02/listings/2.14.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('a') 18 | .filter((i, a) => 19 | a.hostname && a.hostname != location.hostname 20 | ) 21 | .addClass('external'); 22 | 23 | $('tr:nth-child(odd)') 24 | .addClass('alt'); 25 | 26 | $('td:contains(Henry)') 27 | .parent() 28 | .children() 29 | .addClass('highlight'); 30 | }); 31 | -------------------------------------------------------------------------------- /Chapter02/listings/2.15.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('a').filter((i, a) => 18 | a.hostname && a.hostname != location.hostname 19 | ).addClass('external'); 20 | 21 | $('tr:nth-child(odd)') 22 | .addClass('alt'); 23 | 24 | $('td:contains(Henry)').parent().find('td:eq(1)').addClass('highlight').end().find('td:eq(2)').addClass('highlight'); 25 | }); 26 | -------------------------------------------------------------------------------- /Chapter02/listings/2.2.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | }); 8 | -------------------------------------------------------------------------------- /Chapter02/listings/2.3.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('#selected-plays > li') 9 | .addClass('big-letter'); 10 | 11 | $('#selected-plays li.horizontal') 12 | .addClass('big-letter'); 13 | 14 | $('#selected-plays li:not(.sub-level)') 15 | .addClass('big-letter'); 16 | 17 | }); 18 | -------------------------------------------------------------------------------- /Chapter02/listings/2.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | }); 11 | -------------------------------------------------------------------------------- /Chapter02/listings/2.5.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | }); 14 | -------------------------------------------------------------------------------- /Chapter02/listings/2.6.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | }); 17 | -------------------------------------------------------------------------------- /Chapter02/listings/2.7.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('tr:even').addClass('alt'); 18 | }); 19 | -------------------------------------------------------------------------------- /Chapter02/listings/2.8.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('tr:nth-child(odd)') 18 | .addClass('alt'); 19 | }); 20 | -------------------------------------------------------------------------------- /Chapter02/listings/2.9.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#selected-plays > li') 3 | .addClass('horizontal'); 4 | 5 | $('#selected-plays li:not(.horizontal)') 6 | .addClass('sub-level'); 7 | 8 | $('a[href^="mailto:"]') 9 | .addClass('mailto'); 10 | 11 | $('a[href$=".pdf"]') 12 | .addClass('pdflink'); 13 | 14 | $('a[href^="http"][href*="henry"]') 15 | .addClass('henrylink'); 16 | 17 | $('tr:nth-child(odd)') 18 | .addClass('alt'); 19 | 20 | $('td:contains(Henry)') 21 | .addClass('highlight'); 22 | }); 23 | -------------------------------------------------------------------------------- /Chapter02/listings/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter02/listings/Icon_ -------------------------------------------------------------------------------- /Chapter03/03.js: -------------------------------------------------------------------------------- 1 | // This is the custom JavaScript file referenced by index.html. You will notice 2 | // that this file is currently empty. By adding code to this empty file and 3 | // then viewing index.html in a browser, you can experiment with the example 4 | // page or follow along with the examples in the book. 5 | // 6 | // See README.txt for more information. -------------------------------------------------------------------------------- /Chapter03/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter03/Icon_ -------------------------------------------------------------------------------- /Chapter03/listings/3.0.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter03/listings/3.1.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-large') 3 | .on('click', () => { 4 | $('body').addClass('large'); 5 | }); 6 | }); 7 | -------------------------------------------------------------------------------- /Chapter03/listings/3.2.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-default').on('click', () => { 3 | $('body') 4 | .removeClass('narrow') 5 | .removeClass('large'); 6 | }); 7 | 8 | $('#switcher-narrow').on('click', () => { 9 | $('body') 10 | .addClass('narrow') 11 | .removeClass('large'); 12 | }); 13 | 14 | $('#switcher-large').on('click', () => { 15 | $('body') 16 | .removeClass('narrow') 17 | .addClass('large'); 18 | }); 19 | }); 20 | -------------------------------------------------------------------------------- /Chapter03/listings/3.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-default') 3 | .addClass('selected') 4 | .on('click', () => { 5 | $('body') 6 | .removeClass('narrow') 7 | .removeClass('large'); 8 | }); 9 | 10 | $('#switcher-narrow') 11 | .on('click', () => { 12 | $('body') 13 | .addClass('narrow') 14 | .removeClass('large'); 15 | }); 16 | 17 | $('#switcher-large') 18 | .on('click', () => { 19 | $('body') 20 | .removeClass('narrow') 21 | .addClass('large'); 22 | }); 23 | 24 | $('#switcher button') 25 | .on('click', function() { 26 | $('#switcher button') 27 | .removeClass('selected'); 28 | $(this) 29 | .addClass('selected'); 30 | }); 31 | }); 32 | -------------------------------------------------------------------------------- /Chapter03/listings/3.5.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-default') 3 | .addClass('selected') 4 | .on('click', () => { 5 | $('body') 6 | .removeClass(); 7 | }); 8 | 9 | $('#switcher-narrow') 10 | .on('click', () => { 11 | $('body') 12 | .removeClass() 13 | .addClass('narrow'); 14 | }); 15 | 16 | $('#switcher-large') 17 | .on('click', () => { 18 | $('body') 19 | .removeClass() 20 | .addClass('large'); 21 | }); 22 | 23 | $('#switcher button') 24 | .on('click', function() { 25 | $('#switcher button') 26 | .removeClass('selected'); 27 | $(this) 28 | .addClass('selected'); 29 | }); 30 | }); 31 | -------------------------------------------------------------------------------- /Chapter03/listings/3.6.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-default') 3 | .addClass('selected'); 4 | 5 | $('#switcher button') 6 | .on('click', function() { 7 | $('body') 8 | .removeClass(); 9 | $('#switcher button') 10 | .removeClass('selected'); 11 | $(this) 12 | .addClass('selected'); 13 | }); 14 | 15 | $('#switcher-narrow') 16 | .on('click', () => { 17 | $('body') 18 | .addClass('narrow'); 19 | }); 20 | 21 | $('#switcher-large') 22 | .on('click', () => { 23 | $('body') 24 | .addClass('large'); 25 | }); 26 | }); 27 | -------------------------------------------------------------------------------- /Chapter03/listings/3.7.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-default') 3 | .addClass('selected'); 4 | 5 | $('#switcher button') 6 | .on('click', function() { 7 | const bodyClass = this.id.split('-')[1]; 8 | 9 | $('body') 10 | .removeClass() 11 | .addClass(bodyClass); 12 | $('#switcher button') 13 | .removeClass('selected'); 14 | $(this) 15 | .addClass('selected'); 16 | }); 17 | }); 18 | -------------------------------------------------------------------------------- /Chapter03/listings/3.8.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-default') 3 | .addClass('selected'); 4 | 5 | $('#switcher button') 6 | .click(function() { 7 | const bodyClass = this.id.split('-')[1]; 8 | 9 | $('body') 10 | .removeClass() 11 | .addClass(bodyClass); 12 | $('#switcher button') 13 | .removeClass('selected'); 14 | $(this) 15 | .addClass('selected'); 16 | }); 17 | }); 18 | -------------------------------------------------------------------------------- /Chapter03/listings/3.9.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher h3') 3 | .click(function() { 4 | $(this) 5 | .siblings('button') 6 | .toggleClass('hidden'); 7 | }); 8 | }); 9 | 10 | $(() => { 11 | $('#switcher-default') 12 | .addClass('selected'); 13 | 14 | $('#switcher button').click(function() { 15 | const bodyClass = this.id.split('-')[1]; 16 | 17 | $('body') 18 | .removeClass() 19 | .addClass(bodyClass); 20 | $('#switcher button') 21 | .removeClass('selected'); 22 | $(this) 23 | .addClass('selected'); 24 | }); 25 | }); 26 | -------------------------------------------------------------------------------- /Chapter03/listings/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter03/listings/Icon_ -------------------------------------------------------------------------------- /Chapter03/listings/missing-code.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter03/listings/missing-code.tar.gz -------------------------------------------------------------------------------- /Chapter04/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter04/Icon_ -------------------------------------------------------------------------------- /Chapter04/listings/4.0.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter04/listings/4.1.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#switcher-large') 3 | .click(() => { 4 | 5 | }); 6 | }); 7 | -------------------------------------------------------------------------------- /Chapter04/listings/4.2.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | const $speech = $('div.speech'); 3 | $('#switcher-large') 4 | .click(() => { 5 | const num = parseFloat($speech.css('fontSize')); 6 | }); 7 | }); 8 | -------------------------------------------------------------------------------- /Chapter04/listings/4.3.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | const $speech = $('div.speech'); 3 | 4 | $('#switcher-large') 5 | .click(function() { 6 | const num = parseFloat($speech.css('fontSize')); 7 | $speech.css('fontSize', `${num * 1.4}px`); 8 | }); 9 | }); 10 | -------------------------------------------------------------------------------- /Chapter04/listings/4.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | const sizeMap = { 3 | 'switcher-small': n => n / 1.4, 4 | 'switcher-large': n => n * 1.4 5 | }; 6 | 7 | const $speech = $('div.speech'); 8 | 9 | $('#switcher button') 10 | .click((e) => { 11 | const num = parseFloat($speech.css('fontSize')); 12 | $speech.css( 13 | 'fontSize', 14 | `${sizeMap[e.target.id](num)}px` 15 | ); 16 | }); 17 | }); 18 | -------------------------------------------------------------------------------- /Chapter04/listings/4.5.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | const sizeMap = { 3 | 'switcher-small': n => n / 1.4, 4 | 'switcher-large': n => n * 1.4, 5 | 'switcher-default': () => defaultSize 6 | }; 7 | 8 | const $speech = $('div.speech'); 9 | const defaultSize = parseFloat($speech.css('fontSize')); 10 | 11 | $('#switcher button') 12 | .click((e) => { 13 | const num = parseFloat($speech.css('fontSize')); 14 | $speech.css( 15 | 'fontSize', 16 | `${sizeMap[e.target.id](num)}px` 17 | ); 18 | }); 19 | }); 20 | -------------------------------------------------------------------------------- /Chapter04/listings/4.6.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | const sizeMap = { 3 | 'switcher-small': n => n / 1.4, 4 | 'switcher-large': n => n * 1.4, 5 | 'switcher-default': () => defaultSize 6 | }; 7 | 8 | const $speech = $('div.speech'); 9 | const defaultSize = parseFloat($speech.css('fontSize')); 10 | 11 | $('#switcher button') 12 | .click((e) => { 13 | const num = parseFloat($speech.css('fontSize')); 14 | $speech.css( 15 | 'fontSize', 16 | `${sizeMap[e.target.id](num)}px` 17 | ); 18 | }); 19 | 20 | $('p') 21 | .eq(1) 22 | .hide(); 23 | }); 24 | -------------------------------------------------------------------------------- /Chapter04/listings/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter04/listings/Icon_ -------------------------------------------------------------------------------- /Chapter05/05.js: -------------------------------------------------------------------------------- 1 | // This is the custom JavaScript file referenced by index.html. You will notice 2 | // that this file is currently empty. By adding code to this empty file and 3 | // then viewing index.html in a browser, you can experiment with the example 4 | // page or follow along with the examples in the book. 5 | // 6 | // See README.txt for more information. -------------------------------------------------------------------------------- /Chapter05/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter05/Icon_ -------------------------------------------------------------------------------- /Chapter05/listings/5.0.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter05/listings/5.1.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('div.chapter a') 3 | .attr({ rel: 'external' }); 4 | }); 5 | -------------------------------------------------------------------------------- /Chapter05/listings/5.2.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('div.chapter a') 3 | .attr({ 4 | rel: 'external', 5 | title: 'Learn more at Wikipedia' 6 | }); 7 | }); 8 | -------------------------------------------------------------------------------- /Chapter05/listings/5.3.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('div.chapter a') 3 | .attr({ 4 | rel: 'external', 5 | title: 'Learn more at Wikipedia', 6 | id: index => `wikilink-${index}` 7 | }); 8 | }); 9 | -------------------------------------------------------------------------------- /Chapter05/listings/5.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('div.chapter a[href*="wikipedia"]') 3 | .attr({ 4 | rel: 'external', 5 | title: 'Learn more at Wikipedia', 6 | id: index => `wikilink-${index}` 7 | }); 8 | }); 9 | -------------------------------------------------------------------------------- /Chapter05/listings/5.5.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('div.chapter a[href*="wikipedia"]') 3 | .attr({ 4 | rel: 'external', 5 | title: function() { 6 | return `Learn more about ${$(this).text()} at Wikipedia.`; 7 | }, 8 | id: index => `wikilink-${index}` 9 | }); 10 | }); 11 | -------------------------------------------------------------------------------- /Chapter05/listings/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter05/listings/Icon_ -------------------------------------------------------------------------------- /Chapter06/06.js: -------------------------------------------------------------------------------- 1 | // This is the custom JavaScript file referenced by index.html. You will notice 2 | // that this file is currently empty. By adding code to this empty file and 3 | // then viewing index.html in a browser, you can experiment with the example 4 | // page or follow along with the examples in the book. 5 | // 6 | // See README.txt for more information. -------------------------------------------------------------------------------- /Chapter06/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter06/Icon_ -------------------------------------------------------------------------------- /Chapter06/listings/6.0.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter06/listings/6.1.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#letter-a a') 3 | .click((e) => { 4 | e.preventDefault() 5 | 6 | $('#dictionary') 7 | .load('a.html'); 8 | }); 9 | }); 10 | -------------------------------------------------------------------------------- /Chapter06/listings/6.2.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#letter-a a') 3 | .click((e) => { 4 | e.preventDefault() 5 | 6 | $('#dictionary') 7 | .load('a.html'); 8 | alert('Loaded!'); 9 | }); 10 | }); 11 | -------------------------------------------------------------------------------- /Chapter06/listings/6.3.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#letter-a a') 3 | .click((e) => { 4 | e.preventDefault() 5 | 6 | $('#dictionary') 7 | .load('a.html'); 8 | }); 9 | 10 | $('#letter-b a') 11 | .click((e) => { 12 | e.preventDefault(); 13 | 14 | $.getJSON('b.json'); 15 | }); 16 | }); 17 | -------------------------------------------------------------------------------- /Chapter06/listings/6.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#letter-a a') 3 | .click((e) => { 4 | e.preventDefault() 5 | 6 | $('#dictionary') 7 | .load('a.html'); 8 | }); 9 | 10 | $('#letter-b a') 11 | .click((e) => { 12 | e.preventDefault(); 13 | $.getJSON('b.json', (data) => {}); 14 | }); 15 | }); 16 | -------------------------------------------------------------------------------- /Chapter06/listings/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter06/listings/Icon_ -------------------------------------------------------------------------------- /Chapter06/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "06", 3 | "version": "1.0.0", 4 | "description": "This directory contains files related to Chapter 6 of Learning jQuery, Fourth Edition. Included are the following:", 5 | "main": "06.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1", 8 | "start": "node server.js" 9 | }, 10 | "author": "Adam Boduch", 11 | "license": "ISC", 12 | "dependencies": { 13 | "body-parser": "^1.16.0", 14 | "express": "^4.14.0" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Chapter07/07.js: -------------------------------------------------------------------------------- 1 | // This is the custom JavaScript file referenced by index.html. You will notice 2 | // that this file is currently empty. By adding code to this empty file and 3 | // then viewing index.html in a browser, you can experiment with the example 4 | // page or follow along with the examples in the book. 5 | // 6 | // See README.txt for more information. -------------------------------------------------------------------------------- /Chapter07/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/Icon_ -------------------------------------------------------------------------------- /Chapter07/booklist.css: -------------------------------------------------------------------------------- 1 | .ui-content img { 2 | display: block; 3 | width: 300px; 4 | height: 210px; 5 | } 6 | .ui-content .title { 7 | padding: 10px; 8 | margin: 0; 9 | width: 280px; 10 | font-weight: bold; 11 | /* font-size: 18px;*/ 12 | background-color: #000; 13 | color: #fff; 14 | text-shadow: none; 15 | } 16 | .ui-content .author { 17 | padding: 10px; 18 | margin: 0; 19 | width: 280px; 20 | font-weight: bold; 21 | /* font-size: 14px;*/ 22 | background-color: #F79321; 23 | color: #fff; 24 | text-shadow: none; 25 | } 26 | 27 | 28 | -------------------------------------------------------------------------------- /Chapter07/images/0042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/0042.jpg -------------------------------------------------------------------------------- /Chapter07/images/2244.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/2244.jpg -------------------------------------------------------------------------------- /Chapter07/images/2505.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/2505.jpg -------------------------------------------------------------------------------- /Chapter07/images/3302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/3302.jpg -------------------------------------------------------------------------------- /Chapter07/images/3811.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/3811.jpg -------------------------------------------------------------------------------- /Chapter07/images/6163.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/6163.jpg -------------------------------------------------------------------------------- /Chapter07/images/6705.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/6705.jpg -------------------------------------------------------------------------------- /Chapter07/images/9720.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/9720.jpg -------------------------------------------------------------------------------- /Chapter07/images/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/Icon_ -------------------------------------------------------------------------------- /Chapter07/images/drupal-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/drupal-7.jpg -------------------------------------------------------------------------------- /Chapter07/images/jq-game.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/jq-game.jpg -------------------------------------------------------------------------------- /Chapter07/images/jqmobile-cookbook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/jqmobile-cookbook.jpg -------------------------------------------------------------------------------- /Chapter07/images/jquery-designers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/jquery-designers.jpg -------------------------------------------------------------------------------- /Chapter07/images/jquery-hotshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/jquery-hotshot.jpg -------------------------------------------------------------------------------- /Chapter07/images/jqui-cookbook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/jqui-cookbook.jpg -------------------------------------------------------------------------------- /Chapter07/images/mobile-apps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/mobile-apps.jpg -------------------------------------------------------------------------------- /Chapter07/images/wp-mobile-apps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/images/wp-mobile-apps.jpg -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/Icon_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/Icon_ -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/ajax-loader.gif -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/action-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/action-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/action-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/action-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/alert-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/alert-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/alert-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/alert-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-d-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-d-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-d-l-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-d-l-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-d-l-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-d-l-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-d-r-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-d-r-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-d-r-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-d-r-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-d-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-d-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-l-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-l-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-l-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-l-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-r-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-r-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-r-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-r-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-u-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-u-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-u-l-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-u-l-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-u-l-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-u-l-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-u-r-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-u-r-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-u-r-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-u-r-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/arrow-u-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/arrow-u-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/audio-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/audio-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/audio-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/audio-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/back-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/back-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/back-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/back-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/bars-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/bars-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/bars-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/bars-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/bullets-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/bullets-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/bullets-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/bullets-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/calendar-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/calendar-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/calendar-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/calendar-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/camera-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/camera-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/camera-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/camera-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-d-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-d-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-d-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-d-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-l-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-l-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-l-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-l-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-r-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-r-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-r-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-r-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-u-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-u-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/carat-u-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/carat-u-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/check-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/check-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/check-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/check-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/clock-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/clock-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/clock-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/clock-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/cloud-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/cloud-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/cloud-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/cloud-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/comment-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/comment-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/comment-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/comment-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/delete-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/delete-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/delete-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/delete-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/edit-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/edit-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/edit-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/edit-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/eye-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/eye-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/eye-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/eye-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/forbidden-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/forbidden-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/forbidden-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/forbidden-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/forward-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/forward-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/forward-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/forward-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/gear-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/gear-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/gear-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/gear-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/grid-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/grid-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/grid-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/grid-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/heart-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/heart-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/heart-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/heart-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/home-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/home-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/home-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/home-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/info-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/info-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/info-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/info-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/location-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/location-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/location-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/location-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/lock-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/lock-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/lock-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/lock-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/mail-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/mail-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/mail-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/mail-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/minus-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/minus-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/minus-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/minus-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/navigation-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/navigation-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/navigation-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/navigation-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/phone-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/phone-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/phone-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/phone-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/plus-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/plus-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/plus-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/plus-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/power-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/power-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/power-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/power-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/recycle-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/recycle-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/recycle-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/recycle-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/refresh-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/refresh-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/refresh-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/refresh-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/search-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/search-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/search-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/search-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/shop-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/shop-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/shop-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/shop-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/star-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/star-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/star-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/star-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/tag-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/tag-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/tag-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/tag-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/user-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/user-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/user-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/user-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/video-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/video-black.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-png/video-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Learning-jQuery-3/2f32be7b081db6d3b0655e94b3f72c06407bc16a/Chapter07/jquery.mobile/images/icons-png/video-white.png -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/action-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/action-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/alert-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/back-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/back-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-d-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-d-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-l-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-l-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-r-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-r-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-u-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/carat-u-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/check-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/check-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/eye-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/forward-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/forward-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/heart-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/heart-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/location-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/location-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/mail-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/mail-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/minus-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/minus-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/navigation-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/navigation-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/star-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/star-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/video-black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Chapter07/jquery.mobile/images/icons-svg/video-white.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 8 | 9 | -------------------------------------------------------------------------------- /Chapter07/listings/7.0.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter07/listings/7.1.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#books').cycle(); 3 | }); 4 | -------------------------------------------------------------------------------- /Chapter07/listings/7.2.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | $('#books').cycle({ 3 | timeout: 2000, 4 | speed: 200, 5 | pause: true 6 | }); 7 | }); 8 | -------------------------------------------------------------------------------- /Chapter07/listings/7.3.js: -------------------------------------------------------------------------------- 1 | $.fn.cycle.defaults.timeout = 10000; 2 | $.fn.cycle.defaults.random = true; 3 | 4 | $(() => { 5 | $('#books').cycle({ 6 | timeout: 2000, 7 | speed: 200, 8 | pause: true 9 | }); 10 | }); 11 | -------------------------------------------------------------------------------- /Chapter07/listings/7.4.js: -------------------------------------------------------------------------------- 1 | $(() => { 2 | const $books = $('#books').cycle({ 3 | timeout: 2000, 4 | speed: 200, 5 | pause: true 6 | }); 7 | const $controls = $('
') 8 | .attr('id', 'books-controls') 9 | .insertAfter($books); 10 | 11 | $('