i have a div with many many html elements like other divs, trs, tds, tables etc
is it possible to get all the elements which have an id? i know asking $("#test") will give me the specific element with this id
but is it possible to get find("#") or something like this?!
greetz