Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 72358

How to get all of the element ids on the same time in javascript?

$
0
0

I want to get all the ids names on a particular page and change it base on a particular name

Is it possible?

I tried so far:

function get_all()
{
    var esther = document.getElementById(*);
    document.getElementById("bod").value = esther;
}

Viewing all articles
Browse latest Browse all 72358

Trending Articles