The textarea in my form, id=”Fulltext”, is fed by database with many chapters of a book.
When the user clicks a link above the text area,
<a href="samePage.php?chap=Chapter 5" id="Chapter 5">Chapter 5</a>, I would like the cursor to move inside the textarea and position itself in front of the text, ‘Chapter 5’.
Is this possible?
The textarea in my form, id=Fulltext, is fed by database with many chapters of
Share
DEMO: http://jsfiddle.net/deg6j/
HTML
Javascript