0.1.12 • Published 10 years ago

sortjs v0.1.12

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

sortjs.sort(array, "surname", "name", true); // perform an inplace sort like build-in Javascript method sortjs.inplace(array, "surname", "name"); // another way of doing inplace sorting

sortjs.clear() // remove added .sortjs method from Array and Object prototypes

sortjs.improve(true); // add .sortjs method to prototypes performing inplace sorting for arrays array.sortjs("surname", "name"); sortjs.clear();

array.isortjs("surname", "name"); // another way of doing inplace sorting

0.1.12

10 years ago

0.1.11

10 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.1

11 years ago