怎么给easyui combobox添加回车事件 让他回车跳到下一列,无法用keydown。
$('#cb').combobox('textobox').bind('keydown',function(){alert('kd')})