jquery如何获取<sj:select>标签的对象 ,界面显示的是下拉框
<span id="STORE1">
  <select id="store_location1" selectbox="true" name="store_location1" style="display:          none;"></select>
  <input class="ui-autocomplete-input ui-widget ui-widget-content ui-corner-left"  autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true">   </input>
  <button class="ui-button ui-widget ui-state-default ui-button-icon-only ui-corner-right ui-button-icon" type="button" tabindex="-1" title="Show All Items" role="button" aria-disabled="false" style="margin: 0px; width: 19px; height: 19px; top: 5.79999px; left: -7px;"></button>
</span>
我是在onCompleteTopics中用$("#STORE1 .ui-autocomplete-input")获取对象;
谷歌浏览器没问题,但是火狐有时候会返回undefined;
求解!!jquery浏览器