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!

Apply static ID to nodes in APEX 5 navigation menu?

Scott WesleyAug 4 2015 — edited Aug 10 2015

In relation to this question regarding the entries on an the APEX 5 navigation menu

https://community.oracle.com/message/13233042

I'd like to know if we can apply static IDs to menu options so we can identify them with jQuery later?

For instance, if we have a count displayed, I'd like to modify it after PPR of a region so I can update the count in the menu.

apex5_menu_node.png

I've tried all the properties and the closest I can think is applying a unique font-awesome class, eg:

$('#t_TreeNav span.fa.fa-child').closest('div.a-TreeView-content').find('span.a-TreeView-badge').text()

Scott

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2015
Added on Aug 4 2015
4 comments
2,403 views