Aqua Timez
2018/08/11 (土) @明治神宮外苑 軟式球場 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
今までたくさん虹を聞いてきたけど、花火とコラボは見たことなかった!迫力もあってキレイで幸せな気持ちで満たされました。時間が早いからと「決意やる?」の一言でワンコーラスだけでもサラッとやっちゃうのも素敵です。大好きな曲ばかりだったので参加して良かったなと思います。
- いいね! 2
- コメント
- 2018/08/11 (土) 23:09
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// 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;
});