$('#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");
},
complete:function(){
setTimeout(function(){
$this.prop("disabled",false);// Re-enable submit button when AJAX call is complete
},1000);
}
});
},
filter:function(){
return$(this).is(":visible");
},
});
$("a[data-toggle=\"tab\"]").click(function(e){
e.preventDefault();
$(this).tab("show");
});
});
/*When clicking on Full hide fail/success boxes */