oops, typo
This commit is contained in:
parent
587b59b273
commit
4f4a090c1b
|
@ -31,7 +31,7 @@ $('#listLeft ul li a').live("click", function() {
|
|||
|
||||
$('.thumbsDetails').live("click", function(e) {
|
||||
// alert($(this).attr("data-bigimage"));
|
||||
var bigImge = $(this).attr("data-bigimage");
|
||||
var bigImage = $(this).attr("data-bigimage");
|
||||
var $img = $('<img />').attr("src", bigImage);
|
||||
$('#lightbox, #lightBoxPanel').fadeIn(400);
|
||||
$('#lightBoxPanel').empty().append($img);
|
||||
|
|
Loading…
Reference in New Issue
Block a user