switched from interface to jquery ui.

switched from interface to jquery ui.

I cannot get the dropOnEmpty to work. What options have to be used in order for dropOnEmpty to work?

$('#content').sortable(
         {   
            items:  '.sortItem',
            accept:   'sortItem',
            helper: 'helper',
            opacity: 0.7,
            placeholder:  'sort_placeholder',
            connectWith:  ['.col2','.col3'],
            dropOnEmpty:   true,
            revert: true
            
         
            
                           
         });


Not sure why it is not working. I copied the changes Paul B made from change log (ui sortable function) into my ui pack. Still no go. Please inform me of anything i need to change. Thanks a million!