我在Chrome中遇到了mouseover / mousemove事件的问题 - 版本50.0.2661.94 m。在Mozilla中工作正常。
要求:在鼠标悬停下拉(选项标签)时,我需要显示每个选项的说明。
代码:
HTML:
NetworkXNoPath
JavaScript:
<td>
<select class="div_taskDesc" name="selectedindexid'+rowcounter+'" OnChange="SetDF(\''+rowcounter+'\');" onmousemove="getOptionDesc(this,event);"><?echo $Options_select;?>
</select>
</td>
答案 0 :(得分:0)
你为什么不试试css?