【发布时间】:2017-02-05 14:07:36
【问题描述】:
我有
<table width="60" height="60" cellpadding="0"
cellspacing="0" border="0" style="float: left; margin: 1px"
background="images/data/source_red.gif">
<tbody>
<tr>
<td act1="7" act3="8" store="true" art_id="4949" cnt="1" div_id="AA_4949"
onmouseover="artifactAlt(this,event,2)"
onmouseout="artifactAlt(this,event,0)"
valign="bottom"
style="background-image: url("images/d.gif"); cursor: pointer;"> </td>
</tr>
</tbody>
</table>
我想点击onmouseover="artifactAlt(this,event,2)"触发时上升的元素,怎么做?
当我在做$('#body').contents().find('td[art_id="4949"]')[0].click();
我收到undefined 并没有任何反应。
【问题讨论】:
-
什么隐藏元素?我没有看到上面的任何隐藏元素(没有双关语)。
标签: javascript jquery html events