padolsey-archive / jquery.fn

A collection of jQuery plugins
http://james.padolsey.com
The Unlicense
1.1k stars 723 forks source link

nitial cap and/or all caps (acronyms) seem to be throwing off alpha order #14

Closed michaelguild13 closed 12 years ago

michaelguild13 commented 12 years ago

Here is a fix.

return $.text([a]).toUpperCase() > $.text([b]).toUpperCase() ? inverse ? -1 : 1 : inverse ? 1 : -1;

michaelguild13 commented 12 years ago

return $.text([a]).toUpperCase() > $.text([b]).toUpperCase() ? inverse ? -1 : 1 : inverse ? 1 : -1;