Answers for "select all img whose classname starts with javascript"

-1

javascript get all elements by class starting with

document.querySelectorAll("[class^=page]")
Posted by: Guest on December-04-2020

Code answers related to "select all img whose classname starts with javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language