\31 u\24
= 1$
<div class="1$"></div>
socket.on('ten', function(msg) {
$("table").html('');
msg.data.forEach(item => $("table").append(`<tr><td>${item}</td></tr>`));
});
$('iframe').wrapAll('<div class="vieo"></div>')
window.onbeforeunload = function() {
return "Did you save your stuff?"
}
.qty_minus:hover, .qty_minus:active, .qty_minus:focus {
text-decoration: none;
}
<?php foreach ( $arResult as $key => $person ): ?>
<td>
<?php if ( $person['Q19'] == 'N' ): ?>
<label>
<input type="radio" value="<?php echo ($key+64); ?>" name="vca">
<span style="color:green">СВОБОДНО</span>
</label>
<?php else: ?>
<span style="color:grey">Не доступно</span>
<?php endif; ?>
</td>
<?php endforeach; ?>