Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
594 views
in Technique[技术] by (71.8m points)

terminal - How Can I create word in contenteditable div, which can not remove (JavaScript)

I try do something like terminal in JS, and I need create word 'current source, current location' (for example:admin@ubuntuTLS~$: ~/Desktop) at the beggining, that can not remove and, so that caret cannot be moved back on front of it. I was trying something do with window.range() on 'input' event ( for not move caret to back it):

https://www.google.com/amp/s/www.geeksforgeeks.org/how-to-set-cursor-position-in-content-editable-element-using-javascript/amp/

But it doesn't work. I don't know What Can I do.

this is that 'word (location) '

question from:https://stackoverflow.com/questions/66051529/how-can-i-create-word-in-contenteditable-div-which-can-not-remove-javascript

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In a terminal, this defaults to the user name of the computer. Open console in chrome and test javascript there. Here is simply tutorial


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...