$( ".content_accordion" ).sortable({
                handle:'a.handle',
                axis: 'y', // the items can only be sorted along the y axis
                revert:true,
                tolerance:'pointer',