Recently, I was looking for a plugin for jQuery which had very simple task of sort the lines of a table by a particular column. I found some, but I wanted one that was more modern, sophisticated. It was then that I found the Animated Table Sort. Unfortunately, I could not use because the plugin only exchanged the contents of each column at the right position rather than relocate the entire row, inverting all properties of element (events, styles, etc.). I then decided to put my hands dirty to create a plugin from scratch, with an other logic.

The jQuery Animate Table Sorter Plugin is a fast, lightweight and simple plugin to sort your tables with animation.

Leia o restante do post »