Hi , a js newbie here. I need to get all the objects whose id matches a specific pattern . How can I do it? Thanks!
|
|
Easy with jQuery
--edit-- Otherwise...
|
||||||||
|
|
|
It would be best to use a JS framework to accomplish this because they have advanced DOM selector functions that make what you want to do incredibly easy. There are many to choose from but the more popular are jQuery, Prototype, MooTools, and Dojo. |
||
|
|
|
|
Ok, here's a straight JavaScript answer:
|
||
|
|
