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
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2009-11-30
2
-1
/
+12
|
\
|
*
Fixes $.trim for closes #4980
Yehuda Katz
2009-11-30
2
-1
/
+12
*
|
Fixed bug with singleTag matching in core.js.
jeresig
2009-11-30
1
-1
/
+1
|
/
*
Ignore diff and patch files.
jeresig
2009-11-30
1
-0
/
+2
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2009-11-29
8
-124
/
+152
|
\
|
*
added missing semicolons
Karl Swedberg
2009-11-28
2
-4
/
+4
|
*
added missing radix parameter for parseInt()
Karl Swedberg
2009-11-28
1
-1
/
+1
|
*
added curly braces around all if/else statements
Karl Swedberg
2009-11-28
7
-121
/
+149
*
|
Adding a Rakefile to build jQuery core, for those that need it.
jeresig
2009-11-29
1
-0
/
+19
|
/
*
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).
jeresig
2009-11-27
1
-0
/
+1
*
Disable the X-Requested-With header to avoid preflighting remote POST request...
John Resig
2009-11-25
1
-5
/
+7
*
Fixed spacing on the modified Ajax code.
John Resig
2009-11-25
1
-8
/
+8
*
Fixing endlines.
Mark Gibson
2009-11-25
8
-590
/
+590
*
Re-adding zeros removed from slice calls in last commit.
Robert Katic
2009-11-26
1
-2
/
+2
*
Corrected RegExp to match event namespaces. Fixes #5303.
Robert Katic
2009-11-26
2
-2
/
+6
*
Generic jQuery.merge and safer jQuery.makeArray(nodeList).
Robert Katic
2009-11-26
2
-19
/
+29
*
Added support for .text() on text nodes. Fixes #5525.
John Resig
2009-11-17
2
-10
/
+15
*
Re-wrote context Ajax test to use an element instead of an object (a more rea...
John Resig
2009-11-17
1
-1
/
+1
*
Re-adding the QUnit submodule file.
John Resig
2009-11-17
1
-0
/
+0
*
Changed the === undefined ready event check to == null since frameElement is ...
Andrea Giammarchi
2009-11-17
1
-1
/
+1
*
Hide the .settings file in the gitignore.
John Resig
2009-11-15
2
-2
/
+2
*
Ignoring src/selector.js (build) and Emacs backup files
Kim Dalsgaard
2009-11-15
1
-0
/
+3
*
Added test for passing null to .show()
Scott Gonzalez
2009-11-13
1
-1
/
+7
*
Allowing falsy values to be passed as a speed for hide().
Scott Gonzalez
2009-11-13
1
-1
/
+1
*
Allowing falsy values to be passed as a speed for show().
Scott Gonzalez
2009-11-13
1
-1
/
+1
*
Corrected some minor errors made by me (rkatic) in last commits.
Robert Katic
2009-11-13
1
-3
/
+3
*
Forgotten to update the number of jQuery.extend related tests.
Robert Katic
2009-11-12
1
-1
/
+1
*
Made jQuery.extend(true, ...) to extend recursively only 'object literal' val...
Robert Katic
2009-11-12
2
-16
/
+11
*
Made isObjectLiteral to work correctly with custom objects with empty prototy...
Robert Katic
2009-11-12
2
-3
/
+14
*
Make sure that the submodules are pulling from the right location.
John Resig
2009-11-11
1
-2
/
+2
*
Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe ...
lrbabe
2009-11-11
1
-0
/
+4
*
Added useMap and frameBorder IE support to attr. Fixes #4561.
John Resig
2009-11-11
1
-1
/
+3
*
Added a check to make sure that a load request isn't done if the element does...
John Resig
2009-11-11
1
-0
/
+4
*
Pass in the XHR object as the third argument to the success callback (which h...
John Resig
2009-11-11
1
-1
/
+1
*
Fixed the case where HTML that contained entities was being inserted as text ...
John Resig
2009-11-11
2
-2
/
+8
*
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...
John Resig
2009-11-11
3
-3
/
+18
*
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.
Rich Dougherty
2009-11-11
1
-3
/
+8
*
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin...
John Resig
2009-11-11
2
-2
/
+5
*
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be ...
John Resig
2009-11-11
1
-2
/
+2
*
Removed the use of this.length++ as it makes it hard to use the init method d...
John Resig
2009-11-11
1
-2
/
+2
*
Add QUnit as a submodule.
Damian Janowski
2009-11-12
1
-0
/
+0
*
Remove symlink to John Resig's filesystem.
Damian Janowski
2009-11-12
1
-1
/
+0
*
Making sure that you can bind multiple toggles to a single element without pr...
Mr Speaker
2009-11-11
2
-3
/
+20
*
Renamed isObject to isObjectLiteral to be more specific.
John Resig
2009-11-10
1
-2
/
+2
*
Force the submodules to keep up to date.
John Resig
2009-11-10
1
-0
/
+3
*
Require that, at least, document.body exists before firing the ready event. T...
John Resig
2009-11-09
1
-0
/
+4
*
Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket ...
John Resig
2009-11-09
1
-1
/
+1
*
Merge branch 'master' of git@github.com:jquery/jquery
John Resig
2009-11-09
1
-4
/
+3
|
\
|
*
Cleanup bubbling focus and blur events
lrbabe
2009-11-09
1
-4
/
+3
*
|
Making mouseenter and mouseleave work with .live().
lrbabe
2009-11-09
1
-6
/
+22
|
/
[next]