| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
work like delegated event logic. Fixes #7322.
More Details:
- https://github.com/jquery/jquery/pull/491
- http://bugs.jquery.com/ticket/7322
|
| | |
|
| |
| |
| |
| | |
selectors. Fixes #10315.
|
| |
| |
| |
| |
| |
| |
| |
| | |
and arrays of keys - Fixes #7323.
More Details:
- https://github.com/jquery/jquery/pull/512
- http://bugs.jquery.com/ticket/7323
|
| |
| |
| |
| |
| |
| |
| |
| | |
removeClass) Combines patches submitted by leeoniya, zertosh and my own tests. Fixes #5479.
More Details:
- https://github.com/jquery/jquery/pull/492
- http://bugs.jquery.com/ticket/5479
|
| |
| |
| |
| |
| |
| | |
More Details:
- https://github.com/jquery/jquery/pull/477
- http://bugs.jquery.com/ticket/6809
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #6485.
More Details:
- https://github.com/jquery/jquery/pull/490
- http://bugs.jquery.com/ticket/6485
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
module. Fixes #7102.
More Details:
- https://github.com/jquery/jquery/pull/331
- http://bugs.jquery.com/ticket/7102
|
| | |
| | |
| | |
| | | |
loader indicates it has special allowances for multiple versions of jQuery being loaded in a page.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
avoid having to scan attributes multiple times - Fixes #8909.
More Details:
- https://github.com/jquery/jquery/pull/503
- http://bugs.jquery.com/ticket/8909
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
data" - Fixes #8921.
More Details:
- https://github.com/jquery/jquery/pull/500
- http://bugs.jquery.com/ticket/8921
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
animate. Fixes #9280.
More Details:
- https://github.com/jquery/jquery/pull/496
- http://bugs.jquery.com/ticket/9280
|
| | |
| | |
| | |
| | | |
rkatic, and jdalton
|
| | |
| | |
| | |
| | | |
Fixes #10267.
|
| | |
| | |
| | |
| | | |
node. Fixes #10278.
|
| | |
| | |
| | |
| | | |
`.offsetWidth`. Unit test currently disabled due to Chrome bug.
|
| | |
| | |
| | |
| | | |
q instead of quote in unit tests.
|
| | |
| | |
| | |
| | | |
IE change/submit special events to take advantage of them. Rewrite mouseover/enter code as special events rather than inline code. In the event unit test, set a tabindex on the div element and focus it first to justify a legitimate blur event.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add .on() and .off() methods.
Write existing methods in terms of on/off.
Rewrite delegated handling to remove "live" event.
Fix existing code for jQuery style guide.
Fix existing bug in unit tests calling .undelegate()
|
| | |
| | |
| | |
| | | |
Remove two tests that assume "live" data structure.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
data cache. Fixes #8685. See full commit message for more. Fixes #6641.
- Example: http://jsfiddle.net/timmywil/gqZL5/24/
- http://bugs.jquery.com/ticket/8685
- Check the completed timer has not been removed already so other timers do not get accidentally removed. Fixes #6641.
- Style edits, code reductions, and optimizations for the effects module
|
| | |
| | |
| | |
| | |
| | |
| | | |
#9261, #9570, #10178.
Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
|
| | |
| | |
| | |
| | | |
VML crash workaround for IE special-events submit code.
|
| | | |
|
| | |
| | |
| | |
| | | |
Will have to be revisited when $.browser.chrome is introduced.
|
| | |
| | |
| | |
| | | |
Fixes #9699.
|
|\ \ \
| | | |
| | | | |
Fixes #9897. Wrap obj.constructor test in try/catch to avoid problems with host objects. Thanks to bkrausz.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fixes #10021. Allow negative relative values for `.css()`
|
| | | | |
| | | | |
| | | | |
| | | | | |
`"+=-20px"`) since `.animate()` already allows it. Useful for when the relative value is a variable.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixes #10076. $.inArray crashes IE6 and Chrome if second argument is `null` or `undefined` (Thanks anton-ryzhov!)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Codestyle fixes
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fixes #10080. Test cache for window inference.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
data-* attrs during removal. Fixes #10026."
This reverts commit 6805fc2cd20e36af5c1b0c51f6f39f21cea4609a.
A more cache-friendly solution is in the works.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
attrs during removal. Fixes #10026.
More Details:
- https://github.com/jquery/jquery/pull/461
- http://bugs.jquery.com/ticket/10026
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
because Microsoft didn't. A Fixes #9572.
More Details:
- https://github.com/jquery/jquery/pull/463
- http://bugs.jquery.com/ticket/9572
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
More Details:
- https://github.com/jquery/jquery/pull/467
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
test suite.
More Details:
- https://github.com/jquery/jquery/pull/466
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
on test names
|
|/ / / /
| | | |
| | | |
| | | | |
explicity set to 1
|