js text select disable code example Example: disable text selection in js onselectstart = (e) => { e.preventDefault() console.log("nope!") }