I would like to know if there is a jQuery event that I can use to determine when a particular DIV's "Top" property has changed.
For instance, I have invisible content above a DIV. When that content becomes visible the DIV is shifted down. I would like to capture that event and then use the offset() function to get the X/Y coordinates.
Thanks!!