Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Dropdown beginner question

Questions related to using nuBuilder Forte.
Post Reply
Chris
Posts: 3
Joined: Tue Feb 22, 2022 8:20 pm

Dropdown beginner question

Unread post 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'
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Dropdown beginner question

Unread post by kev1n »

Hi Chris,

Use nuGetValue()

Code: Select all

$(this).nuGetValue('text')
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Dropdown beginner question

Unread post by kev1n »

Hi Chris,

Did it work like that?
Post Reply