]> source.dussan.org Git - jquery.git/commitdiff
Use GET method in jQuery#domManip
authorOleg <markelog@gmail.com>
Wed, 19 Dec 2012 23:40:48 +0000 (03:40 +0400)
committerOleg <markelog@gmail.com>
Sun, 23 Dec 2012 23:04:18 +0000 (03:04 +0400)
src/manipulation.js

index 633a68b492ab7f6c3e842e83db3cbaf56462770e..c8d673d560658cc42b9b91dfb0386a419c947b60 100644 (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,