|
|
|
@ -3,14 +3,14 @@
|
|
|
|
|
<div class="tmbottom">
|
|
|
|
|
<h3 style="font-size: 24px; line-height: 22px;">Chiang Mai CAD Yi Peng Festival 2023 - Secure Your Exclusive Tickets While You Can!</h3>
|
|
|
|
|
<form id='ticket_form' action="https://www.asiahighlights.com/orders/lantern_save" method="post">
|
|
|
|
|
<p style=" font-size: 22px;"><strong>Select Date</strong></p>
|
|
|
|
|
<p style=" font-size: 22px;"><strong>The Availalbe Date:</strong></p>
|
|
|
|
|
<div class="selectHotl" style="margin-bottom: 20px;">
|
|
|
|
|
<div class="optionLable">
|
|
|
|
|
<!-- <div class="optionLable">
|
|
|
|
|
<input type="radio" value="2023-11-27" id="november27th" name="ticket_date">
|
|
|
|
|
<label for="november27th">
|
|
|
|
|
November 27th, 2023
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<div class="optionLable">
|
|
|
|
|
<input type="radio" value="2023-11-28" checked id="november28th" name="ticket_date">
|
|
|
|
|
<label for="november28th">
|
|
|
|
@ -442,7 +442,7 @@
|
|
|
|
|
ticketDateNode.addEventListener('click', function (event) {
|
|
|
|
|
var currentTarget = event.currentTarget;
|
|
|
|
|
if (currentTarget.id === 'november27th') {
|
|
|
|
|
ticketTypePremium.style.display = '';
|
|
|
|
|
ticketTypePremium.style.display = 'none';
|
|
|
|
|
ticketTypeStandard.style.display = 'none';
|
|
|
|
|
vipTypePremium.style.display = 'none';
|
|
|
|
|
// standardOption.disabled = true;
|
|
|
|
@ -464,9 +464,9 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function setNovember28thTicketLeft() {
|
|
|
|
|
premiumTicketLeft.innerText = '35 left';
|
|
|
|
|
vipTicketLeft.innerText = '60 left';
|
|
|
|
|
standardTicketLeft.innerText = '50 left';
|
|
|
|
|
premiumTicketLeft.innerText = '20 left';
|
|
|
|
|
vipTicketLeft.innerText = '30 left';
|
|
|
|
|
standardTicketLeft.innerText = '60 left';
|
|
|
|
|
}
|
|
|
|
|
var plusButton = document.getElementById("plusButton");
|
|
|
|
|
var minusButton = document.getElementById("minusButton");
|
|
|
|
|