
きゃりーぱみゅぱみゅ
2017/12/23 (土) 18:30 開演 @Zepp Tokyo (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
タイムテーブル
15:00 Start
15:05 yonige
16:00 チームしゃちほこ
16:55 ROE
17:35 あいみょん
18:30 きゃりーぱみゅぱみゅ
19:30 WANIMA
きゃりーちゃん押しで参加しました。
他のグループに負けないよう盛り上げました。
「つけまつける」
「もったいないとらんど」は、
クリスマスバージョンでした。
きゃりーサンタみたいなことはありませんでした。
- いいね! 2
- コメント
- 2018/02/01 (木) 22:15
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});