みりん42

みりん42

  • 0
    いいね
  • 0
    フォロワー
  • 0
    フォロー中

自分が参加した Live の Set List について,なるべく,投稿するようにします(他に投稿くださる方がいらっしゃれば,それに越したことはないのですが・・・)。ただ 投稿するだけの上に,打ち間違いや訂正も相当に多い(厄介な)人ですが,よろしくお願いします。本家 → http://d.hatena.ne.jp/phyocc/

loading

バナー
// 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; });