$(function () { var returnsValue; // Type: bool returnsValue = $(".selector").wijlightbox("isPlaying"); });
function isPlaying() : bool;
Return Value
A value that indicate whether it is playing.
$(function () { var returnsValue; // Type: bool returnsValue = $(".selector").wijlightbox("isPlaying"); });
function isPlaying() : bool;