回答編集履歴
1
修正
answer
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
$('.product-image').click(
|
8
8
|
function(){
|
9
|
-
$($(this).
|
9
|
+
$($(this).data('target')).fadeIn();
|
10
10
|
});
|
11
11
|
$('.close-modal').click(function(){
|
12
12
|
$('.img-modal-wrapper').fadeOut();
|