Finally the plugin have some support for IE6 and 7. Read more on the current project page. I've also decided to gradually migrate the project to my Google Code project.
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.
News2012-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
After almost 100h of spare time coding I'm finished with the rewrite of Rubik's Cube Algorithms v2.0. I've basically rewritten every single line of code in the whole application. But if you ask me the result is great! And hopefully the users will appreciate it as well. The app can be found at Android Market: https://market.android.com/details?id=se.slackers.cube
Features:
F2L/PLL/OLL algorithmsAlgorithms rotationTrigger moves groupingAdd / Edit custom algorithmsPlanned features: Ad-free version4x4 and 5x5 renderersBetter trigger detection for the left handNicer layout for tablets
Today i needed a jQuery plugin that could iterate over all cells in a column of a table. Since our tables can be very large i didn't want to use the jQuery column cell selector plugin since it creates a lookup table. We won't use rowspan in the tables anyway so i made my own column iterator.
Comments