<button data-redirect="true" data-url="http://yandex.ru">ОТПРАВИТЬ</button>
$(document).ready(function() {
$("form").submit(function() {
var $cfsubmit = $("#cfsubmit"),
cfsubmitText = $cfsubmit.text();
$cfsubmit.html('<i class="far fa-paper-plane"></i> ОТПРАВКА');
var th = $(this);
$.ajax({
type: "POST",
url: "contact-form/mail.php",
data: th.serialize()
}).done(function() {
notie.alert({
type: 1,
text: 'Отправлено! Мы свяжемся с Вами',
time: 3
});
$cfsubmit.html('<i class="far fa-envelope"></i> ОТПРАВИТЬ');
setTimeout(function() {
// Редирект обработчик
if ($(e.target).data('redirect')) {
window.location.href = button.getAttribute('data-url');
} else {
th.trigger("reset");
}
}, 1000);
});
return false;
});
});
Или только блоги с текстами поисковых запросов