|
|
@@ -165,7 +165,7 @@
|
|
|
<div class="area_paymentinfo">
|
|
|
<div class="paymentinfo">
|
|
|
<div class="payinfo_blk_wrap">
|
|
|
- <a href="">
|
|
|
+ <a href="javascript:void(0);">
|
|
|
구매조건 확인 및 결제대행 서비스 약관 동의
|
|
|
<span>보기</span>
|
|
|
</a>
|
|
|
@@ -261,7 +261,19 @@ $("#btn_payment").on("click", function(){
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
-
|
|
|
+</script>
|
|
|
+<script type="text/javascript">
|
|
|
+$(document).ready( function() {
|
|
|
+ //TabWrap, TabIndex
|
|
|
+ $(document).on('click', '.tabIndex li a', function() {
|
|
|
+ var $this = $(this),
|
|
|
+ $tabList = $this.parents('ul'),
|
|
|
+ _idx = $this.closest('li').index();
|
|
|
+
|
|
|
+ $tabList.children().eq(_idx).addClass('active').siblings().removeClass('active');
|
|
|
+ $tabList.next().children().eq(_idx).addClass('active').siblings().removeClass('active');
|
|
|
+ });
|
|
|
+});
|
|
|
</script>
|
|
|
</th:block>
|
|
|
</body>
|