Visit Mozilla.org

DOM:Selection:focusNode

From MDC

« Gecko DOM Reference

[edit] Summary

Returns the node in which the selection ends.

[edit] Syntax

sel.focusNode

[edit] Notes

A user may make a selection from left to right (in document order) or right to left (reverse of document order). The focus is where the user ended the selection. This can be visualized by holding the Shift key and pressing the arrow keys on your keyboard to modify the current selection. The selection's focus moves, but the selection's anchor, the other end of the selection, does not move.