Wijmo UI for the Web
count Method
wijmo.gallery Namespace > wijgallery type : count Method
Returns a count of the number of items in the gallery.
Syntax
$(function () {
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgallery("count");
});
function count() : number;

Return Value

The number of items in the gallery
See Also

Reference

wijgallery type
wijgallery jQuery Widget