¿How get DOM elements with a regular expresion in javascript?
Posted
by Nisanio
on Stack Overflow
See other posts from Stack Overflow
or by Nisanio
Published on 2010-03-30T16:08:19Z
Indexed on
2010/03/30
16:13 UTC
Read the original article
Hit count: 746
For example, I want all the elements with an ID "hide_" + a value. This function must to return "hide_1" and "hide_30", etc, depending of the elements of the page. If Prototype can do that, awesone
© Stack Overflow or respective owner