I'd like to sort DOM elements that has data attributes defined for rating and date. What is the best way to implement sorting on the front-end with jQuery?
Sample code can be seen on: http://jsfiddle.net/gercheq/zhqXd/
Here is the desired functionality implemented with tables: http://tablesorter.com/docs/
Thanks,