Skip to main content

Bug Tracker

Side navigation

#2224 closed enhancement (fixed)

Opened January 23, 2008 04:46PM UTC

Closed February 04, 2008 03:12PM UTC

Last modified February 05, 2008 09:43PM UTC

Support unbind(".namespace")

Reported by: joern Owned by:
Priority: minor Milestone: 1.2.3
Component: event Version: 1.2.2
Keywords: Cc:
Blocked by: Blocking:
Description

Plugin code for unbinding plugins could be simplified a lot by supporting a this syntax:

$(...).unbind(".namespace")

That way a plugin author can avoid to reiterate all event names when he already namespaced them all anyway.

Currently the check for events[type] in event.js on line 129 prevents removal of "namespace-only events".

Attachments (0)
Change History (2)

Changed February 04, 2008 03:12PM UTC by scott.gonzal comment:1

resolution: → fixed
status: newclosed

Fixed in [4601].

Changed February 05, 2008 09:43PM UTC by joern comment:2

And [4649].