Side navigation
#761 closed enhancement (fixed)
Opened January 07, 2007 10:19PM UTC
Closed January 09, 2007 05:16PM UTC
Last modified June 20, 2007 06:40AM UTC
Document event properties and methods
Reported by: | joern | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1a |
Component: | docs | Version: | 1.1a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The (normalized) properties and methods of the event object should be documented as part of the jQuery API. So far we can guarantee:
- type (native)
- target
- pageX
- pageY
- stopPropagation()
- preventDefault()
In SVN. More to come with more event fixing (#748)