Wijmo UI for the Web
isPlaying Method
wijmo.lightbox Namespace > wijlightbox type : isPlaying Method
Determines whether the lightbox is currently displaying images automatically.See the play method for more information.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijlightbox("isPlaying");
});
function isPlaying() : bool;

Return Value

A value that indicate whether it is playing.
See Also

Reference

wijlightbox type
wijlightbox jQuery Widget