I would like to have users click a link, then it selects the HTML text in another element (not an input).
By \"select\" I mean the same way you would select
I was searching for the same thing, my solution was this:
$('#el-id').focus().select();