|
@@ -172,7 +172,7 @@ if(planCornerList.length>0){
|
|
|
var html = '';
|
|
var html = '';
|
|
|
$.each(planCornerList, function(idx, item) {
|
|
$.each(planCornerList, function(idx, item) {
|
|
|
html += '<div class="inner" id="type'+idx+'">';
|
|
html += '<div class="inner" id="type'+idx+'">';
|
|
|
- html += ' <div class="dp_listItems_wrap type'+idx+'">';
|
|
|
|
|
|
|
+ html += ' <div class="dp_listItems_wrap type1">';
|
|
|
html += ' <h2 class="dp_subtitle">'+item.cornerNm+'</h2>';
|
|
html += ' <h2 class="dp_subtitle">'+item.cornerNm+'</h2>';
|
|
|
html += ' <div class="itemsGrp">';
|
|
html += ' <div class="itemsGrp">';
|
|
|
$.each(planCornerGoodsList, function(idx2, item2) {
|
|
$.each(planCornerGoodsList, function(idx2, item2) {
|
|
@@ -346,16 +346,10 @@ $(document).ready(function(){
|
|
|
shotBody();
|
|
shotBody();
|
|
|
$("#filter").text(planCornerList[0].cornerNm);
|
|
$("#filter").text(planCornerList[0].cornerNm);
|
|
|
// 다른기획전
|
|
// 다른기획전
|
|
|
- var other_promotion_slide = new Swiper('.other_promotion_slide .swiper-container', {
|
|
|
|
|
- slidesPerView: 2,
|
|
|
|
|
- spaceBetween: 8,
|
|
|
|
|
- centerMode: true,
|
|
|
|
|
- });
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
$(window).scroll(function(){
|
|
$(window).scroll(function(){
|
|
|
var scrollTop= $(window).scrollTop();
|
|
var scrollTop= $(window).scrollTop();
|
|
|
var itemTop=$('.dp .dp_listItems_wrap.type1').offset().top;
|
|
var itemTop=$('.dp .dp_listItems_wrap.type1').offset().top;
|
|
|
- console.log(itemTop);
|
|
|
|
|
|
|
|
|
|
if (scrollTop >= itemTop){
|
|
if (scrollTop >= itemTop){
|
|
|
$('.dp .dp_listItems_wrap .items_option').addClass('fix');
|
|
$('.dp .dp_listItems_wrap .items_option').addClass('fix');
|