mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Use GET method in jQuery#domManip
This commit is contained in:
@@ -324,6 +324,7 @@ jQuery.fn.extend({
|
||||
// Hope ajax is available...
|
||||
jQuery.ajax({
|
||||
url: node.src,
|
||||
type: "GET",
|
||||
dataType: "script",
|
||||
async: false,
|
||||
global: false,
|
||||
|
||||
Reference in New Issue
Block a user