$(document).ready(function(){
$('form#callBack_form').submit(function() {
$('form#callBack_form .error').remove();
var hasError = false;
if(!hasError) {
$('form#callBack_form li.buttons button').fadeOut('normal', function() {
$(this).parent().append('
');
});
var formInput = $(this).serialize();
$.post($(this).attr('action'),formInput, function(data){
$('form#callBack_form').slideUp("fast", function() {
$(this).before('
Thank You!
For your enquiry.
A helpful assistant will get back to you and answer any questions you may have.