I believe jPanelMenu is executing before my ajax call that populates my desktop navigation, so the sidebar opens, but is empty.
is it possible to "retrigger" it to reload when my call completes? I tried calling .off() and .on() again when the call completes but that didn't do it...