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

Parameters

index
The zero-based index of the picture to show.
Example
$("#id").wijlightbox('show');
See Also

Reference

wijlightbox type
wijlightbox jQuery Widget