jQuery Watch.js

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

jQuery DOM Polling Plugin

Allows you add custom events that can be precisely configured to track changes on DOM nodes (from simple form text updates to tracking anything like CSS position). These events support jQuery Event API (including event delegation!). Plays nicely with resources, monitors DOM updates, clears caches whenever necessary

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