I have div with id=”content”
The div may contain a lot of
<input id="chkboxtag1" type="checkbox" value="1"/>
Div may contain ul
tag. This ul
may also contain check boxes. The div may contain divs or ul, it may also contain checkboxes.
Is there any chance that I get values of all checked check boxes inside the div (not necessarily immediate inside the div)?