
JUJU
2017/05/25 (木) 18:30 開演 @大阪城ホール (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (2/2) |次へ »
ゲストさんのレビュー
セトリにメドレーを取り入れていたりと工夫されてたために、カバーと持ち歌の曲がそれぞれに多く聴けて、満足度がとても高い選曲でした。今後も各地方に縁のある曲をそれぞれの地方で歌っていくのかな?とにかくちゃんと特別感を感じられるLIVEでした!アンコールも大満足です!
また大阪で会える日まで~!
- いいね! 14
- コメント
- 2017/05/25 (木) 23:53
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/2) |次へ »
// 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;
});