35269447
풍선대통령 스팽글 반짝이 모자 모음 중절모 페도라 파티 마술 행사
fixed_target_top) {
fixed_target.addClass('fixed box-gradient-04').find(' > a').removeClass('box-shadow-02 box-shadow-03');
} else {
fixed_target.removeClass('fixed box-gradient-04').find(' > a').addClass('box-shadow-02 box-shadow-03');
}
});
}
$('div.layer-confirm a.close').on('click', function(e) {
e.preventDefault();
$(this).parent().hide();
});
// 화면 크기 변경
var supportsOrientationChange = "onorientationchange" in window,
orientationEvent = supportsOrientationChange ? "orientationchange" : "resize";
$(window).bind(orientationEvent, function() {
setTimeout(function() {
recent_exec();
}, ($.browser.webkit && $.browser.version < 534.46) ? 500 : 0);
});
});
function qty_plus()
{
current = parseInt($('#qty').val());
current++;
if(current >= 10) current = 10;
$('#qty').val(current);
}
function qty_minus()
{
current = parseInt($('#qty').val());
current--;
if(current < 1) current = 1;
$('#qty').val(current);
}