« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
最高でした。まだ、中学二年でした。一人で見に行きました。先日、このとき以来のセンチュリーホールのライブに行きました。今は今の良さがありますが、やはり、ナゴヤ球場の頃が一番ではと思います。確か、最後に旅の空からを歌っていたと思います。フィールドにシートが引いてあり、そこに座って?だったかなぁ、前の女の子が録音してたのを今でも覚えてます。羨ましい…
- いいね! 1
- コメント
- 2015/11/29 (日) 16:43
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});