| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
via .live()
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
normal bind. A temporary fix for #5997, needs more investigation.
|
| |
|
|
|
|
| |
focus/blur (mapped to focusin/focusout). Fixes #5804, #5801, #5852.
|
|
|
|
| |
expect, anyway. Instead, implement the focusin/focusout events in all other browsers - which creates a much better parity across all browsers. Uses event capturing instead of bubbling to make it happen. Thanks to Alexander for the recommendation and to Joern Zaefferer for the original focus/blur delegation code.
|
|
|
|
| |
event logic. Now has full parity with the regular change event in other browsers: Works with regular bind, works better with multiple selects, works as a regular change event (note test suite changes), works with readonly/disabled inputs, and much more. The original patch had a number of problems, including firing the change event too many times, not bubblinb properly, and not handling clicks on multi-selects properly - that should all be fixed now. Thanks Alexander for the patch pushing in the right direction.
|
| |
|
|
by Justin Meyer. Includes a delegation test suite for manually testing to see if the events work as intended.
|