Skip to main content

Bug Tracker

Side navigation

#6509 closed bug (invalid)

Opened May 01, 2010 04:35AM UTC

Closed October 02, 2010 05:18PM UTC

Documentation Incorrect

Reported by: ryanfitzer Owned by:
Priority: undecided Milestone: 1.4.3
Component: event Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

The documentation for the delegate() method states the argument order as:

selector, eventType, handler

This doesn't work. But the following does:

eventType, selector, handler

The function in the jQuery source states it as so:

function( type, delegate, handler ) {}

Not sure when this was changed but I was a real zinger when I tried waay too many times to make it work.

Attachments (0)
Change History (2)

Changed May 19, 2010 09:15PM UTC by ryanfitzer comment:1

This issue has been resolved and was the result of a conflict with the jQuery validation plugin. Since the plugin was updated to version 1.7, the issue is no longer present.

Changed October 02, 2010 05:18PM UTC by snover comment:2

priority: → undecided
resolution: → invalid
status: newclosed