Posts

Showing posts with the label floatheader

Floating header plugin v1.4.0

Due to a very nice patch submitted by Jason Axley i've release a new version of the plugin. The changes are a lot of performance optimizations including lazy creation of the floating-clones. Look at my old post or the jQuery project page for more information about the plugin.

Floating header plugin v1.2.0

Finally I've taken the time to fix some bugs and released v1.2.0 of the floating header plugin. Take a look at my main post or the jQuery project page for more information. There are still a strange bug that i can't really reproduce locally. It only appears on my demo page, the blinking and reposition of the header on fade in/out from the bottom. If anyone have any suggestions please send them to me.

jQuery Floating Header Plugin v1.1.1

New version out which fixes a lot of problems width CSS selectors. Check out the plugin on my old post , or on jQuery.com , or at the new google code project page for all my little projects.

jQuery Floating Header Plugin v1.1.0

After many bad versions and patches on the plugin i've managed to actually test it with a bunch of browsers and i must say that it's working pretty good. There are of course still some issues on IE6, but since everyone hates that browser i don't really care. Check out the plugin on my old post , or on jQuery.com , or at the new google code project page for all my little projects.

jQuery floating header plugin 1.0.5 released

Finally i've fixed some of the bugs with the floating header plugin . I'm very proud that i've actually taken the time to fix these issues. - Great work Erik! - Thanks! The new version can be downloaded from the project page , jQuery or from the subversion repository .

jQuery floating table header plugin

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 the settings forceClass and markingClass. News 2012-08-19 This plugin is no longer maintained by me and this page will therefore not be updated anymore. 2011-01-04 1.4.0 ! Lazy loading of tables and performance optimations by Jason Axley 2010-08-02 1.3.0 ! Better ie6 support, http://plugins.jquery.com/node/16655 Fixed parameter name typo, http://plugins.jquery.com/node/16819 2010-07-08 1.2.0 ! Fixed a few bugs and added reinit and recalculate functions to the table. 2009-10-19 1.1.0 ! Better compatibility, better tested. There are still some problems with IE6 that i would like to have some help with. 2009-10-15 1.0.7 is out! With all fixes made...