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

Return Value

The number of items in the gallery
Browser Compatibility
7
5
5

See Also

Reference

wijgallery type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.