$(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.
$(function () { var returnsValue; // Type: any // Parameters var index; // Type: number returnsValue = $(".selector").wijgallery("show", index); });
function show( index : number ) : any;
$("#element").wijgallery("show", 1);