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
*
Setting the jsonp option to false now inhibits any url manipulation regarding...
jaubourg
2011-01-16
1
-11
/
+23
*
The script prefilter now forces cross-domain requests type to GET.
jaubourg
2011-01-16
1
-0
/
+1
*
Makes it so a prefilter can change the type of a request.
jaubourg
2011-01-16
1
-7
/
+7
*
Removed internal dataTypes option and added headers & crossDomain options int...
jaubourg
2011-01-16
1
-1
/
+2
*
Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...
jaubourg
2011-01-16
4
-122
/
+123
*
Updating the source version to 1.5pre.
jeresig
2011-01-14
1
-1
/
+1
*
Tagging the 1.5b1 release.
1.5b1
jeresig
2011-01-14
1
-1
/
+1
*
Revert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which is no longer ne...
jeresig
2011-01-14
1
-3
/
+14
*
So embarrassing :(
wycats
2011-01-14
1
-8
/
+0
*
Merge branch 'master' of https://github.com/scottgonzalez/jquery
jeresig
2011-01-14
1
-2
/
+9
|
\
|
*
Avoid running jQuery.unique() for methods that are guaranteed to produce a un...
Scott González
2011-01-14
1
-2
/
+9
*
|
Fix a strange Chrome issue
wycats
2011-01-14
1
-2
/
+3
*
|
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
2
-5
/
+98
|
/
*
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...
jaubourg
2011-01-13
4
-12
/
+11
*
Fixes #4964. Adds a statusCode object together with a new statusCode method o...
jaubourg
2011-01-13
2
-0
/
+97
*
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
3
-5
/
+62
*
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
2
-5
/
+25
*
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
4
-15
/
+48
|
/
*
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
2
-2
/
+18
*
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
*
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
2
-8
/
+26
*
Make sure prefilters have been called and transport has been selected before ...
jaubourg
2011-01-09
1
-3
/
+3
*
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
2
-2
/
+59
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
4
-9
/
+34
*
Fixes #7881. Setting contentType to false will prevent the Content-Type heade...
jaubourg
2011-01-09
3
-8
/
+40
*
Added a simple cache for xhr objects in the xhr transport.
jaubourg
2011-01-09
1
-1
/
+8
*
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
3
-21
/
+21
*
Fixed mixing of tabs & spaces to make JSLint happier.
jaubourg
2011-01-06
1
-4
/
+4
[next]