U2
2019/12/05 (木) 19:30 開演 @さいたまスーパーアリーナ (埼玉県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/4) |次へ »
二日続けての参戦。SS二日は結構お財布に優しくない。今日は、Gloria, Desire, You're the Best Thing about Me. と結構セトリ変えてきた。語りも中村さんに触れたり結構変えてきた。昨日のHeroesやIt's only Rock'n’Roll のさわりはなし。
- いいね! 2
- コメント
- 2019/12/31 (火) 14:53
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/4) |次へ »
// 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;
});