padolsey-archive / jquery.fn

A collection of jQuery plugins

Home Page:http://james.padolsey.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sort number and size

ImenTurki opened this issue · comments

the current solution does not sort file size correctly.

Exemple :
a-100 MB
b- 2 kB
c- 50MB
d- 1 G
e- 190 KB

using sort:

d - 1G
a- 100 MB
e- 190 KB
b- 2 KB
c- 50 MB

Any one resolve this issue.