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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
Removed xhr pooling since failing cross-domain requests leaves the xhr object...
jaubourg
2011-01-13
1
-18
/
+9
*
|
|
|
|
|
|
Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...
jaubourg
2011-01-13
2
-42
/
+36
*
|
|
|
|
|
|
Cleans up statusText handling and simplifies 304 notmodified logic.
jaubourg
2011-01-13
1
-13
/
+17
*
|
|
|
|
|
|
Removes unnecessary variables and adds much needed comments into the data con...
jaubourg
2011-01-13
1
-6
/
+28
*
|
|
|
|
|
|
Fixes a regression by calling dataFilter with the second argument set as the ...
jaubourg
2011-01-13
1
-1
/
+1
*
|
|
|
|
|
|
Gets rid of a var statement by moving variable declarations up.
jaubourg
2011-01-13
1
-3
/
+4
*
|
|
|
|
|
|
Script transport now uses ajaxSetup to define script dataType.
jaubourg
2011-01-12
1
-3
/
+3
*
|
|
|
|
|
|
AjaxSetup now uses deep extend internally to accomodate map structured options.
jaubourg
2011-01-12
1
-1
/
+1
*
|
|
|
|
|
|
Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...
jaubourg
2011-01-12
1
-3
/
+3
*
|
|
|
|
|
|
Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...
jaubourg
2011-01-11
1
-5
/
+13
*
|
|
|
|
|
|
Ensure that buildFragment clones elements properly in all browsers. Fixes #38...
Colin Snover
2011-01-09
2
-5
/
+19
*
|
|
|
|
|
|
Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which is no longer necessary ...
Colin Snover
2011-01-09
1
-14
/
+3
*
|
|
|
|
|
|
Ensure that the DOM element ref in an event handler is removed by cleanData t...
Dave Methvin
2011-01-09
1
-0
/
+5
*
|
|
|
|
|
|
Change embedded regexp to a variable (for #6876).
Dave Methvin
2011-01-09
1
-2
/
+3
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Moved unload abort code so that the event is only bound if the xhr transport ...
jaubourg
2011-01-09
1
-16
/
+21
*
|
|
|
|
|
Fixes #5812. =? will be detected even when it has been escaped during data se...
jaubourg
2011-01-09
1
-1
/
+1
*
|
|
|
|
|
Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a...
jaubourg
2011-01-09
1
-53
/
+52
*
|
|
|
|
|
Make it so prefilters get access to the original settings.
jaubourg
2011-01-09
1
-1
/
+1
*
|
|
|
|
|
Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...
jaubourg
2011-01-09
1
-6
/
+9
*
|
|
|
|
|
Make sure prefilters have been called and transport has been selected before ...
jaubourg
2011-01-09
1
-3
/
+3
*
|
|
|
|
|
Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...
jaubourg
2011-01-09
1
-2
/
+7
*
|
|
|
|
|
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
2
-9
/
+12
*
|
|
|
|
|
Fixes #7881. Setting contentType to false will prevent the Content-Type heade...
jaubourg
2011-01-09
1
-1
/
+1
*
|
|
|
|
|
Added a simple cache for xhr objects in the xhr transport.
jaubourg
2011-01-09
1
-1
/
+8
*
|
|
|
|
|
Renamed "complete" to "done" in order to avoid conflicts with jXHR.complete.
jaubourg
2011-01-06
2
-10
/
+10
*
|
|
|
|
|
Fixed mixing of tabs & spaces to make JSLint happier.
jaubourg
2011-01-06
1
-4
/
+4
*
|
|
|
|
|
Renamed src/transports to src/ajax (in case we need prefilters in the future ...
jaubourg
2011-01-06
3
-0
/
+0
*
|
|
|
|
|
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
5
-226
/
+226
*
|
|
|
|
|
Revert "Register as a CommonJS async module if in that kind of environment. F...
wycats
2011-01-05
1
-5
/
+0
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
"then" renamed "complete" and new "then" method defined using "complete" and ...
jaubourg
2011-01-05
2
-22
/
+26
*
|
|
|
|
When serializing text, encode all line breaks as CRLF pairs per the applicati...
Dave Methvin
2010-12-31
1
-2
/
+2
*
|
|
|
|
Simplified the way a Promise is tested for (removed promiseMarker). Removed i...
jaubourg
2010-12-31
1
-29
/
+19
*
|
|
|
|
Revised conversion logic to handle converter equal to true properly.
jaubourg
2010-12-31
1
-14
/
+19
*
|
|
|
|
Introduced a new promise method on deferreds that returns an immutable object...
jaubourg
2010-12-31
2
-17
/
+20
*
|
|
|
|
Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...
jaubourg
2010-12-31
3
-14
/
+14
*
|
|
|
|
Revised logic in data conversion to account for when dataFilter modifies the ...
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
|
|
Removed re-usability from jXHR object (no more open, send & onreadystatechang...
jaubourg
2010-12-31
5
-741
/
+579
*
|
|
|
|
Removed dataCheckers, added true as possible value for dataConverters indicat...
jaubourg
2010-12-31
2
-61
/
+24
*
|
|
|
|
Removed custom method in isDeferred and when.
unknown
2010-12-31
1
-9
/
+4
*
|
|
|
|
Deferred cannot be cancelled by returning false in a callback. Exception in t...
unknown
2010-12-31
1
-41
/
+34
*
|
|
|
|
Removed a console.log :/
unknown
2010-12-31
1
-2
/
+0
*
|
|
|
|
Capitalized Deferred & _Deferred to clearly mark them as new types, like Event.
unknown
2010-12-31
2
-8
/
+8
*
|
|
|
|
Changed dataConverters key format.
unknown
2010-12-31
4
-29
/
+14
*
|
|
|
|
jQuery.parseXML extracted from ajax & added to core, needs unit testing.
unknown
2010-12-31
1
-0
/
+22
*
|
|
|
|
Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
|
|
Rewrote the data conversion logic in ajax. Should be cleaner and faster.
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
|
|
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the imp...
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
|
|
Fixed a loop that only worked in webkit.
jaubourg
2010-12-31
1
-2
/
+2
*
|
|
|
|
Added deferred to core. Used internally for DOM readyness and ajax callbacks.
jaubourg
2010-12-31
1
-1
/
+1
*
|
|
|
|
Removed NFE to make old Safari happy and avoid leaks in IE (as per David Murd...
jaubourg
2010-12-31
1
-2
/
+2
[prev]
[next]