index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
path:
root
/
src
/
ajax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-12
1
-3
/
+3
*
Core:Ajax: Align nonce & global with master, fix an AMD issue
Michał Gołębiowski-Owczarek
2020-02-24
2
-2
/
+2
*
Build:Tests: Fix custom build tests, verify on Travis; name Travis jobs
Michał Gołębiowski-Owczarek
2020-01-27
1
-30
/
+0
*
squash! Set attributes all at once, src last
Dave Methvin
2018-05-14
1
-8
/
+5
*
Ajax: Allow custom attributes when script transport is used
Dave Methvin
2018-05-14
1
-3
/
+3
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
2
-5
/
+7
*
Core: deprecate jQuery.now
Timmy Willison
2018-01-08
1
-4
/
+2
*
Ajax: add an ontimeout handler to all requests
Erik Lax
2017-07-24
1
-2
/
+3
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
1
-2
/
+3
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
8
-0
/
+16
*
Ajax: execute jQuery#load callback with correct context
Oleg Gaidarenko
2016-04-04
1
-1
/
+1
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
2
-5
/
+5
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
2
-4
/
+5
*
Core: Deprecate jQuery.parseJSON
Michał Gołębiowski
2016-03-02
1
-9
/
+0
*
Ajax: Don't throw exceptions on binary data response
Dave Methvin
2015-11-04
1
-6
/
+7
*
Ajax: trigger error callback on native abort
Timmy Willison
2015-11-03
1
-8
/
+41
*
Ajax: improve content-type detection
Oleg Gaidarenko
2015-10-12
1
-1
/
+1
*
Ajax: correct indentation
Oleg Gaidarenko
2015-10-12
1
-3
/
+3
*
Ajax: Mitigate possible XSS vulnerability
Oleg Gaidarenko
2015-10-12
1
-0
/
+7
*
Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support
Michał Gołębiowski
2015-09-14
1
-5
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
9
-50
/
+59
*
Ajax: Remove jsonp callbacks through "jQuery#removeProp" method
Oleg Gaidarenko
2015-07-13
1
-2
/
+8
*
Ajax: Remove remnants of the load event alias handling
Michał Gołębiowski
2015-06-01
1
-10
/
+1
*
Ajax: remove "onunload" event handler
Oleg Gaidarenko
2015-05-03
1
-18
/
+3
*
Core: Align branches: remove an unused variable, add comments
Michał Gołębiowski
2015-04-27
1
-0
/
+2
*
Ajax: remove use of jQuery#each second argument
Oleg Gaidarenko
2015-02-19
1
-1
/
+3
*
Ajax: replace "jqXHR.complete" callback with "always"
Oleg Gaidarenko
2015-02-15
1
-1
/
+4
*
Ajax: make jQuery#load "type" field explicit
Oleg Gaidarenko
2015-02-15
1
-2
/
+4
*
Ajax: simplify one ajax call and add explanatory comment
Oleg Gaidarenko
2015-02-15
1
-1
/
+0
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
2
-2
/
+3
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
4
-3
/
+7
*
Ajax: simplify jQuery.parseXML method
Shivaji Varma
2014-12-25
1
-3
/
+2
*
Ajax: remove event dependency from the ajax module
Oleg Gaidarenko
2014-10-14
1
-2
/
+3
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
3
-4
/
+13
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-1
/
+1
*
Ajax: Protect against exceptions thrown synchronously by xhr.send
jaubourg
2014-01-29
1
-4
/
+9
*
Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434."
Dave Methvin
2013-12-15
1
-8
/
+0
*
Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434.
Dave Methvin
2013-11-14
1
-0
/
+8
*
ajax: Fix #14207. file protocol returns status 0, see #8605.
Dave Methvin
2013-11-13
1
-2
/
+2
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
1
-1
/
+5
*
No ticket: Update support comment to match convention
Richard Gibson
2013-11-04
1
-2
/
+2
*
No ticket: Small ajax/xhr size optimizations
Richard Gibson
2013-10-28
1
-6
/
+19
*
Fix #14379: AJAX requests on unload
Richard Gibson
2013-10-28
1
-4
/
+2
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
2
-2
/
+2
*
All non-var modules should not indent in their AMD wrappers (just for prettie...
Timmy Willison
2013-09-09
2
-21
/
+24
*
Move parsing methods to their own files (separates manipulation dependency fr...
Timmy Willison
2013-09-08
3
-0
/
+35
*
No ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski
2013-09-06
2
-3
/
+3
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-6
/
+6
*
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison
2013-08-29
1
-1
/
+4
*
Specify support as a dependency wherever it is used. Optimize module order to...
Timmy Willison
2013-08-15
1
-1
/
+2
[next]