jQuery

TwitterFacebook
Get flash to fully experience Pearltrees

Customize checkboxes and radio buttons with iCheck (jQuery and Zepto) plugin

http://damirfoy.com/iCheck/#skin-square iCheck plugin works with checkboxes and radio buttons like a constructor. It wraps each input with a div , which you may customize yourself or use one of the available skins . You may also place inside that div some HTML code or text using insert option. For this HTML: <label><input type="checkbox" name="quux[1]" disabled> Foo </label><label for="baz[1]">Bar</label><input type="radio" name="quux[2]" id="baz[1]" checked><label for="baz[2]">Bar</label><input type="radio" name="quux[2]" id="baz[2]">
If you want to use an image in your responsive web design you can use fluid images .

Overflow Image with vertical centering for Responsive Web Design

http://demo.solemone.de/overflow-image-with-vertical-centering-for-responsive-web-design/
Arranging images in a montage like fashion can be a challenging task when considering certain constraints, like the window size when using fullscreen, the right image number to fill all the available space or also the size of the images in use. http://tympanus.net/codrops/2011/08/30/automatic-image-montage/

Automatic Image Montage with jQuery

Apprise - The attractive alert alternative for jQuery

The attractive alert alternative for jQuery April 15, 2011 This has been deprecated and is no longer being supported UPDATE Apprise v2 has been released! http://thrivingkings.com/read/Apprise-The-attractive-alert-alternative-for-jQuery
When working with events in Javascript, it is often easy to lose track of what events are subscribed where. This is particularly true if you are using a large number of events, which is typical in a modern interface employing progressive enhancement.

Allan Jardine | Reflections | Visual Event

http://www.sprymedia.co.uk/article/Visual+Event

Useful JavaScript and jQuery Tools, Libraries, Plugins - Smashing Magazine

Recently we’ve been receiving more requests for carefully selected, useful round-ups. http://coding.smashingmagazine.com/2011/04/07/useful-javascript-and-jquery-tools-libraries-plugins/

Making a Custom Facebook Wall with jQuery Templates

http://tutorialzine.com/2011/03/custom-facebook-wall-jquery-graph/ In this tutorial, we are going to create our own version of Facebook’s wall.
This jQuery plugin allows you to set a number of sidebar or floating boxes that follow the user down the page as they scroll. The plugin uses absolute positioning calculated from the original css and offset to either the closest positioned parent or to the document. The plugin has been tested in IE6-9 and all the other major browsers.

Sticky Sidebar jQuery plugin | Phil Parsons

http://www.profilepicture.co.uk/sticky-sidebar-jquery-plugin/
In this short tutorial, we will be creating a replacement for the default browser checkboxes in the form of a simple jQuery plugin. http://tutorialzine.com/2011/03/better-check-boxes-jquery-css/

Better Check Boxes with jQuery and CSS