Wijmo UI for the Web
remove Method
wijmo.gallery Namespace > wijgallery type : remove Method
Specified which item should be removed.
Removes the item at specified index. The parameter is the index of item to add , If no index specified the last item will be removed.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijgallery("remove", index);
});
function remove( 
   index : number
) : any;

Parameters

index
Specified which item should be removed.
Example
$("#element").wijgallery("remove", index);
See Also

Reference

wijgallery type
wijgallery jQuery Widget