$('input.select2-search__field').on('input', function(event) { if (event.target.value.length === maximumInputLength) { window.alert('You ...
確定! 回上一頁