Hi folks,
My example markup as follows
<fieldset>
<input type="text"></input>
<input type="text"></input>
<select></select>
</fieldset>
<fieldset>
<input type="checkbox"></input>
<input type="text"></input>
<select></select>
</fieldset>
I want to collect all the child elements inside this two fieldset elements through looping, folks please help me out