<div class="theme">
<span class="nick">Админ</span>
<a href="/news?act=view_messages&topic_id=26843&a=1638887051">Новая новость</a>
(1) [<a href="news?act=mod&subact=del_topic&section_id=67981&topic_id=26843">удл</a>][<a href="news?act=mod&subact=edit_topic&&section_id=67981&topic_id=26843">ред</a>][<a href="news?act=mod&subact=move_topic&&section_id=67981&topic_id=26843">пер</a>]
</div>
$(document).ready(() => {
const req = url => $.ajax({ url });
Promise.all([req("/news.html?act=view_topics§ion_id=67981")]).then((x) => {
$.each(x, (i, b) => $('#news').html(b), console.log("Успешное выполнение"));
})
.catch((x) => {
$('#news').html("Не удалось получить данные"), console.log("Провал выполнения");
});
});
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'ownerDocument')поискал в интернете, особо понятного решения не нашёл.
const req = (url) => $.ajax({ url: "/index.html?act=view_help§ion_id="});
Promise.all([req(url1), req(url2), req(url3)]).then((x) => {
$.each(x, (i, el) =>$('#help').html(el))
});
<div id="comm">
весь результат?