メンテナンスのお知らせ
2024/09/04 (水)平素はLiveFansをご利用いただき、誠にありがとうございます。
下記時間帯にメンテナンスを実施いたします。
日時:2024/9/9(月) 11:00 ~ 18:00
作業内容:設備メンテナンス作業
※メンテナンス作業時間は、前後する場合がございます。
メンテナンス中はLiveFansサイト及びスマートフォンアプリ(LiveFans、ライブへGO!)へアクセス出来ない状態になりますのでご了承ください。
お客様には大変ご迷惑をお掛けいたしますが、何卒ご理解のほどよろしくお願いいたします。
今後ともLiveFansをどうぞよろしくお願いいたします。
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});