Creating Custom Index (Pro)

Creating Custom Index

Besides displaying alphanumeric index on the title bar and bullets control, you can also create your own custom index by simply set the value of the customIndex option with the array of your custom index.

The following code example shows how to create alphabets custom index:

var myEvoSlider = $("#mySlider").evoSlider({
    customIndex: ["a", "b", "c", "d", "e"]
});