PEDRO
のライブレビュー (6件)
並べ替え:
2024/09/26 (木) 19:00開演 @ KYOTO MUSE(京都府)
- いいね! 2
- コメント
- 2024/09/27 (金) 13:47
2021/09/01 (水) 19:00開演 @ なんばHatch(大阪府)
ゲストさん
- いいね! 0
- コメント
- 2021/09/02 (木) 01:50
2020/09/24 (木) 19:00開演 @ LINE CUBE SHIBUYA(東京都)
- いいね! 3
- コメント
- 2020/09/26 (土) 12:12
2020/09/17 (木) 20:00開演 @ 札幌PENNY LANE 24(北海道)
ゲストさん
- いいね! 7
- コメント
- 2020/09/25 (金) 23:40
2020/09/03 (木) 16:00開演 @ Diamond Hall(愛知県)
ゲストさん
- いいね! 7
- コメント
- 2020/09/24 (木) 23:08
2019/07/30 (火) @ 名古屋CLUB QUATTRO(愛知県)
- いいね! 2
- コメント
- 2019/07/30 (火) 23:06
// 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;
});