I try to add a handle in the panel to toggle it,
here is the my code: http://jsfiddle.net/bjtn8/
I just want the handle display by default, use it to show or hide the panel.
So I use below code:
$("#slide-menu").panel("toggle").panel("close");
It seems doesn't work fine.
Another question is should I add a panel for each page? Thanks.
Working example: http://jsfiddle.net/Gajotres/qgDst/
You need to put panel into every page and one last thong, panel must be on a same level as content and not be a part of it.
HTML :
Javascript :
CSS :