const form = document.getElementsByName("calc")[0],
callback = function(e){
e.preventDefault();
fetch('../php/action.php').then(function(response){
let calc = response.text(); // response.json(); response.formData(); response.blob(); response.arrayBuffer();
console.log(calc);
form.getElementsByName('answer')[0].value = calc;
})
.then(function(data){
console.log(data);
});
return !1;
};
form.addEventListener("submit", callback, false);
load(href "#post")
load(href + "#post")
$(document).on('click', '#container .paginate a', function(e){
e.preventDefault();
// Получаем ссылку
let href = this.href;
// загружаем
$("#container").append($("<div></div>").load(href));
return !1;
});
height
не равен auto
, а равен числуchild.style.height = document.defaultView.getComputedStyle(document.querySelector(".list-host_container_child-child"), null)["height"];
метод vk api get.wall не отдает записи пользователей в группе с открытой стеной
api.powerbi.com
? Если есть - размещайте шрифт в нужной папке.design/furniture_v1/css/style.css?v=1622008024979
на сайте нормально отображается только svg с именем logo, если даже самому файлу логотипа задать другое имя, то оно тоже перестанет отображаться. С чем это свянано?