Use GET method in jQuery#domManip

This commit is contained in:
Oleg
2012-12-20 03:40:48 +04:00
parent 32cfbd6d67
commit 3eb1f64966

View File

@@ -324,6 +324,7 @@ jQuery.fn.extend({
// Hope ajax is available...
jQuery.ajax({
url: node.src,
type: "GET",
dataType: "script",
async: false,
global: false,