I have a navigation pane pinned vertically to the left of my page.
When the user clicks my “Unpin” icon, a menu icon appears, and I initialize jqxPopover for the navbar parent div, then I set its display to “none”.
I’m trying to pin the navigation pane back to its original position once the user clicks the “Pin” icon; anyway I can achieve that?