jQuery-ListNav
jQuery-ListNav copied to clipboard
This plugin makes it easy for a web developer or designer to add a slick "letter-based" navigation bar to what would otherwise be an ordinary list of things. Clicking a letter quicky filters the list...
The list of possible initial letters is hardcoded in line 21: ``` var letters = ['_', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',...
Fixes #7 "Only Latin alphabet". Form a list of first letters dynamically, so that list navigation works not for Latin alphabet only.
In a scenario where we do not have any matching entries for letter 'N', it still shows 1 item and takes the class as "ln-n". It takes the first letter...
https://github.com/esteinborn/jquery-listnav
Use jQuery native methods to set the letter count top by adding this $letterCount.css({ top: $('.a').position().top - $('.ln-letter-count').outerHeight() }); // note: don't set top based on '.all': it might not...
Has anyone gotten this to work with an ng-repeated li in Angular? This is what we tried but no luck: .directive('ngAlphaListNav', function() { return { restrict: 'A', link: function(scope, element,...
Seems like if I had configured a prefix so that "The Willows Journal" shows under W, then when I look at All, I expect that it would prefer to show...
Hi there, Any chance this can be added to the bower.io repository? Thx!!