jQuery(function($){
    $('textarea').focus(function(){ this.select(); });
});