Is it possible to move the mouse so that it is positioned inside a text input using JavaScript?
I don't know about moving the actual rendered mouse pointer, but could you just set the focus on the element?
document.getElementById('the_text_input_id').focus()
1.4m articles
1.4m replys
5 comments
57.0k users