スキマスイッチ
2017/08/05 (土) @葛西臨海公園 汐風の広場 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
1番がスキマスイッチという事でテンションが、かなり高めになったせいなのか…。暑さにやられ人の多さにやられ、日陰エリアへと避難しました。
全体の印象としては90年~00年という感じで、懐メロというか。
あー、いい曲ばかりで楽しいな、海も近いし、トイレも並ばないし、幸せ。という印象。
ただ、運営から渡されているレジャーシート分が自分のスペースというのにみんな思い思いに場所を広げているせいで正直ぎゅーぎゅーでした。
- いいね! 3
- コメント
- 2017/10/02 (月) 23:13
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});