如题,其实在官网有demo
http://demos.jquerymobile.com/1.4.3/panel-external/
但是没找到哪里是关键的源代码
I also encountered this problem. I think it should be $("body>[data-role='panel']").panel(); but the css effect is gone...
$("body>[data-role='panel']").panel();
I also encountered this problem.
I think it should be
$("body>[data-role='panel']").panel();
but the css effect is gone...