jQuery

FacebookTwitter
Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated. http://brandonaaron.net/code/livequery/docs

Brandon Aaron : Code : livequery

Introduction An article about animated scrolling with jQuery inspired me to make a small, customizable plugin for scrolling elements, or the window itself. http://flesler.blogspot.com/2007/10/jqueryscrollto.html

jQuery.ScrollTo

http://tutorialzine.com/2012/07/framewarp-jquery-plugin/ While working on an exciting new web app, I found that I needed a way to show certain pages in an overlay window.

FrameWarp – jQuery plugin for displaying pages in a neat overlay

stickyMojo is a contained sticky sidebar jQuery plugin brought to you by MojoTech .

stickyMojo contained fixed position sticky sidebar jquery plugin

http://mojotech.github.com/stickymojo/
http://www.erichynds.com/blog/a-jquery-ui-growl-ubuntu-notification-widget Update 7/6/2010: version 1.4.1 is out! There are about a dozen other plugins out there that do this already, except most seem to come with an enormous footprint: 10-12k of code, X-number of images, and roughly 1000 options to support every plausible use case. For other minimalists like myself out there, here's one built off the jQuery UI widget factory in approx. 110 lines of code and 100% CSS.

A jQuery UI Growl/Ubuntu-like Notification Plugin | Eric Hynds

This is the successor and port of my original jQuery MultiSelect Plugin to a jQuery UI widget. While both will actively be maintained, I highly recommend you use this version over the plugin version. It has a more robust feature set, is faster, and is much more flexible. MultiSelect turns an ordinary HTML select control into an elegant drop down list of checkboxes with themeroller support. This version inherits all the benefits from the jQuery UI widget factory that are not available in the plugin version.

jQuery UI Multiple Select Widget | Eric Hynds

http://www.erichynds.com/blog/jquery-ui-multiselect-widget
DesignWoop welcomes this guest post by Alexandre Smirnov a web designer and developer who lives and works in Cal­i­for­nia.

Tutorial: Creating A Sticky Sidebar Using jQuery

http://designwoop.com/2011/09/tutorial-creating-a-sticky-sidebar-using-jquery/

Create a jQuery Plugin For Social Networking

http://www.amberweinberg.com/create-a-jquery-plugin-for-social-networking/ So I was thinking about making a jQuery plugin for a while now, and then the opportunity to guest write here showed up, and I thought I would combine the two and write a tutorial on making a jQuery plugin! This is a plugin I actually just made, it will take a few input options that are, for the most part, your usernames to various social networking sites.
Compass DataGrid is an ajax-driven data grid that relies on server-side code for its data.

Compass Datagrid | jQuery Table | Technical Resources

http://www.compasswebpublisher.com/jquery/compass-datagrid

jQuery Grid & Data Presentation Plugins

Like the article? Be sure to subscribe to our RSS feed and follow us on Twitter to stay up on recent content. jQuery Plugins to work with Data Grid http://aext.net/2010/04/excellent-jquery-plugins-resources-for-data-presentation-and-grid-layout/
The clueTip plugin allows you to easily show a fancy tooltip when the user's mouse hovers over (or, optionally, clicks on) any element you designate in your script. If the element includes a title attribute, its text becomes the heading of the clueTip.

clueTip: A jQuery Tooltip Plugin

rcarousel development is discontinued at the moment. Maybe If I have more time and feel like it I will resume the work on the project. Anyway I encourage you to share it, fork it and whaterver you feel like.

rcarousel – continuous jQuery UI carousel

A demo of AD Gallery - Coffeescripter.com

A highly customizable gallery/showcase plugin for jQuery.

BBC style news ticker | MakeMineATriple

Wanting to create a news ticker along the lines of that used on the BBC news site , I took a look around for a handy plugin to do it, but with no success.
Managing Complexity in the UI As everyone knows, the more dependencies you have in a system, the harder maintaining that system is. Javascript is no exception- and orchestrating actions across complex user interfaces can be a nightmare if not done properly. Luckily, there’s a great pattern for orchestrating complex interaction in a disconnected way. No, it’s not the Observer pattern.

Event Pooling with jQuery Using Bind and Trigger: Managing Complex Javascript | Adventures in HttpContext