Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Select all elements with the same tag

const menu_items = document.querySelectorAll('li');
 
PREVIOUS NEXT
Tagged: #Select #elements #tag
ADD COMMENT
Topic
Name
3+1 =