jQuery UI Current

HTML

<linkrel="stylesheet"href="http://code.jquery.com/ui/1.7.2/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.6.2.js"></script>
<script src="http://code.jquery.com/ui/1.7.2/jquery-ui.js"></script>

<div id="draggable">
<textarea>Hello friends, I identified a problem in the class ui-draggable.js, she is disabling text selection within a textarea input and ex. I have a textarea and I want to select all the text that in, if I call this class do not have time, so I tried using the command $ (. "selector"). draggable ( 'destroy'), but I still can not select the dntro text of textarea.</textarea>
<input type="text" value="e text that in, if I call this class do not have time, so I tried using the comma是是是n" />
</div>

CSS

#draggable{ 
    width: 300px;
    height: 300px;
    padding: 20px;
    border: 4px solid black;
}
textarea{ 
    width: 300px;
    height: 100px;
}
input {
    //width: 300px;
}

JavaScript

$("#draggable").draggable();