I found the answer. It was a bug in my code. I was calling my routine that set up the live() functions, more than once.
On Feb 3, 3:59 pm, Vik <v...@mindspring.com> wrote: > Looking into it, it looks like live() is using event binding, rather > than event delegation. Is that correct? I think some unusual things > I'm doing in my code is resulting in live() binding a function to the > same element on my page multiple times.