我正在使用 jQuery 选择框来修改我的 html 列表/菜单。它工作正常。我的CSS看起来像
<div id="div_con">
<select id="sel_id"> <options ...... />
</select>
</div>
ajax 调用后,我将使用通过 ajax 调用获得的新选择框更新 div。我的问题是此时我的 jQuery 选择 bos 样式会松动。我尝试再次调用 jQuery 选择框,例如'
$('#sel_id').selectbox();
但不工作。
提前致谢