geokongo/jquery-autocomplete

How to change method

Opened this issue · 3 comments

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?