Using debounce will make that only 1 Ajax call be executed on the press events. $('#myInput').keyup(debounce ...
確定! 回上一頁