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

Return Value

A value that indicate whether it is playing.
Browser Compatibility
7
5
5

See Also

Reference

wijlightbox type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.