Mojo Talkies

There’s nothing like celebrating a special occasion in the comfort and privacy of your own hotel room. Whether it’s a birthday, anniversary, or a personal milestone, our celebration room service is designed to make your day unforgettable. From the moment you order, our team will ensure every detail is taken care of. Choose from an...

Mojo Talkies

There’s nothing like celebrating a special occasion in the comfort and privacy of your own hotel room. Whether it’s a birthday, anniversary, or a personal milestone, our celebration room service is designed to make your day unforgettable. From the moment you order, our team will ensure every detail is taken care of. Choose from an...

jQuery(document).ready(function($) { $('#save-pay-later-btn').click(function(e) { e.preventDefault(); let userEmail = $('#user_email').val(); let bookingDetails = $('#booking_details').val(); $.ajax({ type: 'POST', url: ajaxurl, // WordPress AJAX URL data: { action: 'send_booking_email', user_email: userEmail, booking_details: bookingDetails }, success: function(response) { alert(response.message); } }); }); });