Adress: |
32 Craven Park Rd, NW10 4AB, London |
Phone: |
+44 7831 627841
|
Website: |
Go to site |
E-Mail: |
khudzib@yahoo.co.uk'>khudzib@yahoo.co.uk
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-6pm Tuesday:10am-6pm Wednesday:10am-6pm Thursday:10am-6pm Friday:10am-9pm Saturday:10am-6pm Sunday:Closed |
About B Locz
|
B Locz, is located in 32 Craven Park Rd, London, NW10 4AB, UK B Locz – Home – Hairdresser in Harlesden
Welcome to B Locz, your destination for natural hair care. We specialise in Afro and European Locs, offering services such as Loc extensions, Interlocking, Retwist, Braids, Loc weaves, and more. We are experts in restoring damaged and breaking locs, as well as providing services like Loc weaving, styling, colouring, and treatments. Whether you're looking for a retwist or to begin your loc journey, our Harlesden-based salon is here to cater to all your natural hair needs. Visit us and experience the best in loc care and styling.
|
How to get to B Locz?
",
"telephone": "+44 7831 627841",
"address": {
"@type": "PostalAddress",
"streetAddress": "32 Craven Park Rd",
"addressLocality": "London",
"addressRegion": "",
"postalCode": "NW10 4AB",
"addressCountry": "UK"
}
}