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.
我想hover在 kendo-ui 拆分器的事件中运行代码。 拆分器的事件列表不包含hover、mouseenter或leave任何此类。
hover
mouseenter
leave
有人知道如何实现它吗?
谢谢。
这取决于你想要达到的目标......
如果你只是想观察拆分条的移动,只需手动将相应的事件绑定到此条:
$(".k-splitbar").on("mousemove", yourHandler);