転勤族。1985年生・バツイチ子なし男。学生の頃に好きだったバンドやアーティスト、楽曲を、社会人になって生で聴くのが生き甲斐です。ここ最近のライブ参戦はどこか「チケ代を聴きたい曲に賭ける!」といったギャルブルのような気持ちで参戦しています。聴きたかった楽曲を生でやってくれた時の興奮を糧に生きてます ︎。(そのライブの帰りに飲む酒が美味いんだなぁ〜)
// 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;
});