|
|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="optionLable" id="ticket_type_standard_khomloy">
|
|
|
|
|
<input type="radio" value="Premium+Dinner+Exclusive Transfer+Thai Costume" id="premium_costume" data-price="369" name="ticket_type">
|
|
|
|
|
<input type="radio" value="Premium+Dinner+Exclusive Transfer+Thai Costume" disabled id="premium_costume" data-price="369" name="ticket_type">
|
|
|
|
|
<label for="premium_costume" style="font-size:18px;">
|
|
|
|
|
Premium+Thai Costume<br>+Exclusive Transfer+Dinner
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
@ -434,7 +434,7 @@
|
|
|
|
|
premium_radio.disabled = true;
|
|
|
|
|
vip_radio.disabled = false;
|
|
|
|
|
standard_radio.disabled = true;
|
|
|
|
|
costume_radio.disabled = false;
|
|
|
|
|
costume_radio.disabled = true;
|
|
|
|
|
|
|
|
|
|
vip_radio.checked = true;
|
|
|
|
|
currentTicketPrice = parseInt(vip_radio.getAttribute('data-price'));
|
|
|
|
|
|