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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Dynamic Action jQuery Selector Problem

Becky-ITFeb 21 2014 — edited Apr 1 2014

Hello,

I am running ApEx version 4.1.1 on Oracle 10.2.0.4.0 on Linux.

I am trying to mimic what is in Denes Kubicek application https://apex.oracle.com/pls/otn/f?p=31517:315:1:

for jQuery Cascading LOV Tabular.

In the tabular form the first LOV (called Type) is "f05".

I created a dynamic action:

Event: Change

Selection Type: jQuery Selector

jQuery Selector: select[name="f05"]

The first true action is an Alert which is set to fire on page load and simply says "In Dynamic Action".

When I hit the Add button a blank record appears as expected.

When I select a Type in the Type LOV the Dynamic Action is not firing.

Thinking I was using the wrong column in the Tabular form, I changed the jQuery Selector to "fxx" up to the max number of my columns and nothing worked.

I checked in Firefox and it is not firing.  What am I doing wrong?

Thanks so much,

Becky

This post has been answered by Becky-IT on Apr 1 2014
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 29 2014
Added on Feb 21 2014
27 comments
5,244 views