let input = document.querySelector('#input'); input.onslect =function(e){ console.log(e) }
<html> <body> <input id='input' type="text" value="adsfasdf"> </body> </html>