By default, after plugin initialization the first available navigation button will be selected. You can assign any button selected.
For example, if you want to choose a letter s
, you need to initialize the plugin with the next option
$('#target').monolist({
initLetter: 's'
});