let rotated = false;
if ($(this).scrollTop() > $(".section_main").offset().top && !rotated) {
mob_head.style.transform = "rotate(-"+window.pageYOffset / 40 +"deg)";
rotated = true;
}element = driver.find_element_by_css_selector('[value="да"]')
element.click() $solutions = get_field('solution', get_the_ID());
foreach ($solutions as $solution): ?>
<div class="device_menu_block_elem"><a href="<?=$solution->guid?>" class="device_menu_link"><?=$solution->post_title?></a></div>
<?php endforeach;var_dump(get_field('center', get_the_ID()));foreach ( $product_attributes as $product_attribute ) :
if ($product_attribute->get_name() !== 'Дни'): ?> .spaces-gal .owl-nav {
font-size: 40px;
position: absolute;
top: -100px;
right: 50px;
}window.onload = function() {
// Ваш скрипт
};$(elem).on("DOMNodeInserted", function (event) { /* ваш код */ }); GROUP BY `from_id`
GROUP BY `from_id`, `whom_id`newValue = newValue.replace(/[^а-яА-ЯЁё\s\-]/gi, ''); // дефис не был экранирован: он - тоже спецсимвол
newValue = newValue.replace(/^[\s\-]+/g, '');
newValue = newValue.replace(/[\s\-]+$/g, '');
newValue = newValue.replace(/\s{2,}/g, ' '); // Заменялись все символы, а нужно от двух. Заменялось на пустую строку, а надо на пробел
newValue = newValue.replace(/\-{2,}/g, '-'); // И то же самое для дефисов 'Bitrix\Sender\mailing'
class MailingTable
use Bitrix\Sender\MailingTable;