Wijmo UI for the Web
add Method
wijmo.carousel Namespace > wijcarousel type : add Method
The node content or innerHTML.
Specified the postion to insert at.
Add a custom item with specified index.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var ui; // Type:  undefined
    var index; // Type:  number
    
    returnsValue = $(".selector").wijcarousel("add", ui, index);
});
function add( 
   ui : undefined,
   index : number
) : any;

Parameters

ui
The node content or innerHTML.
index
Specified the postion to insert at.
See Also

Reference

wijcarousel type
wijcarousel jQuery Widget