Try this plugin: http://laboratorium.0xab.cd/jquery/fieldselection/0.2.3-test/test.html
Karl Rudd On Feb 13, 2008 8:48 PM, poncz <[EMAIL PROTECTED]> wrote: > > 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, >