![{}](https://i.scdn.co/image/ab6761610000e5eb93db4a195c102e95153eb2e5)
あいみょん
2021/07/11 (日) 17:00 開演 @宇都宮市文化会館 (栃木県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
コロナ禍で声を出して応援したり質問をすることが出来ないので、スケッチブック等にメッセージを書いている方は、MC中にあいみょんが応えてました!
2階席でも大きく書いたら読んでくれます!
あいみょんとやり取りしたい方、席が近い方はうちわやスケッチブックを用意すると読んでくれるかも?!
- いいね! 1
- コメント
- 2022/05/09 (月) 00:41
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});