Skip to content
Permalink
Browse files
Use GET method in jQuery#domManip
  • Loading branch information
markelog committed Dec 23, 2012
1 parent 32cfbd6 commit 3eb1f64
Showing 1 changed file with 1 addition and 0 deletions.
@@ -324,6 +324,7 @@ jQuery.fn.extend({
// Hope ajax is available...
jQuery.ajax({
url: node.src,
type: "GET",
dataType: "script",
async: false,
global: false,

0 comments on commit 3eb1f64

Please sign in to comment.