上原ひろみ
のライブレビュー (4件)
並べ替え:
2020/12/30 (水) 17:00開演 @ Blue Note TOKYO(東京都)
- いいね! 7
- コメント
- 2020/12/31 (木) 16:41
2019/12/14 (土) 17:00開演 @ すみだトリフォニーホール 大ホール(東京都)
- いいね! 6
- コメント
- 2020/10/23 (金) 09:37
2015/04/17 (金) 21:30開演 @ Blue Note TOKYO(東京都)
- いいね! 2
- コメント
- 2020/10/23 (金) 20:17
2019/12/11 (水) 19:00開演 @ 日立システムズホール仙台 シアターホール(宮城県)
- いいね! 1
- コメント
- 2019/12/12 (木) 14:53
// 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;
});