Hi, I tried to stop key input with 1. `e.preventDefault()` 2. ` $('.status-box').keydown(function(){ if(charactersLeft == 0){ ...
確定! 回上一頁