
仙波清彦, 佐山雅弘, コリアンオールスターズ
2016/11/18 (金) 19:00 出演 @Kawasaki Jazz 2016会場 [ミューザ川崎 シンフォニーホール / CLUB CITTA'川崎 / ラゾーナ川崎プラザソル / 洗足学園音楽大学ビッグマウス / 昭和音楽大学 テアトロ・ジーリオ・ショウワ / 新百合トウェンティワンホール / ほか川崎市内各所] (神奈川県) (神奈川県)ライブ情報に戻る
かわさきジャズ2016 に参加したユーザー
// 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;
});