0
我想使用POST而不是GET在typeahead插件中,我使用方法「beforeSend」將類型更改爲POST,但我不知道如何將「XHR數據」更改爲:{query:「what被鍵入「}。
我的代碼:如何使用POST代替getheadhead.js?
$('#myinput').typeahead({
name: "myinput",
remote: {
url: 'clients.php',
cache: false,
beforeSend: function (jqXhr, settings) {
settings.type = 'POST'
}
}
})
感謝您的幫助!
謝謝你!這會幫助我很多... –
:-)不客氣 –