Description
$(function(){ // pc端点击 start // 点击第一块 // 第一块要替换的图片的src var select_img1_src = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/1_eb082392-8162-4297-957f-2d0e243a94bd.jpg?v=1639103526”; $(“.select-imgs .select-block .select-img1”).click(function() { console.log(“点击了1”); $(“.select-imgs .fullwidth”).attr(“src”, select_img1_src); }); // 点击第二块 // 第二块要替换的图片的src var select_img2_src = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/2_17fd65ef-ef95-45b5-9b6b-14df0d5bac00.jpg?v=1639103526”; $(“.select-imgs .select-block .select-img2”).click(function() { console.log(“点击了2”); $(“.select-imgs .fullwidth”).attr(“src”, select_img2_src); }); // 点击第三块 // 第三块要替换的图片的src var select_img3_src = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/3_20c60adb-f865-4617-91a7-68bff63916a8.jpg?v=1639103526”; $(“.select-imgs .select-block .select-img3”).click(function() { console.log(“点击了3”); $(“.select-imgs .fullwidth”).attr(“src”, select_img3_src); }); // 点击第四块 // 第四块要替换的图片的src var select_img4_src = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/4_7ee61f2d-fe2f-408a-b9cf-b44cc3f3cd5d.jpg?v=1639103527”; $(“.select-imgs .select-block .select-img4”).click(function() { console.log(“点击了4”); $(“.select-imgs .fullwidth”).attr(“src”, select_img4_src); }); // pc端点击 end // 移动端点击 start // 点击第一块 // 第一块要替换的图片的src var select_img1_src_mobile = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/1_fa977156-d336-4cbf-aa18-4fbe9ef97996.jpg?v=1639103656”; $(“.select-imgs .select-block-mobile .select-img1”).click(function() { console.log(“mobile点击了1”); $(“.select-imgs .fullwidth-mobile”).attr(“src”, select_img1_src_mobile); }); // 点击第二块 // 第二块要替换的图片的src var select_img2_src_mobile = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/2_a05d25eb-ec04-4025-bd83-0b9dcdf19868.jpg?v=1639103656”; $(“.select-imgs .select-block-mobile .select-img2”).click(function() { console.log(“mobile点击了2”); $(“.select-imgs .fullwidth-mobile”).attr(“src”, select_img2_src_mobile); }); // 点击第三块 // 第三块要替换的图片的src var select_img3_src_mobile = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/3_7a959acd-f7b2-4d0f-a96d-669891e66e5d.jpg?v=1639103656”; $(“.select-imgs .select-block-mobile .select-img3”).click(function() { console.log(“mobile点击了3”); $(“.select-imgs .fullwidth-mobile”).attr(“src”, select_img3_src_mobile); }); // 点击第四块 // 第四块要替换的图片的src var select_img4_src_mobile = “https://cdn.shopify.com/s/files/1/0289/8450/8500/files/4_b5efaee7-3964-40d9-b59c-e0ad808d5f59.jpg?v=1639103656”; $(“.select-imgs .select-block-mobile .select-img4”).click(function() { console.log(“mobile点击了4”); $(“.select-imgs .fullwidth-mobile”).attr(“src”, select_img4_src_mobile); }); // 移动端点击 end });TRANSLATE with x English
| Arabic | Hebrew | Polish |
| Bulgarian | Hindi | Portuguese |
| Catalan | Hmong Daw | Romanian |
| Chinese Simplified | Hungarian | Russian |
| Chinese Traditional | Indonesian | Slovak |
| Czech | Italian | Slovenian |
| Danish | Japanese | Spanish |
| Dutch | Klingon | Swedish |
| English | Korean | Thai |
| Estonian | Latvian | Turkish |
| Finnish | Lithuanian | Ukrainian |
| French | Malay | Urdu |
| German | Maltese | Vietnamese |
| Greek | Norwegian | Welsh |
| Haitian Creole | Persian |
//
TRANSLATE with COPY THE URL BELOW
Back EMBED THE SNIPPET BELOW IN YOUR SITE
Enable collaborative features and customize widget: Bing Webmaster PortalBack//
Explore more from our collection.





Reviews
There are no reviews yet.