From: Oleg Date: Wed, 19 Dec 2012 23:40:48 +0000 (+0400) Subject: Use GET method in jQuery#domManip X-Git-Tag: 2.0.0b1~59^2~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3eb1f64966a869b84e40606932e049063376c3a0;p=jquery.git Use GET method in jQuery#domManip --- 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,