
小田さくら, 牧野真莉愛, 横山玲奈, 山﨑愛生, 竹内朱莉, 笠原桃奈, 橋迫鈴, 宮本佳林, 植村あかり, 工藤由愛, 浅倉樹々, 岸本ゆめの, 谷本安美, 一岡伶奈, 清野桃々姫, 山﨑夢羽, 岡村美波
2020/08/30 (日) 13:15 開演 @日本特殊陶業市民会館 フォレストホール (愛知県)ライブ情報に戻る
Hello! Project 2020 Summer COVERS ~The Ballad~ に参加したユーザー
// 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;
});