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

set value to closest input field

Open ljubo2015 opened this issue 7 years ago • 2 comments

Hello, just to let you know this is not issue instead a question :) I have 1 dropdown and on change event that is triggered if for example value Filter is selected i need to change value of text field to it to some extension name. I am using jquery .on and i am able to do this for one row, but when i extend (add more rows) i am not able to determine input field of that selected row. Could you please help me with this, thanks in advance.

ljubo2015 avatar May 31 '17 11:05 ljubo2015

if your text field keep the same name or id or whatever, your script won't be able to choose the right, seems you need to find method/trick which make correspond the right select with the right field text

pat-och avatar Jun 01 '17 08:06 pat-och

i have also same problem, i need to find out particular row index if we have multiple rows, on changing of one row dropdown list, i need changes another fileds of that row.

yellareddy-allcloud avatar Nov 27 '17 06:11 yellareddy-allcloud