Wijmo UI for the Web
loop Option

Default value: true

Determines whether start from the first page when reaching the end in autoplay mode.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlightbox("option", "loop");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlightbox("option", "loop", newValue);
        
});
Javascript (Specification) 
var loop : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.