This jQuery plugin converts a properly formatted table, having thead and tbody elements (tfoot optional), into a scrollable table. Scrollable tables are most useful when having to display lots of tubular data in a fixed space.
{ 42 comments }
Practical Real World Web Development
From the category archives:
This jQuery plugin converts a properly formatted table, having thead and tbody elements (tfoot optional), into a scrollable table. Scrollable tables are most useful when having to display lots of tubular data in a fixed space.
{ 42 comments }
I needed a jQuery img preload plugin in order to detect when an image had actually loaded. The scenario basically went as follows: I had several images and content layered on top of one another and I needed to have them all visible. The problem I ran into was that as the browser loaded the [...]
{ 16 comments }