I have a textarea which already contains some content (haml code below)
//haml code for textarea
%section.input
.muse_text
%textarea{placeholder: "Type your muse here..."}
//Content in textarea
"Share why you are re-musing this
------------------
I am remusing this because I like it!!!!
------------------
xxxx"
How can I use jquery to autofocus the textarea and highlight only the first line of the content i.e. "Share why you are re-musing this (when the page loads up)