');
$('#modal_callback .required input[type=\'text\']').parent().addClass('has-error');
}
if (json['success']) {
$('#modal_callback').modal('hide');
$('body').removeClass('modal-open');
$('.modal-backdrop').remove();
$('
' + json['success'] + '
').appendTo('.theme-alert');
$('.theme-alert').animate({right:'30',opacity: 1}, 500);
setTimeout(function(){$('.theme-alert').animate({right:'-400',opacity: 0}, 500)},5000);
$('#modal_callback input').val('');
$('#modal_callback textarea').val('');
}
}
});
});