$( "ul.dropdown" ).accordion({
            collapsible: true,
            active:false,
            header: 'li a.has_slide', // this is the element that will be clicked to activate the accordion 
            autoHeight:false,