the problem is more complicated with loops, but all I need is how to get value of:
input id="product_addons_0_selections_2_id"
by accessing div with Id product_addons_0_selections_template2 as ex:
<div id="product_addons_0_selections_template2">
<input type="text" id="i_dont_need_this">
<input type="text" id="product_addons_0_selections_2_id">
</div>
Thank you