$(function () { var options; // Type: wijmo.carousel.wijcarousel.options $(".selector").wijcarousel(options); });
function wijcarousel;
$(function () { var options; // Type: wijmo.carousel.wijcarousel.options $(".selector").wijcarousel(options); });
function wijcarousel;
Object
wijmo.carousel.wijcarousel
Name | Description | |
---|---|---|
wijcarousel Constructor |
Name | Description | |
---|---|---|
add | Add a custom item with specified index. | |
destroy | Removes the wijcarousel functionality completely. This returns the element to its pre-init state. | |
next | Shows the next picture. | |
pause | Stops automatically displaying the images in order. | |
play | Starts automatically displaying each of the images in order. | |
previous | Shows the previous picture. | |
refresh | Refresh the carousel layout.Reset the layout, scrolled. | |
remove | Remove the item at specified index. | |
scrollTo | Scrolls to the picture at the specified index. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |