a-nation 2024
2024/09/01 (日) ~ 2024/09/01 (日)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
| 公演日 | 開演 | 詳細 |
| 2024/09/01 (日) | 12:30 | a-nation 2024 味の素スタジアム (東京都) 出演:NCT WISH, MAZZEL, NiziU, 僕が見たかった青空, WEST., Red Velvet, 倖田來未, Da-iCE, GENERATIONS from EXILE TRIBE, TRF, 浜崎あゆみ, 東方神起 |
0
23 | セットリストレビュー |
ライブレビュー(2件)
2024/09/01 (日) 13:20出演 @ 味の素スタジアム(東京都)
ゲストさん
- いいね! 0
- コメント
- 2024/09/01 (日) 13:24
2024/09/01 (日) 13:00出演 @ 味の素スタジアム(東京都)
ゲストさん
- いいね! 1
- コメント
- 2024/09/01 (日) 13:07
レビューを投稿する
// 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;
});