Answers for "count all items inside 2nd ul using jquery"

0

count all items inside 2nd ul using jquery

let count = $("ul li ul").children().length;
        alert("Total Length of li in 2nd ul is" + count);
Posted by: Guest on May-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language