以下是我要选择的元素:
<div id="RadDataForm1_ctrl0_listCountryDestination" class="RadListBox RadListBox_Default rlbFixedHeight" style="height:200px;width:225px;">
我的jQuery代码:
var listbox = $("*[id*='listCountryDestination']");
它没有选择元素。有什么想法吗?
更新(10/3):
如果我使用下面的行,它会找到该元素。但是,我不能依赖这个静态字符串。
var listbox = $find('RadDataForm1_ctrl0_listCountryDestination');