jquery-autocomplete
jquery-autocomplete copied to clipboard
How to change method
is allowed to change from "GET" to "POST" method?
@cyberzilla Are you referring to when appending input to ajax URL? That the input should be sent to the URL using the POST method?
@geoffreybans sure, is possible to use POST method?
Currently the query parameter is sent via GET. It's not possible to send via POST. Do you need that feature?