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.

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