index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
using parseFloat for offset and position methods and removed num helper method
Brandon Aaron
2009-03-17
2
-16
/
+11
*
return null when no matched elements exist for offset and position
Brandon Aaron
2009-03-17
1
-29
/
+29
*
some clean up in the offset method
Brandon Aaron
2009-03-17
1
-10
/
+11
*
Backed out commit [6260], was causing too many problems. We'll have to bite t...
John Resig
2009-03-17
2
-15
/
+17
*
jquery dimensions: removed redundant code
Ariel Flesler
2009-03-06
1
-5
/
+3
*
jquery core: Fixed a typo in a comment, closes #4294.
Ariel Flesler
2009-03-05
1
-1
/
+1
*
Removed the objectAll check from jQuery.support, was causing problems with br...
John Resig
2009-02-28
1
-6
/
+1
*
Simplified the structure of the .css() and .attr() methods (reducing the numb...
John Resig
2009-02-28
2
-34
/
+29
*
Moved to a generic solution for copying methods over for querySelectorAll-usi...
John Resig
2009-02-27
1
-4
/
+3
*
No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1...
John Resig
2009-02-26
3
-7
/
+7
*
As it turns out, the context was being started at a higher root than needed -...
John Resig
2009-02-26
1
-1
/
+1
*
Removed the need for the results set to have array methods. Resolves jQuery b...
John Resig
2009-02-25
2
-15
/
+13
*
Made some changes to how .find() works, inlined the duplicate check - should ...
John Resig
2009-02-25
1
-10
/
+18
*
Simplified the isXML function, no need to use recursion.
John Resig
2009-02-25
2
-4
/
+7
*
Expose the sort/unique code from Sizzle as Sizzle.uniqueSort().
John Resig
2009-02-25
1
-10
/
+13
*
Cut down on some more function calls for jQuery(...). Everything points back ...
John Resig
2009-02-25
1
-21
/
+18
*
Reduced the number of function calls required for .find() (single element roo...
John Resig
2009-02-25
1
-9
/
+27
*
Landed some improvements for improving the performance of ID-rooted queries (...
John Resig
2009-02-25
1
-23
/
+36
*
Overhauled the .remove() and .empty() methods to be much more efficient. Fixe...
John Resig
2009-02-23
1
-8
/
+21
*
jquery event: Fixing event.currentTarget for live().
Ariel Flesler
2009-02-23
2
-1
/
+13
*
Tagged the Sizzle 1.0 release.
John Resig
2009-02-20
1
-3
/
+2
*
Made sure that .remove now uses multiFilter. Fixes bug #4205.
John Resig
2009-02-20
2
-2
/
+5
*
Bumping the version up to 1.3.3pre.
John Resig
2009-02-19
1
-1
/
+1
*
Tagging the 1.3.2 release.
John Resig
2009-02-19
1
-1
/
+1
*
Fixed one of the selector tests that was reporting incorrectly in browsers th...
John Resig
2009-02-19
1
-1
/
+1
*
Disabled some of the animation tests that were being flaky.
John Resig
2009-02-19
1
-5
/
+8
*
Missed an other search-related test.
John Resig
2009-02-18
1
-1
/
+1
*
Fixed some tests that were changed (fixed!) by fixing #3966.
John Resig
2009-02-18
1
-6
/
+6
*
Made it so that search input elements are now serialized. Fixes bug #4107.
John Resig
2009-02-18
4
-8
/
+9
*
Made it so that appendTo, etc. return the inserted elements (thus using pushS...
John Resig
2009-02-18
2
-11
/
+35
*
A speedup for .remove() (which also speeds up .html()). Fixes #4178.
John Resig
2009-02-18
1
-1
/
+1
*
Updated the show() tests to work without the use of jQuery.browser (the test ...
John Resig
2009-02-17
1
-7
/
+10
*
Reorganized and disabled some of the height/width tests. Need to look in to b...
John Resig
2009-02-17
1
-16
/
+18
*
Updated the JAR Makefile command to support UTF-8.
John Resig
2009-02-17
1
-1
/
+1
*
Disable building the lite and packed versions of jQuery by default (no longer...
John Resig
2009-02-17
1
-1
/
+1
*
Switch to using createRange for element comparision instead of Array indexOf ...
John Resig
2009-02-17
1
-7
/
+9
*
Brought back the compareDocumentPosition code. While it is redundant in Firef...
John Resig
2009-02-17
2
-4
/
+12
*
Changed the currentTarget test - no need to test the native event triggering ...
John Resig
2009-02-17
1
-3
/
+1
*
Changed some of the fx/stop tests to handle the new test markup.
John Resig
2009-02-17
1
-5
/
+5
*
Made the div showing a little more explicit - making sure that it doesn't aff...
John Resig
2009-02-17
1
-1
/
+1
*
Tweaked some of the selector tests to handle some of the test page changes.
John Resig
2009-02-17
1
-4
/
+4
*
Reorganized some of the animation tests to work with the new hide/show changes.
John Resig
2009-02-17
3
-22
/
+23
*
Disabled one of the ordering tests that was taking a while to run.
John Resig
2009-02-17
1
-2
/
+2
*
Fixed some more CSS/visibility tests.
John Resig
2009-02-17
1
-5
/
+5
*
Changed a bunch of the DOM tests to work in Document Order.
John Resig
2009-02-17
1
-23
/
+11
*
Updated some of the display/visible/hidden tests to work on an appropriate el...
John Resig
2009-02-17
1
-5
/
+5
*
testrunner: Misc
Ariel Flesler
2009-02-17
1
-0
/
+3
*
jquery event: closes #4033. e.currentTarget wasn't being enforced for native ...
Ariel Flesler
2009-02-17
2
-1
/
+16
*
fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not...
Brandon Aaron
2009-02-16
1
-5
/
+5
*
Bumping the version up to 1.3.2pre.
John Resig
2009-02-16
1
-1
/
+1
[next]