Archive for the 'jQuery' Category

more jQuery plugins

centerElement: positions an element at the center of the screen.
tableGroup: grouping of data in a table.
I’ve decided to release these two really basic plugins, after having them lying around for a while and not knowing what to do with them.
Maybe someone finds them useful in any way.

[ Back to top ]

new jQuery plugin: tableHover

As some browsers don’t support the :hover css class, I’ve extended the columnHover plugin to support row highlighting (and extended it a little bit in functionallity).
Take a look at the demo page and get the plugin here.

[ Back to top ]

new jQuery plugin: columnHover

For easier viewing some statistical output in a table, I needed a plugin to highlight the column which the mouse is hovering over. Searching the jQuery mailing list showed that there are others in need of something like this too. The solution to this was pretty simple but sadly works only on tables without colspans.
In […]

[ Back to top ]

columnManager update -> 0.2.0

An update again. This time jumping up to version 0.2.0, as (thanks to Matt Kruse and his table library) rowspans and colspans are supported now!
Details here

[ Back to top ]

columnManager update -> 0.1.4

Added an option to define a custom callback function. See example seven on the demo page.
Download here.

[ Back to top ]

columnManager update -> 0.1.3

Introducing the new fresh and shiny demo and example page, I’ve made a update to the plugin too because of a little bug I found.
Details here.

[ Back to top ]

new jQuery plugin - columnManager

Following this post, I’ve created a plugin to collapse whole columns in a table. Additionally it can remember the visibility state for the next visit using a cookie.
You’ll find it here.
Documentation and examples can be found inside the source code. They will be eventually added to the plugin page, too.

[ Back to top ]

clickMenu update -> 0.1.4

A -bugfix only- release again.
The plugin’s got an own page now. See here.

[ Back to top ]

new jQuery plugin (idea only)

A plugin to show/hide specific columns on a table.
On a project I have some tables with a lot of columns. I want the possibility to select which columns are displayed and which are not - as some of the users dont want to see all of them.
I haven’t found anything suitable yet, so I probably […]

[ Back to top ]

clickMenu update (again) -> 0.1.3

This is a bug fix only release. Mainly resolving some display issues the Internet Explorer had.
Thanks for pointing them out and suggesting remedies! Please keep them coming.
Demo
Files: (new version here)

jquery.clickmenu.js (14kb)
jquery.clickmenu.pack.js (5kb)
clickmenu.css (2kb - it won’t work without this)

I’m keeping the links to the old files for archiving purposes. They’re still getting downloaded […]

[ Back to top ]