By Andy | Published: November 14, 2011
Introduction Javascript has basic sorting built into the language, but it also has the flexibility to do any kind of sorting you want. Read on and find out more about how you can customize your sorting tasks with Javascript. Basic sorting The Javascript array sort method performs an alphabetic sort of an array. Here are [...]
Sort Your Data Using Javascript