jQuery-ListMenu icon indicating copy to clipboard operation
jQuery-ListMenu copied to clipboard

This plugin allows a web developer or designer to easily convert an 'ordinary' list of HTML items into a compact, letter-based dropdown menu control that displays the list items in a fly-out menu that...

Results 1 jQuery-ListMenu issues
Sort by recently updated
recently updated
newest added

Hi, I have found how to avoid letters with diacritics to be sorted in the other category. Changing the regex for ``` if (/\P{L}/.test(firstChar)) firstChar = '-'; ``` I also...