index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.
jeresig
2010-11-03
1
-1
/
+5
*
Only change ID on nodes that don't already have an ID for rooted qSA. Fixes #...
jeresig
2010-11-01
1
-1
/
+6
*
Make sure that accessing computed CSS for elements returns 'auto' instead of ...
jeresig
2010-11-01
1
-2
/
+2
*
Fix tab spacing.
Brandon Aaron
2010-10-28
1
-27
/
+27
*
Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back...
jeresig
2010-10-27
1
-1
/
+9
*
For .show() with no arguments, only set display of elements in the second loo...
Karl Swedberg
2010-10-26
1
-1
/
+14
*
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
John Resig
2010-10-25
1
-15
/
+0
*
Allow DELETE requests to have a content body, and properly serialize data to ...
dmethvin
2010-10-25
1
-0
/
+26
*
Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.
dmethvin
2010-10-25
1
-0
/
+30
*
Fixes #7229 and #5803
rwldrn
2010-10-24
2
-0
/
+35
*
Make sure that .width()/.height() don't return NaN also standardize on return...
jeresig
2010-10-22
1
-2
/
+2
*
Make sure that the correct height/width of the elements is retreived. Fixes #...
jeresig
2010-10-22
1
-9
/
+7
*
Fix broken selector code from last commit.
jeresig
2010-10-22
2
-50
/
+80
*
Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...
jeresig
2010-10-22
2
-80
/
+50
*
Make sure that we don't use matchesSelector on XML Documents (same as with qS...
jeresig
2010-10-22
1
-1
/
+2
*
Make sure that we aren't reading one of the bad expandos. Fixes #7212.
jeresig
2010-10-22
1
-1
/
+7
*
Be sure to clean up the previous test.
jeresig
2010-10-22
1
-0
/
+2
*
Make sure that height/width getters work on hidden inputs and disconnected el...
jeresig
2010-10-22
1
-1
/
+19
*
Adding another test for an issue in Gecko's matchesSelector implementation. F...
jeresig
2010-10-21
1
-2
/
+8
*
Update number of expected assertions in attribute tests
Anton M
2010-10-19
1
-2
/
+2
*
Add some more tests to make sure that pulling in data- properties on an eleme...
John Resig
2010-10-17
1
-3
/
+11
*
fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg
Paul Irish
2010-10-17
2
-0
/
+10
*
Make sure that .data() (no args) returns a list of all the data- properties a...
John Resig
2010-10-17
1
-2
/
+21
*
We removed deleteExpando after 1.4.2, for some reason. This caused problems w...
John Resig
2010-10-17
1
-1
/
+6
*
Fix the number of change tests and remove textarea tests.
jeresig
2010-10-14
1
-32
/
+6
*
Testing *, * was unnecessary - especially in slower browsers.
jeresig
2010-10-14
1
-2
/
+1
*
Don't test inline-block in browsers that don't support it (or an approximatio...
jeresig
2010-10-14
1
-17
/
+46
*
Use prepend for the focuin test (to avoid making the test suite jump).
jeresig
2010-10-14
1
-9
/
+15
*
Test visible on inline elements.
jeresig
2010-10-14
1
-2
/
+2
*
Getting weird results for font size tests across platforms - easier to test s...
jeresig
2010-10-14
1
-3
/
+2
*
Change font size to 15px in the test to fix a false negative. Thanks @jitter ...
jeresig
2010-10-13
1
-2
/
+2
*
Make sure that focusin/focusout bubbles in non-IE browsers.
Justin Meyer
2010-10-13
1
-1
/
+15
*
We want to make sure that we only run the MSIE-specific filter tests if opaci...
jeresig
2010-10-13
1
-2
/
+2
*
Test CSS test on font size instead of padding.
jeresig
2010-10-13
1
-2
/
+2
*
IE 9 preserves the case of the Alpha filter - maintain it in the test as well.
jeresig
2010-10-13
1
-2
/
+2
*
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
jeresig
2010-10-13
1
-1
/
+1
*
Merge branch 'bug7150' of http://github.com/csnover/jquery
John Resig
2010-10-12
1
-1
/
+4
|
\
|
*
Fix patch for #7150, which was not deleting the events object properly on pla...
Colin Snover
2010-10-12
1
-1
/
+4
*
|
Fix some gaps in the handling of event data properties. Thanks to @jitter in ...
John Resig
2010-10-12
1
-1
/
+1
*
|
The child selector-prefix branch doesn't work with selectors that have a larg...
John Resig
2010-10-12
1
-1
/
+2
*
|
Make sure that .find() with multiple direct child selectors is handled correc...
John Resig
2010-10-12
1
-1
/
+2
|
/
*
Use a key name less likely to result in collisions for events on plain JS obj...
Colin Snover
2010-10-11
1
-1
/
+1
*
Handle some edge cases with binding events to the window object (which is als...
John Resig
2010-10-11
1
-1
/
+5
*
Add some resize event tests.
John Resig
2010-10-11
1
-0
/
+8
*
Added some more tests relating to attaching data to a window.
John Resig
2010-10-11
1
-2
/
+11
*
Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141
John Resig
2010-10-11
1
-0
/
+30
|
\
|
*
Fix olddisplay was inappropriately set when calling hide on an already hidden...
Colin Snover
2010-10-11
1
-0
/
+30
*
|
Fixed getting styles from disconnected nodes. Fixes #7148.
Scott González
2010-10-11
1
-1
/
+3
|
/
*
Make sure closest works on disconnected DOM nodes. Fixes #7142.
John Resig
2010-10-11
1
-2
/
+4
*
Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workarou...
jeresig
2010-10-10
1
-5
/
+22
[next]