表示順:

2014/03/16 (日)
@HAPPY JACK 2014会場 [熊本DRUM Be-9 V1 / 熊本DRUM Be-9 V2 / 熊本DRUM Be-9 V3 / 熊本Django / ぺいあのPLUS] (熊本県)[出演] FLiP
レビュー:--件
ロックポップスオルタナティブ/パンク


2014/03/15 (土)
@天神Queblick (福岡県)[出演] FLiP
レビュー:--件
ロックポップス

2014/02/23 (日)
@新宿LOFT (東京都)[出演] FLiP
レビュー:--件
ロック

2014/01/05 (日)
@桜坂セントラル (沖縄県)[出演] FLiP
レビュー:--件
ロックポップス

2013/11/10 (日) 18:00
@SHIBUYA-AX (東京都)[出演] FLiP
レビュー:--件
ロック
// 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;
});