$( this ).sortable( {
            items: 'li',
            start: function ( event, ui ) {
                ui.placeholder.height( ui.helper.outerHeight() );
                ui.placeholder.width( ui.helper.outerWidth() );