Page 1 of 1

Dropdown beginner question

Posted: Sun Mar 13, 2022 12:41 pm
by Chris
I have a dropdown and would like to access the text "onChange" not the value.
So far I haven't been able to accomplish this.
What JS function or property does solve that?

Thanks a lot and sorry for this noob question

1|'Inbound only'|
2|'Outbound only'|
3|'Roundtrip'

Re: Dropdown beginner question

Posted: Sun Mar 13, 2022 1:39 pm
by kev1n
Hi Chris,

Use nuGetValue()

Code: Select all

$(this).nuGetValue('text')

Re: Dropdown beginner question

Posted: Wed Mar 23, 2022 5:47 pm
by kev1n
Hi Chris,

Did it work like that?