Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 4565
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 529 times
Contact:

Re: Dropdown beginner question

Unread post by kev1n »

Hi Chris,

Use nuGetValue()

Code: Select all

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

Re: Dropdown beginner question

Unread post by kev1n »

Hi Chris,

Did it work like that?
Post Reply