Как реализовать, чтобы данный скрипт срабатывал раз в 6 сек.?
$(function() {
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Продажи/g, "Оплаты")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/продажи/g, "оплаты")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Продажа/g, "Оплата")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/продажа/g, "оплата")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/заказа/g, "квитанции")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Заказа/g, "Квитанции")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Заказ/g, "Квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/заказ/g, "квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/балло/g, "балл.")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/товар/g, "квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Товар/g, "Квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/товара/g, "квитанции")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Товара/g, "Квитанции")
});
});
setInterval(() => {
$(function() {
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Продажи/g, "Оплаты")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/продажи/g, "оплаты")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Продажа/g, "Оплата")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/продажа/g, "оплата")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/заказа/g, "квитанции")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Заказа/g, "Квитанции")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Заказ/g, "Квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/заказ/g, "квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/балло/g, "балл.")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/товар/g, "квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Товар/g, "Квитанция")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/товара/g, "квитанции")
});
$('#transactions_filters, #transactions_cont').html(function() {
return $(this).html().replace(/Товара/g, "Квитанции")
});
});
}, 6000);
Айфон мало держит заряд, разбираемся с проблемой вместе с AppLab
Я пытаюсь поправить тесты (Google Tests), которые писал не я, и у меня есть несколько вопросов, на которые я не смог найти ответы
Только начинаю работать с std::list в Arduino (компилятор C++ 11) Нужно положить в std::list класс:
Выполняется сортировка в потокахВ любой момент из переменной last_index я могу узнать сколько отсортированных элементов уже есть