how to catch objects whose style/position is changing....
hi experts, I am stuck with a problem. i am using a list of "li" elements. on some event, a particular li is changing its height & width(expanding actually). i am doing this using animation. so, problem is, while this is expanding, the other "li" elements that is leaving their place on this effects, are going away instantly, not animating, i also want them animated for which i need their references. can anyone help me on this?
Regards