jquery.repeater icon indicating copy to clipboard operation
jquery.repeater copied to clipboard

nested select top level

Open AbdullahGhanem opened this issue 7 years ago • 0 comments

I've set up a two-level repeater (top level are 'a', inner level are 'b'). how can select top level by id like this :

<div id="a[0]">

i can select element in inner level 'b' <input name="a[0]b[1][description]" type="text">

AbdullahGhanem avatar May 12 '17 15:05 AbdullahGhanem