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/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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use parseFloat instead of parseInt to read CSS values.
Sylvester Keil
2011-01-15
1
-0
/
+26
*
So embarrassing :(
wycats
2011-01-14
1
-8
/
+0
*
Fix a failing subclass test due to a change in master
wycats
2011-01-14
1
-5
/
+5
*
Overwrite CRLF with LF
wycats
2011-01-14
1
-0
/
+8
*
added jQuery.subclass
Jared Grippe
2011-01-14
1
-0
/
+72
*
Fixes #4964. Adds a statusCode object together with a new statusCode method o...
jaubourg
2011-01-13
1
-0
/
+70
*
Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...
jaubourg
2011-01-12
2
-2
/
+59
*
Yet another missing semicolon!
jaubourg
2011-01-11
1
-1
/
+1
*
Fixes #6230. Added a unit test to control that, since the ajax rewrite, setti...
jaubourg
2011-01-11
1
-0
/
+22
*
Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...
jaubourg
2011-01-11
1
-0
/
+12
*
Merge branch 'master' of github.com:jquery/jquery into jquery-master
Colin Snover
2011-01-09
1
-1
/
+1
|
\
|
*
Fixes a race condition in JSONP Local test.
jaubourg
2011-01-10
1
-1
/
+1
*
|
Ensure that buildFragment clones elements properly in all browsers. Fixes #38...
Colin Snover
2011-01-09
2
-10
/
+29
|
/
*
Fixes #5812. =? will be detected even when it has been escaped during data se...
jaubourg
2011-01-09
1
-1
/
+17
*
Simplified cross-domain detection tests.
jaubourg
2011-01-09
1
-33
/
+13
*
Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...
jaubourg
2011-01-09
1
-2
/
+17
*
Added a test for retrying a request on error using jQuery.ajax(this). Works a...
jaubourg
2011-01-09
1
-0
/
+23
*
Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...
jaubourg
2011-01-09
1
-0
/
+52
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
2
-0
/
+22
*
Fixes #7881. Setting contentType to false will prevent the Content-Type heade...
jaubourg
2011-01-09
2
-7
/
+39
*
Added missing commas.
jaubourg
2011-01-07
1
-7
/
+7
*
Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.
jaubourg
2011-01-06
1
-11
/
+11
*
Renamed src/transports to src/ajax (in case we need prefilters in the future ...
jaubourg
2011-01-06
1
-3
/
+3
*
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
2
-69
/
+69
*
Revert "Register as a CommonJS async module if in that kind of environment. F...
wycats
2011-01-05
2
-30
/
+23
*
"then" renamed "complete" and new "then" method defined using "complete" and ...
jaubourg
2011-01-05
1
-14
/
+14
*
When serializing text, encode all line breaks as CRLF pairs per the applicati...
Dave Methvin
2010-12-31
1
-4
/
+4
*
Simplified the way a Promise is tested for (removed promiseMarker). Removed i...
jaubourg
2010-12-31
1
-15
/
+11
*
Introduced a new promise method on deferreds that returns an immutable object...
jaubourg
2010-12-31
1
-27
/
+23
*
Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...
jaubourg
2010-12-31
1
-48
/
+16
*
Removed re-usability from jXHR object (no more open, send & onreadystatechang...
jaubourg
2010-12-31
2
-163
/
+4
*
Removed custom method in isDeferred and when.
unknown
2010-12-31
1
-22
/
+3
*
Deferred cannot be cancelled by returning false in a callback. Exception in t...
unknown
2010-12-31
1
-74
/
+7
*
Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.
unknown
2010-12-31
1
-20
/
+20
*
Changed dataConverters key format.
unknown
2010-12-31
1
-1
/
+5
*
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
jaubourg
2010-12-31
1
-0
/
+250
*
Remove patch for very early versions of Opera 9 that made it impossible to an...
Colin Snover
2010-12-30
1
-0
/
+17
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
14
-394
/
+394
*
Don't cache non-html strings in buildFragment to avoid possible collision wit...
Dave Methvin
2010-12-27
1
-0
/
+17
*
When a native browser event is bubbling up the DOM, make sure that the correc...
Dave Methvin
2010-12-27
1
-0
/
+35
*
Register as a CommonJS async module if in that kind of environment. Fixes #7102.
jrburke
2010-12-27
2
-23
/
+30
*
Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin.
Colin Snover
2010-12-22
1
-0
/
+3
|
\
|
*
Use a for loop rather than for/in loop when copying events, so that code will...
Dave Methvin
2010-12-20
1
-0
/
+3
*
|
More unit tests and a $.hasData that works for JS objects too.
Colin Snover
2010-12-22
1
-6
/
+12
*
|
Update jQuery.hasData to always return a boolean, with unit tests.
Colin Snover
2010-12-22
1
-12
/
+21
*
|
Remove code for ticket #7717 which has been marked WONTFIX to match existing ...
Colin Snover
2010-12-22
1
-8
/
+4
*
|
Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...
Colin Snover
2010-12-19
1
-6
/
+22
|
/
*
Merge branch 'bug_7397' of https://github.com/rwldrn/jquery into rwldrn-bug_7397
Colin Snover
2010-12-14
1
-0
/
+39
|
\
|
*
Updating #7397 unit tests to correctly test for a persisted display value
rwldrn
2010-11-10
1
-11
/
+15
|
*
Fixes #7397; 4 supporting unit tests
rwldrn
2010-11-09
1
-0
/
+35
[next]