Сообщение от DDim1000
|
а мне нужно один, конкретный проверить,
|
var ul = document.querySelectorAll("ul")[5];
var ul = document.querySelector("#test");
var ul = document.querySelector(".class");
if(ul.querySelectorAll("li").length) {}
if(document.querySelectorAll("#test li").length) {}