我有这段 html:
<div id="parent">
<div id="child></div>
</div>
它看起来像这样:
---------------------------
- -
- #parent -
- -
- ---------- -
- - - -
- - #Child - -
- - - -
- ---------- -
- -
---------------------------
如何在 jQuery 中触发一个事件(例如翻转),该事件仅在悬停时有效,#parent
但在悬停时无效#child