Redirect to another page based on select list value in APEX
Redirect user to different page in APEX is tricky some times. I have tried to use button and branch to page but did not have good luck in one of…
Open FancyBox on button click event using jquery
Fancybox is very useful javascript plugin to open popup window to display more data in different page or in the same page. It is quite flexible to work with and…
Show and Hide page items depending on Select list value in APEX using jQuery
In Oracle Apex application, you can hide and show items at page rendering point very nicely using in-built Item Display Condition. But when it comes to show/hide items in the…