Wijmo UI for the Web
wijcarousel type
wijmo.carousel Namespace : wijcarousel type
Syntax
$(function () {
    var options; // Type:  wijmo.carousel.wijcarousel.options
     
    $(".selector").wijcarousel(options);
});
function wijcarousel;
Inheritance Hierarchy

Object
      wijmo.carousel.wijcarousel

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodAdd a custom item with specified index.  
public MethodRemoves the wijcarousel functionality completely. This returns the element to its pre-init state.  
public MethodShows the next picture.  
public MethodStops automatically displaying the images in order.  
public MethodStarts automatically displaying each of the images in order.  
public MethodShows the previous picture.  
public MethodRefresh the carousel layout.Reset the layout, scrolled.  
public MethodRemove the item at specified index.  
public MethodScrolls to the picture at the specified index.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.carousel Namespace