|
@@ -361,6 +361,7 @@ $.Autocompleter = function(input, options) {
|
|
$.ajax({
|
|
$.ajax({
|
|
// try to leverage ajaxQueue plugin to abort previous requests
|
|
// try to leverage ajaxQueue plugin to abort previous requests
|
|
mode: "abort",
|
|
mode: "abort",
|
|
|
|
+ type: "POST",
|
|
// limit abortion to this input
|
|
// limit abortion to this input
|
|
port: "autocomplete" + input.name,
|
|
port: "autocomplete" + input.name,
|
|
dataType: options.dataType,
|
|
dataType: options.dataType,
|