DAWN in BUDOKAN
2017/10/18 (水) ~ 2017/10/18 (水)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2017/10/18 (水) | 19:00 | DAWN in BUDOKAN 日本武道館 (東京都) 出演:AK-69, UVERworld, 清木場俊介, 般若, 2WIN, CITY-ACE, HIDE春, ZEEBRA, G.CUE, NORIKIYO, DJ TY-KOH, KOWICHI, SOCKS, DOBERMAN INFINITY |
0
7 | セットリストレビュー |
ライブレビュー(1件)
2017/10/18 (水) 19:00開演 @ 日本武道館(東京都)
ゲストさん
- いいね! 3
- コメント
- 2017/10/19 (木) 21:44
レビューを投稿する
// 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;
});