jQuery.wijmo Namespace > wijgallery type : show Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijgallery(); var value; // Type: any // Parameters var index; // Type: number value = instance.show(index); |
Javascript (Specification) | |
---|---|
function show( index : number ) : any; |
$("#element").wijgallery("show", 1);