表示順:
2002/08/24 (土)
@SHIBUYA-AX (東京都)
[出演] BUNGEE JUMP FESTIVAL
レビュー:--件
2002/08/21 (水)
@Zepp Sendai (宮城県)
[出演] BUNGEE JUMP FESTIVAL
レビュー:--件
2001/10/21 (日) 21:00
@BAHAMA at MINAMI WHEEL 2001会場 (大阪府)
[出演] BUNGEE JUMP FESTIVAL
レビュー:--件
2000/10/22 (日)
@BIG CAT at MINAMI WHEEL 2000会場 (大阪府)
[出演] BUNGEE JUMP FESTIVAL
レビュー:--件
1999/12/31 (金)
@渋谷CLUB QUATTRO (東京都)
[出演] BUNGEE JUMP FESTIVAL
レビュー:--件
// 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;
});