<svg width="580" height="400" xmlns="http://www.w3.org/2000/svg">
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
<g>
<title>background</title>
<rect fill="#fff" id="canvas_background" height="402" width="582" y="-1" x="-1"/>
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
</g>
</g>
<g>
<title>Layer 1</title>
<rect stroke="#000" transform="rotate(21 78.74279022216778,178.80790710449222) " id="svg_1" height="652.581347" width="336.530156" y="-147.482772" x="-89.522283" stroke-width="1.5" fill="#fff"/>
<rect stroke="#fff" transform="rotate(21 475.7591552734371,275.76535034179705) " id="svg_3" height="652.581347" width="475.814017" y="-50.525341" x="237.852123" stroke-width="1.5" fill="#f4f413"/>
<rect stroke="#fff" transform="rotate(21 78.74279022216778,178.80790710449222) " id="svg_4" height="652.581347" width="336.530156" y="-147.482772" x="-89.522283" stroke-width="1.5" fill="#000"/>
</g>
</svg>
await response.text(); - используется, что бы наглядно было в консоли что все ловит и выводит.
async function ad(){
let response = await fetch('https://api.hh.ru/areas/113');
if (response.ok) { // если HTTP-статус в диапазоне 200-299
// получаем тело ответа
ajson = await response.text();
console.log(ajson);
console.log('a');
} else {
alert("Ошибка HTTP: " + response.status);
}
}
document.addEventListener("DOMContentLoaded", function(event) {
let el = document.querySelector('.s');
console.log(el.style.color);
if(el.style.color == 'red'){
el.style.color = 'blue';
}
});
$wpdb->get_results( "SELECT post_id from $wpdb->postmeta WHERE meta_key = 'id_iiko_rovara' AND meta_value = '".$add_id_iico2."' AND acf = '".$You_value."'", ARRAY_A);
$('.info').each((i, elem) => {
sports.push([$(elem).text()])
}
.DivToScroll{
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #3B3C3E;
font-size: 12px;
font-weight: bold;
left: -1px;
padding: 10px 7px 5px;
}
.DivWithScroll{
height:120px;
overflow:scroll;
overflow-x:hidden;
}