我在加载数据时在div上添加了一个掩码,然后在加载时div中的链接无法点击。我希望链接在加载时可单击。我怎么能得到它?
<div id="customerSettings">
<input id="licensestartdate" /><br/>
<input id="testuser" type="checkbox" value="true" />
<label for="testuser" >Test User</label><br/>
<input id="accountactive" type="checkbox" value="true" />
<label for="accountactive" >Account Active</label><br/>
<input id="emailoutput" type="checkbox" value="true" />
<label for="emailoutput" >Email Output</label><br/>
</div>
我使用像enter link description here这样的kendo ui进度, 当掩码在div #customerSettings上时,我希望复选框是clickalbe。
答案 0 :(得分:0)
当没有加载dom元素时,只需在代码上写入Loading ....加载完所有数据后,使用onAfterRender()。你需要使用javascript。
onAfterRender() 点击我