Posts Tagged ‘tinysort’

jQuery – sorting DIVs by date

Saturday, October 18th, 2008

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.... Read More