Sorting Ordered list using jQuery
You can easily sort your ordered or un-ordered list in the website using jQuery. I have used very simple script which sort the Ordered list alphabetically and I have also…
Add additional content or append content in jQuery accordion
Recently I have replied to an forum inquiry in Oracle APEX forum about appending accordion content from html region. Here is the original blog post – https://forums.oracle.com/forums/thread.jspa?messageID=10926257#10926257 You can append…
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…