Adress: |
696 High Rd Leytonstone, E11 3AJ, London |
Phone: |
+44 20 8539 0958
|
Website: |
Go to site |
E-Mail: |
hugo291620@yahoo.com'>hugo291620@yahoo.com
Find Us
// Get the form.
var form = $('#reservationform');
// Get the messages div.
var formMessages = $('.form-message');
// Set up an event listener for the contact form.
$(form).submit(function(e) {
// Stop the browser from submitting the form.
e.preventDefault();
// Serialize the form data.
var formData = $(form).serialize();
// Submit the form using AJAX.
$.ajax({
type: 'POST',
url: $(form).attr('action'),
data: formData
})
.done(function(response) {
var result = JSON.parse(response);
// Make sure that the formMessages div has the 'success' class.
if(result.code==200){
if($(formMessages).hasClass('error')){
$(formMessages).removeClass('error')
}
$(formMessages).addClass('success');
}else{
if($(formMessages).hasClass('success')){
$(formMessages).removeClass('success')
}
$(formMessages).addClass('error');
}
// Set the message text.
$(formMessages).text(result.msg);
// Clear the form.
$('#reservationform input,#reservationform textarea').val('');
setTimeout(()=>{window.location.reload(true);},2000);
})
.fail(function(data) {
// Make sure that the formMessages div has the 'error' class.
$(formMessages).removeClass('success');
$(formMessages).addClass('error');
// Set the message text.
if (data.responseText !== '') {
$(formMessages).text(data.responseText);
} else {
$(formMessages).text('Oops! An error occured and your message could not be sent.');
}
});
});
|
Social networks: |
|
Work time: |
Monday:10am-10:30pm Tuesday:10am-10:30pm Wednesday:10am-10:30pm Thursday:10am-10:30pm Friday:10am-10:30pm Saturday:10am-10:30pm Sunday:10am-10:30pm |
About River Kwai Thai Massage London
|
River Kwai Thai Massage London, is located in 696 High Rd Leytonstone, London, E11 3AJ, UK River Kwai Thai Massage London – Home – Thai massage in Wanstead
Welcome to River Kwai Thai Massage London in Wanstead.
We possess the hidden knowledge of traditional Thai massage and we will give you wonderful soothing relieves both in the body and soul when you pay us a visit. Our expertly qualified masseurs from Thailand would give you the most relieving Thai massage in a Thai-oriented setting.
We also offer a wide range of massages from deep tissue to swedish massages and couples to relaxation massages. Our mission is to provide an oasis of relaxation where modern life's stresses and tensions melt away, leaving you revitalized in both body and spirit.
At River Kwai Thai Massage London, immerse yourself in the rich traditions of Thai massage for a transformative journey towards wellness.
|
How to get to River Kwai Thai Massage London?
",
"telephone": "+44 20 8539 0958",
"address": {
"@type": "PostalAddress",
"streetAddress": "696 High Rd Leytonstone",
"addressLocality": "London",
"addressRegion": "",
"postalCode": "E11 3AJ",
"addressCountry": "UK"
}
}