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!

Fire dynamic action by click on page element selected by jQuery

Phil7GMay 10 2022 — edited May 13 2022

I've got a tabs container and a checkbox on one of the tabs. The checked items in the checkbox are read from a database table just like the LOV. The user can check and uncheck items and save his edits to the database table by clicking a button that fires an dynamic action.
My Problem is: When doing changes on the checkbox and not saving them by clicking the button, the checkbox will stay like this when changing tabs, but I want it to show the data like it is in the db as soon as the tab with the checkbox is chosen.
Can I put an onclick listener on the tab element and fire a dynamic action? -->
image.pngI guess it should be possible by selecting the element by jQuery but I didn't have success with it yet :-(

This post has been answered by Louis Moreaux on May 18 2022
Jump to Answer
Comments
Post Details
Added on May 10 2022
6 comments
755 views