Wijmo UI for the Web
preview Option

Default value: false

Determines if we should preview the last and next images. loop == false , orintation == "horizontal",display == 1.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  boolean
    value = $(".selector").wijcarousel("option", "preview");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "preview", newValue);
        
});
Javascript (Specification) 
var preview : boolean;
Example
$("#element").wijcarousel( { preview: false } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.