index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include distribution in release tag
1.4.0
1.4
Timmy Willison
2010-01-13
2
-0
/
+6007
*
We only care that some of the html return value is escaped, not necessarily a...
jeresig
2010-01-13
1
-8
/
+8
*
Make sure no exception is thrown if no event handler is found (which is the c...
jeresig
2010-01-13
1
-0
/
+6
*
Make sure that null params aren't traversed. Fixes #5794.
jeresig
2010-01-13
2
-3
/
+4
*
Send data if a DELETE Ajax request is done. Fixes #5752.
jeresig
2010-01-13
1
-1
/
+1
*
Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.
jeresig
2010-01-13
2
-7
/
+18
*
Fixed typo in logic, also disabled function setters in this case to allow th...
jeresig
2010-01-12
5
-6
/
+12
*
Make sure that the xhr object still exists after the abort is called.
jeresig
2010-01-12
1
-1
/
+3
*
Make sure that the focusin and focusout easy-bind methods are exposed.
jeresig
2010-01-12
1
-1
/
+1
*
Make sure oldAbort is only called if the xhr object still exists.
jeresig
2010-01-12
1
-2
/
+1
*
Updating the source version to 1.4.
jeresig
2010-01-12
1
-1
/
+1
*
Tagging the 1.4rc1 release.
1.4rc1
jeresig
2010-01-12
1
-1
/
+1
*
Simplified some of the logic for handling the ajax aborts, making sure that a...
jeresig
2010-01-12
1
-12
/
+9
*
ajaxStop was getting called too many times, separated some of the logic into ...
jeresig
2010-01-12
1
-4
/
+7
*
Accidentally removed the init from the Makefile selector build.
jeresig
2010-01-12
1
-1
/
+1
*
Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.
jeresig
2010-01-12
2
-2
/
+20
*
Bringing some selector tests back from Sizzle.
jeresig
2010-01-11
1
-1
/
+3
*
Merge branch 'master' of github.com:jquery/jquery
jeresig
2010-01-11
2
-4
/
+21
|
\
|
*
browser version detection revised for opera >= 10, which was reporting itself...
Paul Irish
2010-01-12
1
-2
/
+2
|
*
adding extra useragents from trac tickets. correcting opera version
Paul Irish
2010-01-12
1
-1
/
+18
|
*
fixed typo in comments
Neeraj Singh
2010-01-12
1
-1
/
+1
*
|
Some more touching up of the replaceWith tests.
jeresig
2010-01-11
1
-4
/
+12
|
/
*
Did some reorganizing of the recently added replaceWith tests.
jeresig
2010-01-11
1
-3
/
+2
*
Make sure we do the malformed JSON check for all both JSON.parse and new Func...
jeresig
2010-01-11
1
-6
/
+9
*
Make sure that wrapInner works on elements that have no contents. Fixes #3552.
jeresig
2010-01-11
2
-2
/
+14
*
Final pass at fixing #5785. Need to make sure that inner-nodes are detached b...
jeresig
2010-01-11
2
-4
/
+20
*
Made some additional tests for #5785.
jeresig
2010-01-11
1
-1
/
+5
*
Make sure we use detach instead of remove in replaceWith. Fixes #5785.
jeresig
2010-01-11
2
-2
/
+11
*
Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri...
jeresig
2010-01-11
2
-31
/
+5
*
Make sure that submit event is still bound for regular form submit events. Th...
jeresig
2010-01-11
1
-0
/
+3
*
Merge branch 'setterargs'
jeresig
2010-01-07
8
-263
/
+653
|
\
|
*
Re-ordering the args to setOffset() in case people were relying upon the old ...
jeresig
2010-01-07
1
-3
/
+3
|
*
Added in support for .offset(Function).
jeresig
2010-01-07
2
-26
/
+38
|
*
Add .css(Function) incoming value tests.
jeresig
2010-01-07
1
-0
/
+60
|
*
No need for the try/finally logic in the css tests, won't even work as expected.
jeresig
2010-01-07
1
-49
/
+43
|
*
Added manipulation tests for setter function args.
jeresig
2010-01-07
1
-3
/
+175
|
*
Make sure that .html(Function) gets the correct previous value.
jeresig
2010-01-07
1
-0
/
+8
|
*
Added some .text(Function) tests.
jeresig
2010-01-07
1
-26
/
+37
|
*
Added tests for attribute function setters.
jeresig
2010-01-07
1
-9
/
+141
|
*
Removed .removeAttr(Function), it didn't really make sense.
jeresig
2010-01-07
1
-8
/
+1
|
*
Make sure the state is passed in to the toggleClass attribute function.
jeresig
2010-01-07
1
-1
/
+1
|
*
Moved the val() tests from manipulation into attributes.
jeresig
2010-01-07
2
-86
/
+86
|
*
Fixed some bugs relating to the setter arg change in val and html. Also optim...
jeresig
2010-01-07
2
-18
/
+13
|
*
Fixing some bugs in the re-tooling of toggleClass, adding in some performance...
jeresig
2010-01-06
1
-10
/
+11
|
*
A first pass at making sure that all the setter function arguments receive th...
jeresig
2010-01-06
3
-60
/
+72
*
|
Make sure the exception has some level of parity with the error from json2.js.
jeresig
2010-01-07
1
-1
/
+1
*
|
Make sure that a parsererror is thrown whenever malformed JSON comes back fro...
jeresig
2010-01-07
3
-8
/
+34
*
|
Back out the try/catch logic from around JSON.parse. We should always try to ...
jeresig
2010-01-07
1
-3
/
+3
*
|
There's enough logic going on in jQuery.ajaxSettings.xhr to warrant splitting...
jeresig
2010-01-07
1
-6
/
+5
|
/
*
Add some abort() Ajax tests. Verifies that #3984 works.
jeresig
2010-01-06
1
-0
/
+24
[next]