I want to go through all the elements on a page using Javascript and see if they have a property set. Is there an easy way to do this, or do I have to use a recursive solution?
You might also be able to use a selector engine such as Sizzle.
Steve