写真のように 今日私が行ったのは、JQuery を使用してこの効果をシミュレートすることですソース コードは次のとおりです コードをコピーします コードは次のとおりです: script> <br><script type="text/javascript"> <br>//データはデータベースから取得したデータであると仮定します<br>var data = {"images/1_small .jpg":["images/ 1_big.jpg","下着少女","出演: ムーン・ウィング・シャン、ミシェル・チェン"],"images/2_small.jpg":["images/2_big.jpg","愛の罠","出演: キム・ジョンフン、チェリン"] ,"images/3_small.jpg":["images/3_big.jpg","ソースコード","出演: ジャスティン、クリスティーナ"]}; <br>$ (function(){ <br> $.each(data,function(key,value){ <br>var smallimg = $("<img src='" key "'>"); <BR>smallimg. attr("bigmappath",value[0]); <BR>smallimg.attr("personname",value[1]); <BR>smallimg.attr("personheight",value[2]); .mouseover(function(e){ <BR>$("#detailImg").attr("src",$(this).attr("bigmappath")); <BR>$("#detailHeight").text ($(this).attr( "personheight")); <BR>$("#detailName").text($(this).attr("personname")); <BR>$("#details") .css("top",e .pageY).css("left",e.pageX).css("display","") <BR>$("body").append (smallimg); <BR>}); <BR> 小さな写真は次のとおりです