Top "Caret" questions

caret refers to an onscreen text-cursor.

jquery Setting cursor position in contenteditable div

The old version of the question is below, after researching more, I decided to rephrase the question. The problem as …

jquery focus contenteditable caret cursor-position
contenteditable, set caret at the end of the text (cross-browser)

output in Chrome: <div id="content" contenteditable="true" style="border:1px solid #000;width:500px;height:40px;"> hey <…

javascript html cross-browser contenteditable caret
Carets in Regular Expressions

Specifically when does ^ mean "match start" and when does it mean "not the following" in regular expressions? From the Wikipedia …

regex caret
Placeholder in contenteditable - focus event issue

I have been trying to ask this before, without any luck of explaining/proving a working example where the bug …

javascript jquery focus contenteditable caret
Move the cursor position with Javascript?

I'm looking to move the caret exactly four spaces ahead of its current position so that I can insert a …

javascript contenteditable caret
twitter bootstrap issue : Right align the caret in the dropdown header

I have an issue with the right alignment of the caret. Using .pull-right in the span makes it go to …

drop-down-menu twitter-bootstrap-3 caret
How to get selected text/caret position of an input that doesn't have focus?

Is it possible to (reliably) get the selected text/caret position in a input text box if that field doesn't …

javascript jquery focus position caret
Set caret position at a specific position in contenteditable div

SEE BEFORE MARKING DUPLICATE/DOWNVOTING The contenteditable div will not have child elements I do not want to set the …

javascript html google-chrome selection caret
Set the caret position always to end in contenteditable div

In my project, I am trying to set the caret position always to the end of the text. I know …

javascript jquery html position caret
TextBox Caret Styling

I've found a few things on setting CaretBrushes in WPF4, but has anybody actually ever changed the caret itself? What …

wpf textbox styles caret