Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery UI Autcomplete: POST instead of GET

jQuery UI Autcomplete:

How can I POST the term to the search script instead of GET?

like image 433
andrhamm Avatar asked Apr 09 '10 16:04

andrhamm


1 Answers

You'll need to supply a function as the source for the plugin and have your function do the AJAX post to the server to get the matching data.

like image 132
tvanfosson Avatar answered Oct 28 '22 11:10

tvanfosson