0
的我怎麼會彈出一個圖片從它的股利,其寬度設置爲100%(以便它佔據了大部分屏幕)?注意:我不想使用任何插件。流行形象出DIV
我有這個至今:
<div class="container">
<img src="thumbnail_image.png" />
</div>
JQuery的:
$(document).on("click", ".container img", function(event) {
/* Get the image name. */
var src = $(this).attr('src').split('/');
var file = src[src.length - 1];
/* Load the big image into the container to replace the thumbnail. */
$(this).attr('src', 'big_images/' + file);
});
我會怎麼做呢?
你可以創建一個jQuery/JavaScript的收藏夾,支票出這個鏈接:http://cssjockey.com/tips/an-easy-way-to-create-light-box-with-jquery-css/ – radia