jQuery ListNav Plugin

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

Demo 2

Override defaults and binding to multiple lists

$('.demoTwo').listnav({
    includeAll: false,
    noMatchText: 'There are no matching entries.'
});

A jQuery class selector is used to bind to two lists. The includeAll default option is overridden, which causes the ALL link to be hidden and the first letter with matches to get pre-selected. The noMatchText default is overridden, providing a custom message for letters with no matching results.