Jim on October 26th, 2009




If you ever tried to do some animation of tables or table rows with jQuery you will have found that this is not an easy task. The primary reason of animation ?not working? in jQuery for these kind of objects is that these elements are not block-level elements. I have come up with one solution to aimate tables using jQuery.

Continue reading about Table animations in jQuery

Jim on October 26th, 2009




jTPS is a datatable jQuery plugin that offers pagination, animated scrolling through pages and intelligent natural sorting capability.

Continue reading about Animated Sortable Data Table jQuery plugin – jTPS

Jim on October 26th, 2009




This plugin loads a CVS file (e.g. created using Excel) and creates a table with the contents in that CVS file.

Continue reading about csv2table jQuery Plugin

Jim on October 26th, 2009




HeatColor is a plugin that allows you to assign colors to elements, based on a value derived from that element. The derived value is compared to a range of values, either determined automatically or passed in, and the element is assigned a “heat” color based on its derived value s position within the range.

Continue reading about HeatColor jQuery Plugin

Jim on October 26th, 2009




A jQuery plugin that makes the header of a table floating if the original header isn?t visible due to scrolling. The plugin will automatically choose the thead tag as the header for a table. If thead isn?t found it will search for rows marked with the class ?floating?. The behavior can be changed by setting the option forceClass to true.

Continue reading about Floating header plugin