2013-07-25 4 views

답변

0

사용 navigationFormatter option :

$('#slider2').anythingSlider({ 
    // Format navigation labels with text 
    navigationFormatter : function(index, panel){ 
    return ['Recipe', 'Quote', 'Image', 'Quote #2', 'Image #2'][index - 1]; 
    } 
});