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

Parameters

index
The zero-based index of the picture to show.
Example
$("#id").wijlightbox('show');
Browser Compatibility
7
5
5

See Also

Reference

wijlightbox type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.