Todd Menier schrieb: > Thanks. Here's what I ended up doing, if anyone's curious. It would be > slick if there were some event that gets fired when an element is moved > to a different location in the DOM tree so I wouldn't have to keep track > of that (there are a few places in my "real" code where that could > happen), but this will have to do.
Such events actually exist in the DOM Level 2 Events Spec: DOMNodeInserted, DOMNodeRemoved Would be interesting to know which browsers already suppport that and if there's a way to make it work in IE... never used them so far. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
