I have a dropdown/input field, but I want to put a draggable event into it. When I drag it for the first time, it moves smoothly, but when I start to edit the text inside the input field, I can't seem to drag it around anymore. I've been researching the on the draggable methods but no luck.
Basically I have a <div>
wrapped around the dropdown/input field where the draggable event is attached.
<div class="draggable">
<select>
<option>
</select>
<input>
</div>
It's something like that. Below is the link for the code that has the dropdown/input field, but it still has the draggable event.
http://jsfiddle.net/yUxr4/406/
EDIT: Here is the updated code, but the draggable is not working. I don't know why. http://jsfiddle.net/9SPvQ/1/