|
|
演奏率:1% |
購入Ontario- iTunes Store
- レコチョク
- HMV&BOOKS online
- TOWER RECORDS ONLINE
- Amazon.co.jp購入する
歌詞
|
表示順:
2022/02/27 (日)
@Live House SOCRATES (京都府)[出演] LABRET
レビュー:--件
オルタナティブ/パンク
2014/08/28 (木)
@Live & Cafe BoRDER (広島県)[出演] LABRET
レビュー:--件
オルタナティブ/パンクポップス
2014/08/25 (月)
@松山SALONKITTY (愛媛県)[出演] LABRET
レビュー:--件
ロックオルタナティブ/パンク
2014/08/02 (土)
@KINGSX TOKYO (東京都)[出演] LABRET
レビュー:--件
オルタナティブ/パンク
2013/11/23 (土) 20:00
@KYOTO MUSE (京都府)[出演] LABRET
レビュー:--件
オルタナティブ/パンク
// 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;
});