모바일 쇼핑몰 메인 swipe 보기 기능 추가 중

This commit is contained in:
chicpro
2013-10-11 17:42:49 +09:00
parent 7cc386d7a8
commit bf6d89c637
6 changed files with 871 additions and 6 deletions

View File

@ -73,6 +73,6 @@ if($i == 0) echo "<p class=\"sct_noitem\">등록된 상품이 없습니다.</p>\
<script>
$(function() {
$(".sct_wrap").fancyList("li.sct_li", "sct_clear");
$("ul.sct_wrap").fancyList("li.sct_li", "sct_clear");
});
</script>