I am modifying an existing navbar in Javascript (adding/removing list items) - and the navbar is not being formatted correctly by JQM. I have seen where re-creating the navbar from scratch and calling the navbar() method on the navbar container does seem to work, but wondering if there is a less "kludgy" way to do this - if for example if all I want to do is add a list item to the navbar.
I have the same issue and your suggestion isn't feasible - my navbar items are determined at runtime from a user defined (and therefore unbounded) set.
This is a reasonable use case - surely there is a way to do it programatically?