Hey! Say! JUMP LIVE TOUR 2016 DEAR.
2016/07/28 (木) ~ 2016/11/03 (木)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
ライブレビュー(11件)
2016/09/18 (日) 11:30開演 @ 北海道立総合体育センター 北海きたえーる(北海道)
- いいね! 1
- コメント
- 2019/10/31 (木) 23:32
2016/09/18 (日) 16:00開演 @ 北海道立総合体育センター 北海きたえーる(北海道)
- いいね! 2
- コメント
- 2018/01/03 (水) 23:10
2016/07/30 (土) 17:00開演 @ 大阪城ホール(大阪府)
- いいね! 2
- コメント
- 2016/07/31 (日) 10:21
レビューをもっと見る
レビューを投稿する
// 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;
});