[jQuery] textArea select text.

[jQuery] textArea select text.


How do I mark the text in a textArea as selected?
In DOM it would be document.getElementById("textAreaElm").select();
But is does not work in jquery.
Please help,