From 3eb1f64966a869b84e40606932e049063376c3a0 Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 20 Dec 2012 03:40:48 +0400 Subject: [PATCH] Use GET method in jQuery#domManip --- src/manipulation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manipulation.js b/src/manipulation.js index 633a68b49..c8d673d56 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -324,6 +324,7 @@ jQuery.fn.extend({ // Hope ajax is available... jQuery.ajax({ url: node.src, + type: "GET", dataType: "script", async: false, global: false, -- 2.39.5