brandonaaron / livequery

MIT License
477 stars 195 forks source link

expire with namespace #15

Closed brewster1134 closed 10 years ago

brewster1134 commented 11 years ago

Is it possible to expire livequery associations using jquery's event namespacing?

$('a').livequery('expire', 'click.namespace');
brandonaaron commented 10 years ago

I apologize for not getting back to you on this. I believe namespaces should have worked, since behind the scenes the jQuery event methods were used to bind ($.fn.bind) and unbind ($.event.remove). However, this was never officially supported or tested.

The rewrite of the plugin that is happening now removes the event handling functionality and only handles the dom changes.