Title: combobox performance Post by: xiaohuo315 on July 22, 2015, 01:58:21 AM when a page contains 10 combobox,this page will render slowly. all these combobox are created from <select> element like this:
Code: <select id="cc" class="easyui-combobox" name="dept" style="width:200px;"> |