開催済み,セットリスト,“ジュウ”のライブ・コンサート:5件
表示順:
2023/01/14 (土) 19:00
@Spotify O-Crest (東京都)
[出演] ジュウ
レビュー:--件
2022/12/18 (日) 20:25
@BASEMENTBAR at BAND WAGON 2022~冬~会場[下北沢BASEMENT BAR / Shimokitazawa THREE] (東京都)
[出演] ジュウ
レビュー:--件
2022/11/13 (日)
@TOKIO TOKYO (東京都)
[出演] ジュウ
レビュー:--件
2022/08/27 (土)
@下北沢Shangri-La (東京都)
[出演] ジュウ
レビュー:--件
2022/04/01 (金) 18:30
@下北沢BASEMENT BAR (東京都)
[出演] ジュウ, ユレニワ, 東京少年倶楽部, mogari after euphoria
レビュー:--件
ロック
// 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;
});