jQuery Watch.js

A jQuery plugin for watching CSS property or element attribute changes.

jQuery Observer

Observer is a jQuery plugin designed to provide callbacks on changes in forms.

jQuery.channel – smart pub/sub

jQuery.channel is a complete pub/sub implementation build on top of jQuery.Callbacks. It preserves the jQuery-chain! $(‘div’).channel(‘subscribe’ … ) and you can use regular expressions (containing*) as wildcards begining on the starting position within the string. So it’s possible to subscribe to multiple channels with just one call: $.channel(‘subscribe’,’CHANNEL/SUB.*’,myFunction)

jQuery Observe

Observe is a jQuery plugin designed to provide callbacks on changes in forms.

Final Fire

Have you ever needed to execute some code after a number of asynchronous events or operations occur? Final Fire is a light-weight reusable plugin that helps you keep track of asynchronous events using a pub/sub methodology.

jQuery ezy

jQuery plugin which turns your site into an event driven playground!

jQuery Eye

jQuery.eye is a jQuery plugin for monitoring changes made to elements’ DOM or CSS properties as well as monitoring changes of the returned results from jQuery methods ran on a given element. When a change is detected a callback function is fired. Additionally provided are methods for pausing a watch, starting a watch, and retrieving … Continue reading