prevText


Version: Pro

prevText

type: String

default: "Prev"

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

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    prevText: "Prev"
});