<td> <center> <img alt="如何用Bootstrap實現圖片彈出放大" >" onclick="javascript:show如何用Bootstrap實現圖片彈出放大('<?php echo $v['pic_detail'];?>');" /></center> </td> <p> </p><p> <button></button> </p> <p> </p><p> </p>
實作JS:
//显示大图 function show如何用Bootstrap實現圖片彈出放大(source) { $("#ShowImage_Form").find("#img_show").html(""); $("#ShowImage_Form").modal(); }
實作效果:
【相關影片推薦:Bootstrap教學】
以上是如何用Bootstrap實現圖片彈出放大的詳細內容。更多資訊請關注PHP中文網其他相關文章!