jQuery ListNav Plugin

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

Demo 5

Using the includeOther prefixes, and letters options

$('#demoFive').listnav({
    includeOther: true,
	letters: ['_', 'a', 'b', 'c', 'ç', 'd', 'e', 'f', 'g', 'ğ', 'h', 'i', 'ı', 'j', 'k', 'l', 'm', 'n', 'o', 'ö', 'p', 'q', 'r', 's', 'ş', 't', 'u', 'ü','v', 'w', 'x', 'y', 'z', '-']
    prefixes: ['a', 'The Complete Works of']
});

Use the includeOther option to show a [...] navigation item for access to list items that start with something other than A-Z and 0-9.

Use the prefixes option if you'd like to unlink items from their starting letter, (EX: "The Complete Works of" or "A Story About" would list under the next letter)

Use the letter option to add custom non-english characters to the list. (EX: this demo filters for Turkish characters)