純烈, NiziU, wacci, 氷川きよし, Ado, Da-iCE, Mrs. GREEN APPLE, マカロニえんぴつ, BE:FIRST, SEKAI NO OWARI, 石川花, OCHA NORMA, 田中あいみ, Tani Yuuki, 三浦大知, Aimer, 男闘呼組, King Gnu, Kep1er, DA PUMP, ゆず, 石川さゆり, 天童よしみ, 松任谷由実, SEVENTEEN, 藤井香愛
2022/12/30 (金) 17:30 開演 @新国立劇場 (東京都)ライブ情報に戻る
第64回 輝く ! 日本レコード大賞 をクリップしているユーザー
// 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;
});