[jQuery] draggable with select field

[jQuery] draggable with select field


Trying to get the draggable ui working with a multiple select field,
but doesn't work.
Does it actually work with option fields ?
$("select option").draggable();
it adds the ui-draggable class to the options fields, but they are not
draggable :(