Development Cycle

Binary Bits and Pieces

  • About Anthony Mills

Category: Javascript

Sorting tabular data with tableSorter

13 July 2012
Anthony Mills
No Comments

The jQuery tableSorter script is one of those indispensable scripts for a web developer, as most applications have a need to display tabular data to the user at some place in their application. The problem is displaying this data in some sort of user friendly format. The main problem is…

Read More

Changing an elements visibility with jQuery

13 July 2011
Anthony Mills
No Comments

Adjusting the visibility of element within a web page comes in handy from time to time for features like tool tips, extending content after a short excerpt etc. This technique adds greatly to the user experience of your site and has been around for a long time but the jQuery…

Read More