ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

fix issue when unbind special events only with namespace #273

Closed jDramaix closed 10 years ago

jDramaix commented 10 years ago
$(element).on("mouseenter.mynamespace", new Function(){});

$(element).off(".mynamespace");

The mouseenter event handler is still actif.

spg commented 10 years ago

LGTM

manolo commented 10 years ago

LGTM

christiangoudreau commented 10 years ago

LGTM