|
Title: Combobox Dropdown Panel is visible [Solved] Post by: devnull on April 18, 2016, 08:58:50 PM Is it possible to tell whether the drop down panel is visible without using the onShowPanel() event ?
Title: Re: Combobox Dropdown Panel is visible Post by: devnull on April 18, 2016, 09:04:32 PM Answering my own question....
Code: if(cbo.combobox('panel').is(':visible')){ |