こんにちは
ゲスト様
保有ポイントpt
※ポイントご利用後、利用額が反映されるまで数分かかる場合があります。
');
scriptTag.attr('type','text/javascript');
if(typeof(TVTOP) !== "undefined"){
var url = '/shopping/common/js/login_tv.js';
} else if(typeof(SALETOP) !== "undefined"){
var url = '/shopping/common/js/login_sale.js';
} else {
var url = '/shopping/common/js/login.js';
}
scriptTag.attr('src', url);
scriptTag.attr('id', 'login_src');
scriptTag.attr('charset', 'UTF-8');
$('head').append(scriptTag);
$('body').css({'margin':'0px','padding':'0px'});
$('.nav_genre__btn,#navi_wrap').on({
'mouseenter': function() {
$('#navi_wrap').addClass('active');
//カテゴリナビマウスオーバー挙動
$('.senqua_side_navi').one({
'mouseenter':function(e) {
var $menu = $(".gensen_side_navi_list");
$menu.menuAim({
activate: activateMenu,
deactivate: deactivateMenu,
exitMenu: exitMenu
});
function activateMenu(row) {
var $row = $(row),
childId = $row.data("childId"),
$child = $("#" + childId);
// Show the child
$child.css({display: "block"});
// Keep the currently activated row's highlighted look
$row.addClass("active");
$row.find('.gensen_cat_parent').addClass("active");
}
function deactivateMenu(row) {
var $row = $(row),
childId = $row.data("childId"),
$child = $("#" + childId);
// Hide the child and remove the row's highlighted look
$child.css({display:"none"});
$row.removeClass("active");
$row.find('.gensen_cat_parent').removeClass("active");
}
function exitMenu(row) {
return true;
}
}
});
},
'mouseleave': function() {
$('#navi_wrap').removeClass('active');
}
});
$('.nav_genre__btn,#navi_wrap').on('touchstart', function(){
//カテゴリナビタッチイベント挙動
$('.senqua_side_navi').on('touchstart', function(){
var $menu = $(".gensen_side_navi_list");
$menu.menuAim({
activate: activateMenu,
deactivate: deactivateMenu,
exitMenu: exitMenu
});
function activateMenu(row) {
var $row = $(row),
childId = $row.data("childId"),
$child = $("#" + childId);
// Show the child
$child.css({display: "block"});
// Keep the currently activated row's highlighted look
$row.addClass("active");
$row.find('.gensen_cat_parent').addClass("active");
}
function deactivateMenu(row) {
var $row = $(row),
childId = $row.data("childId"),
$child = $("#" + childId);
// Hide the child and remove the row's highlighted look
$child.css({display:"none"});
$row.removeClass("active");
$row.find('.gensen_cat_parent').removeClass("active");
}
function exitMenu(row) {
return true;
}
});
});
$('.hd_area .func_btn').hover(function(){
$(this).children('ul').show();
},function(){
$(this).children('ul').hide();
}
);
-->