jQuery CSS Property Monitoring Plug-in updated
Posted by: Rick Strahls WebLog,
on 12 Sep 2008 |
View original | Bookmarked: 0 time(s)
A few weeks back I had talked about the need to watch properties of an object and be able to take action when certain values changed. The need for this arose out of wanting to build generic components that could 'attach' themselves to other objects. One example is a drop shadow - if I add a shadow behavior to an object I want the shadow to be pinned to that object so when that object moves I also want the shadow to move with it, or when the panel is hidden the shadow should hide with it - automatically...