Wijmo UI for the Web
show Method
wijmo.gallery Namespace > wijgallery type : show Method
The zero-based index of the picture to show.
Shows the picture at the specified index.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijgallery("show", index);
});
function show( 
   index : number
) : any;

Parameters

index
The zero-based index of the picture to show.
Example
$("#element").wijgallery("show", 1);
See Also

Reference

wijgallery type
wijgallery jQuery Widget