Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
site.ru/master.html
id
data-id
<tr id="965312" data-id="1308"></tr>
var elem = document.getElementById('965312') console.log(elem.dataset.id)
document.getElementById("965312").dataset.id;
if (window.location.href == 'site.ru/master.html'){ document.getElementById("965312").dataset.id; }
window.location.href
if (window.location.href.includes('site.ru/master.html'){ document.getElementById("965312")?.dataset.id; }
const elem = document.getElementById('965312'); elem.dataset.id // "1308"
if (window.location.href == 'site.ru/master.html'){ // делаем дела }