島津亜矢
のライブレビュー (5件)
並べ替え:
2024/09/28 (土) 17:30開演 @ 長岡市立劇場 大ホール(新潟県)
ゲストさん
- いいね! 2
- コメント
- 2024/09/29 (日) 11:48
2023/11/14 (火) 17:00開演 @ ふくやま芸術文化ホール リーデンローズ 大ホール(広島県)
ゲストさん
- いいね! 2
- コメント
- 2023/11/14 (火) 21:16
2022/01/13 (木) 16:00開演 @ 府中の森芸術劇場 どりーむホール(東京都)
ゲストさん
- いいね! 3
- コメント
- 2022/01/20 (木) 09:41
2021/09/28 (火) 18:00開演 @ ロームシアター京都 メインホール(京都府)
- いいね! 0
- コメント
- 2021/10/02 (土) 17:33
2019/11/20 (水) 18:00開演 @ 広島文化学園HBGホール(広島県)
- いいね! 5
- コメント
- 2019/11/21 (木) 01:03
// 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;
});