jquery单面翻页效果 $("#g1").jFlip(300,300,{background:"green",cornersTop:false}). bind("flip.jflip",function(event,index,total){ $("#l1").html("Image"+(index+1)+"of"+total); });