The Rolling Stones
2006/03/22 (水) 19:00 開演 @東京ドーム (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
東京ドーム アリーナA18 17番 ストーンズ通算7回目今だに語り草となっているチケット発券システムでした。今までのストーンズと仕切りであったウドーがが手を引き、JECインターナショナルがプロモーターになったこのツアー。チケット発売日にネットでチケット確保。その足で郵便局に走りチケット代を入金。その着金順に座席確定、とハラハラドキドキでした。しかもチケットは簡易書留にて配送。宛名は手書きでした。中の人も大変だったと思います。(後に廃業されたようです)
- いいね! 0
- コメント
- 2024/04/19 (金) 10:36
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// 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;
});