$(document).ready(function(){ $("#w_sfbox-1571015084682 .ping_2>.w_fimgbox-001:nth-child(1)>.w_imgbox>img").wrap("
"); $("#wns_p2_bg").find("img:nth-child(1)").after("imgboxbg"); $("#wns_p2_bg").find("img:nth-child(2)").after("imgboxbg"); $("#wns_p2_bg").find("img:nth-child(3)").after("imgboxbg"); //鍥剧墖杞崲鎴愯儗鏅 function SetImgCover() { $(".cc_img img").each(function() { var this_src = $(this).attr("src"); $(this).wrap("
"); $(this).css('display','none'); }); } SetImgCover(); //鍥剧墖杞崲鎴愯儗鏅 var set_o = "#wns_p2_l > div"; var set_m = "#wns_p2_bg > div"; var o_index; $(set_o).mouseenter(function() { $(this).siblings().removeClass("active"); $(this).addClass("active"); o_index = $(this).index(); $(set_m).siblings().removeClass("active"); $(set_m).eq(o_index).addClass("active"); }); });