I just had to sort a list of DIVs by date with the newest date first. To add complexity to the problem the dates could be either in Atom or RSS2 format. The sorting itself is done with TinySort. A really useful little library.
Related Submissions:
- jQuery - Sorting DIVs by Date I just had to sort a list of DIVs by date with the newest date first. To add complexity to the problem the dates could...
- jQuery Feed Menus It’d be awesome to allow users to click your feed icon and be presented with a list of feeds to choose from. Hmmm, I want...
- Date Picker - jQuery plugin - Multiple calendars in the component - Allows single, multiple or range selection - Mark dates as special, weekends, special days - Easy to customize...
- JavaScript Table Sorter This JavaScript table sorting script is easy to use, fast and lightweight at only 1.7KB. It includes alternate row formatting, header class toggling, auto data...
- Rails-like Javascript Date Helpers I’m a fan of ActiveSupport::CoreExtensions::Time::Calculations. It gives you easy to use methods like beginning_of_day, end_of_day, beginning_of_week, end_of_day, etc. These methods make date handling code more...