A career with Asia Leisure Hotel is a promise of exposure to excellence in hospitality. We are on the look-out for talent that shares our passion in delighting the 21st century traveller who craves the unique experiences. If you are highly intelligent, embrace innovation and thrive in diversity and teamwork, then you are what we seek. In return we offer world-class training, career development, great perks and ofcourse a fabulous work environment.
Send us your cv to careers@asialeisure.lk
$(window).load(function(){
$("#careers").bootstrapValidator({
message: "This value is not valid", excluded: [":disabled"], feedbackIcons: { valid: "glyphicon glyphicon-ok", invalid: "glyphicon glyphicon-remove", validating: "glyphicon glyphicon-refresh" }, fields: { fullname: { group: ".response-field-text", validators: { notEmpty: { message: "Name is required and cannot be empty" } } },vacancy_applied_for: { group: ".response-field-text", validators: { notEmpty: { message: "Vacancy applied for is required and cannot be empty" } } },upload_cv: { validators: { notEmpty: { message: "The file upload is required" }, file: { extension: "", /*type: "application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/rtf,application/zip",*/ message: "The selected file is not valid," } } }, }
}) .on("success.form.bv", function(e) { // Prevent form submission e.preventDefault();$(this).unbind( e ); $(".msg-status-row .alert").html("Successfully Validated! Please wait while processing your request.").removeClass("alert-danger").removeClass("alert-info").addClass("alert-success"); $(".msg-status-row .alert").slideDown(); $("#careers").submit(); return false; });
$("#resetBtn").click(function() { $("#careers").data("bootstrapValidator").resetForm(true); grecaptcha.reset(); $(".form-control").attr("value", ""); });
});