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.
有没有办法在javascript中禁用/设置为false onMouseUp事件,以便在单击按钮时默认触发mousedown?
除了 onmousedown 发生在 onmouseup 之前这一事实之外,您无法阻止事件的发生。但是,您可以通过在事件对象本身上执行“preventDefault()”来防止事件的默认行为。
不。
老实说,我非常怀疑有更好的方法来实现你所追求的。我怀疑如果你用更多的周边信息更新你的问题,你会得到一些很好的建议。:-)