MonoList - Plugin for creating navigation by list and by pretty much everything else.

Dealing with prefixes

You can navigate by the fist letter of prefix, as by the first letter of the word after it. It can be very useful when dealing with articles in English language. If you want to do it, you need to use the following option:

$('#target').monolist({
	prefixes: ['A', 'The']
});

As you can see, you can find The Shawshank Redemption under the letter T, as under the letter S.