To change the input style in javascript, add an event listener to the input element: document.getElementById("YOUR_INPUT_ID").addEventListener('focus' ...
確定! 回上一頁