
SCANDAL
2017/07/17 (月) 18:00 開演 @豊洲PIT (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/3) |次へ »
ゲストさんのレビュー
ZeppTokyo、甲府conviction、豊洲pitの3公演に参加しましたが、豊洲は最強に激しかったです!
リアルに三半規管高鳴りました!(笑)
Helloのマミタスのギター神ってました!
あと、右手しか上げれなかった私と手拍子一緒にしてれた緑のリストバンドしてたお兄さんありがとうございました!(爆)
- いいね! 14
- コメント
- 2017/07/19 (水) 22:22
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/3) |次へ »
// 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;
});