(function(a){a("#contactForm, #contactFormTwo").validator().on("submit",function(f){if(f.isDefaultPrevented()){b();e(false,"Did you fill in the form properly?")}else{f.preventDefault();d()}});function d(){var i=a("#name").val();var f=a("#email").val();var h=a("#msg_subject").val();var j=a("#phone_number").val();var g=a("#message").val();a.ajax({type:"POST",url:"assets/php/form-process.php",data:"name="+i+"&email="+f+"&msg_subject="+h+"&phone_number="+j+"&message="+g,success:function(k){if(k=="success"){c()}else{b();e(false,k)}}})}function c(){a("#contactForm, #contactFormTwo")[0].reset();e(true,"Message Submitted!")}function b(){a("#contactForm, #contactFormTwo").removeClass().addClass("shake animated").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){a(this).removeClass()})}function e(h,f){if(h){var g="h4 tada animated text-success"}else{var g="h4 text-danger"}a("#msgSubmit, #msgSubmitTwo").removeClass().addClass(g).text(f)}}(jQuery));