Using APEX 5.1.3 with universal theme.
I want to trigger a dynamic action whenever the user clicks on the navigation list. The event is browser click and not sure about the supporting JQuery selector for the same. The HTML code is as below.
<li id="t_TreeNav_3" class="a-TreeView-node a-TreeView-node--leaf a-TreeView-node--topLevel"><div class="a-TreeView-row is-selected is-current--top"></div><div class="a-TreeView-content is-selected is-current--top"><span class="fa fa fa-envelope-user"></span><a tabindex="0" role="treeitem" class="a-TreeView-label" href="f?p=500:400:17999802796::NO:::" aria-level="1" aria-selected="true">Orders</a></div></li>
I want the dynamic action to trigger when the user selects the Orders link from the navigation menu.
Secondly, I have other IR pages to trigger similar DA on page load and after refresh and works fine. Somehow for this IR page which is dependent on a drop down list, does not seem to trigger the DA on page load or after refresh, hence adding another event to trigger the DA.
The IR report seems to refresh when user clicks the corresponding navigation menu item. Can anyone tell me why the DA is not getting triggered with after refresh event or page load in this instance.
Also, please advise me on the JQuery selector for this above HTML snippet when user clicks Orders navigation menu item.
Thanks