Wijmo UI for the Web
wijappview jQuery Widget
The wijappview widget is for use in jQuery Mobile apps as a container UI with a menu to the left, and a content page to the right.
Syntax
$(function () {
    var options; // Type:  jQuery.wijmo.wijappview.options
    
    // Create a new wijappview widget
    $(".selector").wijappview(options);
    
    // Get a previously created wijappview widget instance
    var widgetInstance; // Type:  jQuery.wijmo.wijappview
    widgetInstance = $(".selector").data("wijmo-wijappview");
});
function wijappview() : any;
See Also

Reference

wijappview jQuery Widget