jQuery ListNav Plugin

Create a world of alphabetical navigation filters one list at a time!

Demo 3

Style your lists however you want!

$('#demoThree').listnav({
    initLetter: 'c',
    includeNums: false
});

The initLetter option is set to letter 'c', which forces the list to load with that letter selected.

The 0-9 number navigation item is hidden by the includeNums:false option.