$('#cc').combobox('textbox').bind('keyup',function(e){ if (e.keyCode == 40){ var t = $(this).parent().prev(); t.combobox('showPanel'); }});