acolangelo/jPanelMenu

SPA loads menu via ajax, mobile jpanelmenu is empty

Opened this issue · 0 comments

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...