| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
events cleaned up. Fixes #6084.
|
|
|
|
| |
mouseleave. Fixes #6013.
|
|
|
|
| |
to handle triggered events. Fixes #6055.
|
|
|
|
| |
normal bind. A temporary fix for #5997, needs more investigation.
|
|
|
|
| |
Fixes #5977.
|
|
|
|
| |
as a fragment in IE. Fixes #5829.
|
|
|
|
| |
with. Fixes #6068.
|
|
|
|
| |
.text(). Fixes #6094.
|
|
|
|
| |
the case when no attribute is found). Fixes #6012.
|
| |
|
| |
|
| |
|
|
|
|
| |
pushStack anyway. Fixes #6003.
|
| |
|
| |
|
|
|
|
| |
removed. Fixes #6065.
|
| |
|
|
|
|
| |
suggestion in 5267824aa36f0fcecb944a4daf0b99d6e01460fd.
|
|
|
|
| |
the function declarations to statements. Thanks to Garrett for the recommendation.
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
style. Fixes #6041.
|
|
|
|
| |
fixes #5967.
|
|
|
|
| |
support for live namespaced events. Fixes #5945.
|
|
|
|
| |
is maintained in a separate object now, no longer on the event handler. Proxy functions are no longer needed, as a result. Additionally execution order of the handlers is maintained, fixing #4261, and the execution of handlers is maintained even while they're being removed. Live events will be refactored separately.
|
|
|
|
| |
f95147f465932cb91e1a6aace50c556820ca4074 commit.
|
|
|
|
| |
#5986.
|
|
|
|
| |
#5988.
|
|
|
|
| |
was getting malformed. Thanks IE. Fixes #5998.
|
| |
|
|
|
|
| |
Really hard to unit test this in a meanigful manner (the result is a visually broken plugin). Will need to be diligent about watching for this in the future. Fixes #5094.
|
|
|
|
| |
goes from a single root and filters by the specified selectors. Should be used like do: .delegate(td, hover, someFn);. Fixes #6005.
|
| |
|
|
|
|
| |
Fixes #5978.
|
| |
|
| |
|
|
|
|
| |
one other element.
|
| |
|
| |
|
|
|
|
| |
Follow-up to eed69eccc54d010889b5d8495320538d7ceb4e51.
|
|
|
|
| |
#5971. Improve the performance of .bind() and .unbind(), fixes #5972.
|
|
|
|
| |
Fixes #5851.
|
|
|
|
| |
Fixes #5798.
|
| |
|
| |
|
| |
|
|
|
|
| |
Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.
|