JAMJAM EXPRESS高速バス移動に新しい風が吹きます。
お知らせ
- 2019.9.2
- システム障害のお知らせ
- 2019.5.28
- G20サミット首脳会議に伴う交通規制による 運休決定について
- 2019.5.12
- 【予告】システムメンテナンスに伴う予約・決済の一部休止について
' + "\n";
if( pref_id ) {
document.getElementById('js_sample').innerHTML = '
';
} 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;
});
});