回答編集履歴
1
chousei
test
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
$(function(){
|
18
18
|
|
19
|
-
changeImgSrc($('img').eq($.cookie('imgIndex')));
|
19
|
+
if($.cookie('imgIndex')) changeImgSrc($('img').eq($.cookie('imgIndex')));
|
20
20
|
|
21
21
|
$('a').on('click',function(e){
|
22
22
|
|