I've got a webpage that got multiple ids like "action_1", "action_2", and so on.. I'dl like to loop through all these ids with a document.getElementById('action_'+i)
but as the pages got some variants, the i index is unknown . how should i loop for all the action_x ids?