onchange and oninput

https://www.w3schools.com/jsref/event_oninput.asp

 

Supported HTML tags: <input type="color">, <input type="date">, <input type="datetime">, <input type="email">, <input type="month">, <input type="number">, <input type="password">, <input type="range">, <input type="search">, <input type="tel">, <input type="text">, <input type="time">, <input type="url">, <input type="week"> and <textarea>


https://www.w3schools.com/tags/ev_onchange.asp

Supported HTML tags: <input type="checkbox">, <input type="file">, <input type="password">, <input type="radio">, <input type="range">, <input type="search">, <input type="text">, <select> and <textarea>

 

posted @ 2019-06-27 11:44  ChuckLu  阅读(203)  评论(0编辑  收藏  举报