mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix for #953, use always GET for $.get
This commit is contained in:
parent
1d0dec55ba
commit
98b721d27f
@ -287,6 +287,7 @@ jQuery.extend({
|
||||
}
|
||||
|
||||
return jQuery.ajax({
|
||||
type: "GET",
|
||||
url: url,
|
||||
data: data,
|
||||
success: callback,
|
||||
|
Loading…
Reference in New Issue
Block a user