Link to home
Start Free TrialLog in
Avatar of renisenbb
renisenbb

asked on

Javascript: Finding elements that match an id

I have a list of ids that look like :
"column1_0", "column1_1", "column1_2", etc.
I want to find all the ids that match /column1_/
Is there a way to pass the regex  windows.getElementById
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial