draggable ie listbox options

draggable ie listbox options


Hello.
I've two listboxes on my page and want to drag the options from one to
another listbox. It works fine in firefox, but neither in IE (7) nor
in Opera. Has anyone an idea what's the problem and how to fix?
(function($){
$.setupDragDrop = function()
{
$(function(){
// setup draggable items
$("select option").draggable({
helper: function(event) {
var htmlMove = "<div class='ddElemMove'><label>&nbsp;</
label><div>&nbsp;</div></div>";
return $(htmlMove)
.children('label').text(this.text)
.end()
.children('div').html(this.title.replace(/, /g, ",<br/