我有這個HTML代碼,我想刪除部分onclick
事件(;
之後的部分)。我應該怎麼做?Javascript刪除HTML
我已經有了一個數組對象:
document.getElementById(labels[i].htmlFor)
HTML:
<td valign="top" nowrap="nowrap">
<input id="ui_cbSubParam_LimitsColumnsTo" type="checkbox" name="ui_cbSubParam_LimitsColumnsTo" checked="checked" onclick="ControlConditionalEnable23(true);setTimeout('__doPostBack(\'ui_cbSubParam_LimitsColumnsTo\',\'\')', 0)" />
<label for="ui_cbSubParam_LimitsColumnsTo">Use Default</label>
</td>
你可能想拉的onclick功能出到一個JavaScript文件/腳本標記。然後你可以設置一個條件來決定是否運行第二個命令 – 2013-03-13 15:28:53