キセル, 原田郁子, 大貫妙子, 曽我部恵一, 高橋幸宏, The Eight Beat Combo, UA, YO-KING, 安部勇磨, 角舘健悟, 髙城晶平, 藤原さくら, 堀込高樹
2019/10/11 (金) 18:30 開演 @恵比寿ザ・ガーデンホール (東京都)ライブ情報に戻る
<恵比寿ガーデンプレイス 25周年記念スペシャル・ウィークエンド>祝!細野晴臣 音楽活動50周年 × 恵比寿ガーデンプレイス25周年 『細野さん みんな集まりました!』 をクリップしているユーザー
// 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;
});