Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在某些突出显示的元素上使用带有鼠标悬停反应的 Mozilla Ace。就像文本的工具提示,或者,例如,查看Dabblet上的颜色鼠标悬停。我只想了解如何在 Ace 中制作类似的回调函数并使用它们。那么,如何才能达到呢?
诀窍是一些CSS规则:
.ace_layer * { pointer-events:none !important; } .ace_constant { pointer-events:auto !important; }
看这个小提琴