스킨화 작업 3차

This commit is contained in:
chicpro
2013-09-25 18:22:10 +09:00
parent 20d1a1a992
commit 21ea906b81
18 changed files with 411 additions and 246 deletions

View File

@ -85,7 +85,7 @@ echo itemuse_page($config['cf_mobile_pages'], $page, $total_page, "./itemuse.php
<div id="sit_use_wbtn">
<a href="<?php echo $itemuse_form; ?>" class="btn02 itemuse_form" onclick="return false;">사용후기 쓰기<span class="sound_only"> 새 창</span></a>
<a href="<?php echo $itemuse_list; ?>" class="btn01 itemuse_list">더보기</a>
<a href="<?php echo $itemuse_list; ?>" id="itemuse_list" class="btn01">더보기</a>
</div>
<script>
@ -117,6 +117,11 @@ $(function(){
$("#itemuse").load($(this).attr("href"));
return false;
});
$("a#itemuse_list").on("click", function() {
opener.location.href = this.href;
self.close();
});
});
</script>
<!-- } 상품 사용후기 끝 -->