並べ替え:
開催期間中のレビューを全て表示
2024/11/20 (水) 18:30開演 @ 相模女子大学グリーンホール 大ホール(神奈川県)
2023/11/21 (火) 19:00開演 @ 東京ガーデンシアター(東京都)
- いいね! 1
- コメント
- 2023/11/29 (水) 22:50
2023/11/01 (水) 19:00開演 @ Niterra日本特殊陶業市民会館 フォレストホール(愛知県)
- いいね! 4
- コメント
- 2023/11/05 (日) 21:56
2023/05/20 (土) 13:35出演 @ SEASIDE PARK at 若洲公園(東京都)
- いいね! 5
- コメント
- 2023/08/09 (水) 00:38
// 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;
});