Latest Articles

Toggle Table Rows with jQuery, no plug-in required

{ 9 Comments }

ShareLast week I encountered a situation with one of our web apps that required a toggle-able table row. Essentially the existing table was populated with information from four different tables. In addition to several joins there were some nested queries, and it was killing the MySQL server.
So, I decided to pull the information [...]