Wijmo UI for the Web
nextBtnClass Option
wijmo.carousel.wijcarousel Namespace > options type : nextBtnClass Option

Type: wijmo.carousel.btn_class_option

Determines the class of custom previous button. Includes the following sub-options "defaultClass", "hoverClass", "disableClass".

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.carousel.btn_class_option
    returnsValue = $(".selector").wijcarousel("option", "nextBtnClass");
    
    // Set value
    var newValue; // Type:  wijmo.carousel.btn_class_option
    $(".selector").wijcarousel("option", "nextBtnClass", newValue);
        
});
var nextBtnClass : btn_class_option;
Example
$("#element").wijcarousel( { nextBtnClass: {
}});
See Also

Reference

options type
wijcarousel jQuery Widget