//click事件可以自己用jquery绑定, easyui提供了选中事件$('#accordionid').accordion({ onSelect:function(title, index) { console.log('选择了第'+(index+1)+'个面板'); }});