Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set value to closest input field #61

Open
ljubo2015 opened this issue May 31, 2017 · 2 comments
Open

set value to closest input field #61

ljubo2015 opened this issue May 31, 2017 · 2 comments

Comments

@ljubo2015
Copy link

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.

@pat-och
Copy link

pat-och commented Jun 1, 2017

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

@yellareddy-allcloud
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants