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