I'm guessing that once a .live() instantiation occurs it's there for good. If that's the case, is there a way to destroy it? (in particular as it pertains to a selector).

I'm debating using it in a plugin, but am wary because of what could happen with multiple instances of the plugin and maybe no ability to destroy it completely.

Thanks,
Jack

Jack Killpatrick wrote:

Hi All,

Wondering if someone knows the answer to this:

Using jQuery 1.3.2, if some items inside a div have events bound to them via .live() and then .empty() is called on the div will the events that were bound via .live() get removed? The .empty() doc says:

http://docs.jquery.com/Manipulation/empty

Note that this function starting with 1.2.2 will also remove all event handlers and internally cached data.

But something I'm working on makes me think that the .live() events are not removed. I haven't nailed it down yet.

Thanks,
Jack




Reply via email to