jquery

TwitterFacebook
Get flash to fully experience Pearltrees

Slide Elements in Different Directions » Learning jQuery - Tips, Techniques, Tutorials

http://www.learningjquery.com/2009/02/slide-elements-in-different-directions Although jQuery has a nice set of slide methods — .slideDown() , .slideUp() , and .slideToggle() — sometimes we may want to slide an element in a different direction.
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ In this tutorial we will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page. We will also be integrating some awesome animation effects.

How to Load In and Animate Content with jQuery | Nettuts+

Pub/Sub | API | Amplify - A Component Library for jQuery

http://amplifyjs.com/api/pubsub/ Usage amplify.subscribe( string topic, function callback ) amplify.subscribe( string topic, object context, function callback ) amplify.subscribe( string topic, function callback, number priority ) amplify.subscribe( string topic, object context, function callback, number priority ) Returning false from a subscription will prevent any additional subscriptions from being invoked and will cause amplify.publish to return false .
http://www.jformer.com/ jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that:

jQuery Form Framework - jFormer

http://tympanus.net/codrops/2011/02/15/overlay-like-effect/

Overlay-like Effect with jQuery | Codrops

Today we will create a slick overlay effect with jQuery that does not use an overlay.
plugin

A Plugin Development Pattern » Learning jQuery - Tips, Techniques, Tutorials

I've been developing jQuery plugins for quite a while now, and I've become rather comfortable with a particular style of plugin development for my scripts. This article is meant to share the pattern that I've found especially useful for plugin authoring. http://www.learningjquery.com/2007/10/a-plugin-development-pattern