jQuery-mobile 1.3面板总是可见

问题描述:

在新的jQuery-mobile 1.3版本中,如何添加一开始始终可见的左侧面板?

In the new jQuery-mobile 1.3 version how can be added a left panel that always be visible from the start?

此面板将作为导航菜单。

This panel will be act as a navigation menu.

感谢

$(document).on('pagebeforeshow', '#index', function(){       
    $( "#mypanel" ).panel( "open");
});

这里有一个工作的jsFiddle示例: http://jsfiddle.net/Gajotres/EkbYe/

And here's a working jsFiddle example: http://jsfiddle.net/Gajotres/EkbYe/