]> source.dussan.org Git - jquery.git/commit
Calling load with null as the data parameter now properly issues a GET request, not...
authorjaubourg <j@ubourg.net>
Thu, 16 Aug 2012 14:45:18 +0000 (16:45 +0200)
committerjaubourg <j@ubourg.net>
Thu, 16 Aug 2012 14:45:18 +0000 (16:45 +0200)
commitb292c4c2df673d17d8c720e13d4d81ecae4ec499
tree72a70205b7d98a3716e45255beecd792070456ac
parentaa1350d9e29571a82d09bb7a2eac4396901daa77
Calling load with null as the data parameter now properly issues a GET request, not a POST request. Unit tests added. Fixes #12234.
src/ajax.js
test/unit/ajax.js