TOSHIKI KADOMATSU Performance Close out 2023 & Ring in The New Season
2023/12/22 (金) ~ 2023/12/28 (木)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
ライブレビュー(3件)
2023/12/28 (木) 18:00開演 @ 神戸国際会館こくさいホール(兵庫県)
ゲストさん
- いいね! 5
- コメント
- 2024/01/30 (火) 08:07
2023/12/28 (木) 18:00開演 @ 神戸国際会館こくさいホール(兵庫県)
ゲストさん
- いいね! 0
- コメント
- 2023/12/30 (土) 07:19
2023/12/23 (土) 16:30開演 @ TOKYO DOME CITY HALL(東京都)
ゲストさん
- いいね! 10
- コメント
- 2023/12/26 (火) 09:38
レビューを投稿する
// 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;
});