按鍵事件不能在jquery中選擇。下面是我的代碼:在jquery中選擇的按鍵事件
$(".chzn-select").chosen();
$(".chzn-select").keypress(function() {
$.ajax({
url: "populateAirportCodes?fragments="+element.target,
type: "POST",
data: JSON.stringify(org),
contentType: "application/json",
async: false,
success: function(data) {
<** populate the data in chosen **>
}
});
});
你有什麼錯誤? –
你見過http://stackoverflow.com/a/12841539/1684530嗎? –