w0lf42
08-12-2003, 07:18 PM
I am trying to access all div tags in side of the main one.
<div id="adultRegGroup"><div id="adultRegDef">blah</div><div id="adultRegUsername">bleh</div></div>
I can access each item one at a time, but I was wondering if there is something that will allow me to access them all at once.
<div id="adultRegGroup"><div id="adultRegDef">blah</div><div id="adultRegUsername">bleh</div></div>
I can access each item one at a time, but I was wondering if there is something that will allow me to access them all at once.