ももいろクローバーZ
2019/04/20 (土) @宮野運動公園 (富山県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ももクロ春の一大事in黒部Day1は会場で色々と生じていた問題に随時運営さんが対応していたなぁという印象です。(クローク、トイレ、物販待機列、入場待機列、整理番号での呼び出し、入場までの導線、女性限定エリア、小さいお子さん連れの方etc…)結果、15分遅れでの開演でした。
- いいね! 5
- コメント
- 2019/04/23 (火) 10:02
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});