Simple watcher() jQuery Plug-in Sample

Home | Refresh | Show/Hide Window |
This page demonstrates the watcher plug-in that can be used to observe any Css property change and cause a notification in response. In this example a drag operation is performed on the blue box and the black box that simulates a shadow is dragged along based on the notification of various Css properties includes top, left, height and width, visible etc. Notice how the shadow stays 'attached' to the blue box which is all handled via the event handler fired on change of each property.
Go ahead drag me around and close me!