index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
*
Animation state is tracked on toggled/stopped animations using the private da...
timmywil
2011-09-19
3
-159
/
+256
*
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...
timmywil
2011-09-19
9
-16
/
+293
*
Updating the source version to 1.7pre
timmywil
2011-09-19
1
-1
/
+1
*
Landing pull request 511. Adding a little Makefile jQuery sizing utility to e...
Corey Frang
2011-09-19
3
-2
/
+47
*
Updating the source version to 1.6.5pre
John Resig
2011-09-12
1
-1
/
+1
*
Tagging the 1.6.4 release.
John Resig
2011-09-12
1
-1
/
+1
*
Updating the source version to 1.6.4pre
Dave Methvin
2011-09-09
1
-1
/
+1
*
Tagging the 1.6.4rc1 release.
1.6.4rc1
Dave Methvin
2011-09-09
1
-1
/
+1
*
Merge pull request #489 from dmethvin/fix-10208-button-type
Dave Methvin
2011-09-07
2
-3
/
+8
|
\
|
*
Fix #10208. Check for `button` as well as `input` when performing the #7071 V...
Dave Methvin
2011-09-07
2
-3
/
+8
|
/
*
Bug in rmultidash. Fixes #10194
rwldrn
2011-09-07
2
-12
/
+16
*
Reverts broken support string. Fixes #10197
rwldrn
2011-09-07
1
-1
/
+1
*
Merge branch 'master' of github.com:dmethvin/jquery
Dave Methvin
2011-09-01
1
-2
/
+2
|
\
|
*
Merge branch 'master' of github.com:jquery/jquery
Dave Methvin
2011-08-29
1
-2
/
+2
|
|
\
|
|
*
Considers Safari XMLHttpRequest's bug when testing for custom status text. Wi...
jaubourg
2011-08-27
1
-2
/
+2
|
*
|
Updating the source version to 1.6.3
Dave Methvin
2011-08-29
1
-1
/
+1
*
|
|
Updating the source version to 1.7pre.
Dave Methvin
2011-09-01
1
-1
/
+1
*
|
|
Tagging the 1.6.3 release.
Dave Methvin
2011-09-01
1
-1
/
+1
*
|
|
Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch...
Rick Waldron
2011-09-01
1
-4
/
+5
*
|
|
Updating the source version to 1.6.3pre
Dave Methvin
2011-09-01
1
-1
/
+1
|
/
/
*
/
Tagging the 1.6.3rc1 release.
1.6.3rc1
Dave Methvin
2011-08-29
2
-4
/
+4
|
/
*
Landing pull request 476. Fix lint complaints about unescaped -. Follow up to...
rwldrn
2011-08-26
1
-1
/
+1
*
Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"
timmywil
2011-08-26
2
-5
/
+3
*
Revert "Updated version numbers; Fixes #9385"
timmywil
2011-08-26
1
-2
/
+2
*
Revert back to always setting the attribute to empty string before removal. F...
timmywil
2011-08-25
2
-16
/
+12
*
Merge pull request #445 from rwldrn/9897
Dave Methvin
2011-08-25
2
-5
/
+17
|
\
|
*
Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897
Rick Waldron
2011-07-25
2
-5
/
+17
*
|
Merge pull request #464 from dmethvin/fix-10021-relative-negative-values
Dave Methvin
2011-08-25
2
-10
/
+15
|
\
\
|
*
|
Check for null before isNaN().
Dave Methvin
2011-08-16
1
-1
/
+1
|
*
|
Save a few bytes, thanks @danheberden!
Dave Methvin
2011-08-16
1
-2
/
+2
|
*
|
Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`)...
Dave Methvin
2011-08-16
2
-10
/
+15
*
|
|
Merge pull request #465 from anton-ryzhov/master
Dave Methvin
2011-08-25
2
-0
/
+13
|
\
\
\
|
*
|
|
Unit test for this case
Anton Ryzhov
2011-08-17
2
-2
/
+11
|
*
|
|
$.inArray doesn't crush IE6 and Chrome if second argument is `null` or `undef...
Anton Ryzhov
2011-08-17
1
-0
/
+4
*
|
|
|
Merge pull request #468 from rwldrn/10080
Dave Methvin
2011-08-25
2
-1
/
+15
|
\
\
\
\
|
*
|
|
|
Test for window inference. Fixes #10080
rwldrn
2011-08-18
2
-2
/
+15
|
*
|
|
|
Ensure cache[id] exists before attempting to delete it. Fixes #10080
Rick Waldron
2011-08-17
1
-1
/
+2
*
|
|
|
|
Merge pull request #473 from dmethvin/fix-10098-faux-comment
Dave Methvin
2011-08-25
1
-3
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Use jdalton's shorter sequence for the chars.
Dave Methvin
2011-08-23
1
-1
/
+1
|
*
|
|
|
|
Use a semantic name for the variable.
Dave Methvin
2011-08-23
1
-3
/
+3
|
*
|
|
|
|
Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade...
Dave Methvin
2011-08-22
1
-3
/
+6
*
|
|
|
|
|
Merge pull request #474 from dmethvin/fix-9521-xss-hash
Dave Methvin
2011-08-25
2
-2
/
+20
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
Dave Methvin
2011-08-23
2
-2
/
+20
|
/
/
/
/
/
*
|
|
|
|
Revert "Landing pull request 461. Adds a due diligence check for pre-defined ...
timmywil
2011-08-22
2
-17
/
+1
*
|
|
|
|
Landing pull request 461. Adds a due diligence check for pre-defined data-* a...
Rick Waldron
2011-08-22
2
-1
/
+17
|
/
/
/
/
*
|
|
|
Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...
dmethvin
2011-08-17
2
-5
/
+11
*
|
|
|
Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. Fixe...
Rick Waldron
2011-08-17
1
-1
/
+1
*
|
|
|
Landing pull request 467. Adds comments regarding opacity test adjustments.
Rick Waldron
2011-08-17
1
-1
/
+3
*
|
|
|
Update sizzle and QUnit
timmywil
2011-08-17
2
-0
/
+0
*
|
|
|
Landing pull request 466. Test if opacity is not expected val. Fixes effects ...
rwldrn
2011-08-17
1
-7
/
+25
[next]