i have some dynamic code that will make a list of divs. i want to get back a list of items to loop through that have an id with the same start of the string.
For example, i might have
<div id="table1" . . .
<div id="table2" . . .
<div id="table3" . . .
how, using jquery, can i get a list of all divs that have an id that starts with "table" ?