An absolutizer for block level DOM elements. It don’t modify the DOM document.
Absollutizer an IE situation that could be solved by using the prototype librarie’s absolutize method. I couldn’t find any equivilent implementation that I liked...
This plugin, applied to a number of HTML tables, provides the behaviour of resizing their columns
# This plugin, applied to n-tables of an HTML page, provides the behaviour of resizing columns by dragging the mouse or double-clicking over a “handler...
Smooth, nested drop down menus from semantic markup. Simple integration, limited flexibility – you’ll either love it or hate it.
Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project...
A clickable dropdown menu with (theoretically unlimited) submenus made out of an an unordered list. It’s behaviour is like an application menu (click to open, click to close, stays open even after hovering elsewhere).
<script type="text/javascript">$(document).ready(function()
{
$('#list').clickMenu();
});
</script>
<ul...
With Moo.flection you can easily add a Javascript/CSS based cross-browser reflection with true transparency to you images.
It’s based on the Mootools Javascript Framework.
Version number is 0.1 since it’s far from finished. A lot of options...
This jQuery plugin for a quick way of allowing table columns to be filtered by the user. It will add text box’s to the top of each column in a table, by typing into the text box’s you can narrow the number of rows in the table down to...
Adds the ability to do background-position animations to jQuery 1.2 and newer.
How to use:
$('#background').animate({backgroundPosition: '10% 250px'});
Example:
$('#background')
.click(function(){
$(this)
...
Ajax can be very intimidating if you know very little about Javascript. However, the good news about it is that AJAX is very popular and each day, more and more tools, applications, demos, tutorials and articles show up and we’re getting friendlier...
A jQuery powered accordion content script. Group contents together and reveal them on demand when the user clicks on headers. Specify whether only one content within the group should be open at any given time, style the headers depending on their...
Create a collapsible and draggable panels using javascript. Such UI elements are becoming very popular and are being used with AJAX to create awesome UI. There can be many ways of doing this. Here I will be using Dojo, which is a high quality open...