
MONOEYES
2017/09/26 (火) 19:00 開演 @金沢EIGHT HALL (石川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
細美さんが本当に楽しそうな笑顔で歌っていて、見ている私まで幸せな気分になれた最高の時間でした!激しさもありますが、もちろん音楽は最高!そして細美さんの話す一言一言でじんわりしたり考えさせられたり、クスッと笑えたり、Liveって本当に楽しい!と思えるステキなLiveでした♪
- いいね! 5
- コメント
- 2017/09/27 (水) 21:42
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});