今剛, 伊藤広規, 土方隆行, 岡井大二, 政野早希子, 荒木真樹彦, 西脇辰弥, アラキマキヒコ, StuartO, 浦田健志, 岡田辰夫
2013/05/09 (木) 18:30 開演 @JZ Brat SOUND OF TOKYO (東京都)ライブ情報に戻る
Guitar☆Man LIVE #004 - SMOKE ON THE WATER - をクリップしているユーザー
// 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;
});