ライブレビュー(6件)
2024/05/25 (土) 17:30開演 @ 東京ガーデンシアター(東京都)
ゲストさん
- いいね! 2
- コメント
- 2024/05/25 (土) 21:18
2019/07/27 (土) 18:00開演 @ フェニックス・プラザ 大ホール(福井県)
ゲストさん
- いいね! 1
- コメント
- 2019/07/28 (日) 07:17
2018/02/06 (火) 19:00開演 @ オリックス劇場(大阪府)
ゲストさん
- いいね! 1
- コメント
- 2018/02/06 (火) 22:55
レビューをもっと見る
レコメンド:
このアーティストを見ている人は、こんなアーティストも見ています。
ポップスR&B/ソウルエレクトロニカ/ダンス
ロックポップス
ポップス
ポップスフォーク/ニューミュージック
ポップスR&B/ソウルエレクトロニカ/ダンス
ポップスR&B/ソウル
ポップスヒップホップ/ラップエレクトロニカ/ダンス
ポップス
ポップスR&B/ソウルエレクトロニカ/ダンス
ポップスロック
ポップス
ポップス
// 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;
});