Monthly Archives: November 2011

Sort Your Data Using Javascript

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 [...]
Posted in Javascript | Leave a comment