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.
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.