$(document).on('click', 'element', function () {
// .. //
});
$(document).find('element').on('click', function () {
// .. //
});
const container = document.querySelector(".container");
container.onclick = function(){
container.classList.toggle("container_color_red");
}
<?
$sSectionName="Новости";
$arDirProperties = [
'HIDE_H1' => 'Y',
];
?>
<?php
if ('Y' != $APPLICATION->GetProperty('HIDE_H1')) {
?><h1><?$APPLICATION-ShowTitle(true);?></h1><?
}