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.
基本上该事件有一个 url:不幸的是,这个 url 在每次拖放或调整大小事件后触发。如何在这些函数中捕获它并停止检索 url?我只希望 url 用于实际的“点击”而不是拖放。
eventClick当您不希望点击继续时,使用回调并返回 false 并停止传播。
eventClick