上田麗奈, 久保ユリカ, 吉岡茉祐, 大久保瑠美, 大坪由佳, 奥野香耶, 小松未可子, 山下七海, 松岡禎丞, 水瀬いのり, 田村睦心, 石上静香, 藤井ゆきよ, 逢坂良太, 金元寿子, 鈴木絵理, 長谷川芳明
2016/03/06 (日) 18:30 開演 @舞浜アンフィシアター (千葉県)ライブ情報に戻る
ガンガン GA FES. 2016 SPRING に参加したユーザー
// 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;
});