$('#success > .alert-danger').append($("<strong>").text("Sorry "+firstName+", it seems that my mail server is not responding. Please try again later!"));
$('#success > .alert-danger').append('</div>');
$("#success > .alert-danger").append(
$("<strong>").text(
"Sorry "+
firstName+
", it seems that my mail server is not responding. Please try again later!"
)
);
$("#success > .alert-danger").append("</div>");
//clear all fields
$('#contactForm').trigger("reset");
$("#contactForm").trigger("reset");
},
complete:function(){
setTimeout(function(){
complete:function(){
setTimeout(function(){
$this.prop("disabled",false);// Re-enable submit button when AJAX call is complete
},1000);
}
},
});
},
filter:function(){
filter:function(){
return$(this).is(":visible");
},
});
$("a[data-toggle=\"tab\"]").click(function(e){
$('a[data-toggle="tab"]').click(function(e){
e.preventDefault();
$(this).tab("show");
});
});
/*When clicking on Full hide fail/success boxes */