jquery

TwitterFacebook
Get flash to fully experience Pearltrees

Slide Elements in Different Directions

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

Only a few years ago, if something was animated on a website it was automatically assumed to be Flash. http://webdesignledger.com/tutorials/13-excellent-jquery-animation-techniques

13 Excellent jQuery Animation Techniques | Tutorials

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

http://amplifyjs.com/api/pubsub/ The AmplifyJS core library provides two methods ( amplify.publish and amplify.subscribe ). AmplifyJS provides methods to facilitate the Publish and Subscribe messaging pattern in your front-end application. The idea is that someone is broadcasting one or more messages (publishing) and someone else is listening to one or more messages (subscribing).
http://tympanus.net/codrops/2011/02/15/overlay-like-effect/

Overlay-like Effect with jQuery

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

A Plugin Development Pattern

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