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,

Reply via email to