Описание Орбитрек программируемый HouseFit PHB 007ELM
Электромагнитная Hi-Tech 16-уровневая система загрузки.
' + json['error']['name_field'] + '
';
}
if (json['error']['telephone_field']) {
$('#contact-telephone').addClass('error_input');
error_faq += '
' + json['error']['telephone_field'] + '
';
}
if (json['error']['comment_field']) {
error_faq += '
' + json['error']['comment_field'] + '
';
}
if (json['error']['captcha']) {
error_faq += '
' + json['error']['captcha'] + '
';
}
if (json['error']['email_field']) {
$('#contact-email').addClass('error_input');
error_faq += '
' + json['error']['email_field'] + '
';
}
if (json['error']['error_agree']) {
error_faq += '
' + json['error']['error_agree'] + '
';
}
$('body').append('

' + error_faq + '
');
chmQaTimeout_id = setTimeout(function () {
$('.ch-alert-danger').remove();
}, 7000);
}
if (json['success']) {
$('#form-question-answer input[name=\'name_field\']').val('');
$('#form-question-answer input[name=\'telephone_field\']').val('');
$('#form-question-answer input[name=\'email_field\']').val('');
$('#form-question-answer textarea[name=\'comment_field\']').val('');
$('#ch-modal-question-answer').modal('hide');
html = '
';
html += '
';
html += '
';
html += '
' + json['success'] + '
';
html += '
';
html += '
';
html += '
';
$('body').append(html);
setTimeout(function () {
$('#modal-question-answer-success').modal('show');
}, 500);
}
}
});
});