Is there a way to set Jquery's Autocomplete HTTP submission method to POST instead of GET?
Probably better to pass it in with the source parameter rather than setting it globally like this:
$("#input").autocomplete({ source: function (request, response) { $.post("/AjaxPostURL", request, response); } });
1.4m articles
1.4m replys
5 comments
57.0k users