
沢田研二
2018/11/01 (木) 17:30 開演 @日本ガイシホール (愛知県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
日本ガイシ行ってきました。未だに余韻冷めず…髪を短くカットして髭もスッキリと
あ~ぁやっぱりジュリーだわ 素敵な歌声でした。
来年はもう少しヒット曲も歌ってくれるって言ってましたよ~(笑)
楽しみです(^^)
投げキッス、確かに受け取りました ︎ ︎
- いいね! 12
- コメント
- 2018/11/02 (金) 22:35
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});