상품상세 정보에 하단 고정 메뉴 추가

This commit is contained in:
chicpro
2013-10-22 16:23:30 +09:00
parent 61fc9655ad
commit 818672b4d7
6 changed files with 187 additions and 202 deletions

View File

@ -4,6 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo G5_MSHOP_SKIN_URL; ?>/style.css">
<script src="<?php echo G5_JS_URL; ?>/jquery.touchSwipe.min.js"></script>
<script src="<?php echo G5_JS_URL; ?>/jquery.nicescroll.min.js"></script>
<script src="<?php echo G5_JS_URL; ?>/jquery.fancyalert.js"></script>
<form name="fitem" action="<?php echo $action_url; ?>" method="post" onsubmit="return fitem_submit(this);">
@ -376,7 +377,7 @@ $(function(){
return false;
},
threshold: 50,
threshold: 100,
excludedElements:".noSwipe",
allowPageScroll:"vertical"
};