Visit Mozilla.org

DOM:Selection:collapseToStart

From MDC

« Gecko DOM Reference

[edit] Summary

Moves the focus of the selection to the same point at the anchor. The anchor does not move. If the content is focused and editable, the caret will blink there.

[edit] Syntax

sel.collapseToStart()

[edit] Parameters

None.