mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix for #953, use always GET for $.get
This commit is contained in:
@@ -287,6 +287,7 @@ jQuery.extend({
|
||||
}
|
||||
|
||||
return jQuery.ajax({
|
||||
type: "GET",
|
||||
url: url,
|
||||
data: data,
|
||||
success: callback,
|
||||
|
||||
Reference in New Issue
Block a user