jQuery is a Javascript library that takes this motto to heart: Writing Javascript code should be fun. jQuery acheives this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.
As...
Provides for the styling of checkboxes that degrades nicely when javascript is dsiabled. Use native jQuery selectors to target specific (or all) checkboxes that you wish to style. Doesn’t work with labels and the “for” attribute....
This page demontrates a Web Spin-Button control using only a textbox.
A Slider control is also possible using the same principle (work in progress).
There’s also a Plugin to provide more query :selectors for JQuery’s XPath-like syntax.
JQuery...
jQuery Flickr plug-in is a JavaScript interface for Flickr Services API written on top of the jQuery library. It’s function is to process a Flickr API Standard Photo List returned in JSON and create a semantic gallery (unordered list) of thumbnail...
A jQuery plugin for controlling a list of items in horizontal or vertical order.
jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order. The items, which can be static HTML content or loaded with (or without)...
Password strength meters are becoming more and more popular amongst web services. Google uses one when creating a Google account. One can argue how useful these meters really are, but non-the-less they are fairly cool for users. So how does one go...
A jQuery-plugin that highlights whole columns in a table when hovering over them.
It’s supporting tables with colspans and rowspans, too!
If you need support for row highlighting through the plugin, please head over to the tableHover plugin page.
Available...
that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.
This AjaxFileUpload Plugin is a hacked version of Ajaxupload plugin created by yvind Saltvik, which is really good enought...
Original Code : Stefan Petre
Modifications : Matthieu Paineau
What were added / corrected :
* fixed safari bugs (freezes, etc…) <
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...