nextText


Version: Pro

nextText

type: String

default: "Next"

Sets the next direction navigation text. This option only works if the showDirectionText option is set to true.

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    nextText: "Next"
});