jQuery.tinysort
I was doing some jquery (javascript) today and created a sorting function for html nodes. I tried to find a jquery function or plugin that could do it but I couldn’t find it.
I’ve been using jquery for a year or so, and since it’s just a lazy sunday afternoon out here, I thought I’d turn this snippet into a plugin. It’s a nice and small for for a first plugin.
You can download TinySort from http://plugins.jquery.com/project/TinySort, examples and explanations are here.
-edit-