> I have looked into the code today and everything works fine :-). + Excellent :) If you haven't already, I recommend checking out test/delegatetest.html - I've been using that to do a bunch of this change/submit/focus/blur testing and it's been very helpful.
> Altough it is a huge hack with some complexity, the code looks slick > and straight forward. > > the only thing we could optimize would be: > a) to not use .data on checkboxes too > or > b) to remove .data on focusout > > But I don“t think it is worth doing it. Do we have reasonable > perfromance pros in time or memory here, if we remove the data async? > (and not on unload/cleandata-actions) Yeah, I think we're probably ok here, as well. The normal garbage collection that we do should be sufficient, I think. --John -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.