我有一个已经包含一些内容的文本区域(下面的 haml 代码)
//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"
如何使用 jquery 自动聚焦 textarea 并仅突出显示内容的第一行,即“分享为什么要重新使用它(当页面加载时)