路線一覧JAMJAM EXPRESS ジャムジャムエクスプレス
Warning: include(jamexpgetLineData02.php): failed to open stream: No such file or directory in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/page-line.php on line 33
Warning: include(): Failed opening 'jamexpgetLineData02.php' for inclusion (include_path='.:') in /usr/home/aa11251i9f/html/wp-content/themes/isprtSP/page-line.php on line 33
';
} else {
document.getElementById('js_sample').innerHTML = '
';
}
}
function jump(){
var url = document.tariffCal.BIN.options[document.tariffCal.BIN.selectedIndex].value;
if(url != "" ){
location.href = url;
}
}
$(function(){
$("nav div.panel").hide();$(".menu").click(function(){
$(this).toggleClass("menuOpen").next().slideToggle();
});
})
$(function(){
$('.backTop').click(function () {
$('body,html').animate({
scrollTop: 0
}, 500);return false;
});
});
$(function() {
$("#tab li").click(function() {
var num = $("#tab li").index(this);
var rel = jQuery('.content_wrap').eq(num).find('iframe').attr('rel');
jQuery('.content_wrap').eq(num).find('iframe').attr('src',rel);
$(".content_wrap").addClass('disnon');
$(".content_wrap").eq(num).removeClass('disnon');
$("#tab li").removeClass('select');
$(this).addClass('select')
});
});
$(function() {
var topBtn = $('#page-top');
topBtn.hide();
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
topBtn.fadeIn();
} else {
topBtn.fadeOut();
}
});
topBtn.click(function () {
$('body,html').animate({
scrollTop: 0
}, 500);
return false;
});
});
