表示順:
2022/06/25 (土) 20:30
@Palladium Köln (ドイツ)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2019/10/10 (木) 19:30
@梅田CLUB QUATTRO (大阪府)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2019/10/09 (水) 19:30
@TSUTAYA O-WEST (東京都)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2019/10/08 (火)
@TSUTAYA O-WEST (東京都)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2019/05/23 (木) 21:00
@Luxor Köln (ドイツ)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2013/11/10 (日)
@所沢航空記念公園 (埼玉県)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2013/11/09 (土)
@所沢航空記念公園 (埼玉県)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2013/11/07 (木) 19:00
@THE BOTTOM LINE (愛知県)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2013/11/06 (水) 19:00
@BIGCAT (大阪府)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2011/07/30 (土) 17:10
@WHITE STAGE at 苗場スキー場 (新潟県)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2010/03/07 (日)
@赤坂BLITZ (東京都)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2002/07/27 (土) 18:40
@WHITE STAGE at 苗場スキー場 (新潟県)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
2000/02/29 (火)
@渋谷CLUB QUATTRO (東京都)
[出演] The Get Up Kids
レビュー:--件
オルタナティブ/パンク
// 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;
});