Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic Action jQuery Selector - reference value from Select List

B_BrockApr 21 2021

How can I reference the value of a Select List object inside of a dynamic action's jQuery selector?
The Select List object is P30_SCALE
In the jQuery Selector, I need to SHOW objects with a specific class: .emotional
If I enter ".emotional" into the jquery selector, all works as expected, however if I try to reference this value from within the P30_SCALE, I have not been successful. I've tried the following:
.&P30_SCALE.
.#P30_SCALE#

This post has been answered by fac586 on Apr 21 2021
Jump to Answer
Comments
Post Details
Added on Apr 21 2021
6 comments
5,624 views